Skip to content

Commit 1698abb

Browse files
committed
Prepare release 0.10.0
1 parent bcfd825 commit 1698abb

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.2.0
1+
## 0.10.0
22

33
### Build
44
- Install the dynamic library (PR #12)

LICENSE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OCaml LGPL Linking Exception
1+
# OCaml LGPL Linking Exception
22

33
As a special exception to the GNU Lesser General Public License, you may link,
44
statically or dynamically, a "work that uses the OCaml Core System" with a
@@ -13,7 +13,9 @@ clause 2 of the GNU Lesser General Public License. This exception does not
1313
however invalidate any other reasons why the executable file might be covered
1414
by the GNU Lesser General Public License.
1515

16+
# LGPL-v2.1
1617

18+
```
1719
GNU LESSER GENERAL PUBLIC LICENSE
1820
Version 2.1, February 1999
1921
@@ -515,3 +517,4 @@ necessary. Here is a sample; alter the names:
515517
Moe Ghoul, President of Vice
516518
517519
That's all there is to it!
520+
```

ancient.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ build: [
4141
"@doc" {with-doc}
4242
]
4343
]
44+
dev-repo: "git+https://github.com/OCamlPro/ocaml-ancient.git"
4445
available: os != "win32"

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
(maintainers "Pierre Villemot <pierre.villemot@ocamlpro.com>")
77
(homepage "https://github.com/OCamlPro/ocaml-ancient")
88
(bug_reports "https://github.com/OCamlPro/ocaml-ancient/issues")
9+
(source (github OCamlPro/ocaml-ancient))
910

1011
(package
1112
(name ancient)

0 commit comments

Comments
 (0)