File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
1
+ From 3.2 to 3.2.2
2
+ -----------------
3
+ Minor changes:
4
+ * small improvements in the test directory
5
+ * use Stdlib instead of Pervasives
6
+
7
+ From 3.2.1 to 3.2.2
8
+ -----------------
9
+ ???
10
+
1
11
From 3.1.1 to 3.2
2
12
-----------------
3
13
Major changes:
Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
2
name: "javalib"
3
3
version: "3.2.2"
4
- maintainer: "Nicolas Barré <nicolas.barre@irisa .fr>"
4
+ maintainer: "David Pichardie <david.pichardie@ens-rennes .fr>"
5
5
authors: "Javalib Development team"
6
6
homepage: "https://javalib-team.github.io/javalib/"
7
7
bug-reports: "https://github.com/javalib-team/javalib/issues"
8
- license: "LGPL-2.1 with OCaml linking exception"
8
+ license: "LGPL-2.1-only WITH OCaml-LGPL- linking- exception"
9
9
dev-repo: "git+https://github.com/javalib-team/javalib.git"
10
10
build: [
11
11
["./configure.sh"]
@@ -16,7 +16,7 @@ depends: [
16
16
"ocaml" {>= "4.08"}
17
17
"conf-which" {build}
18
18
"ocamlfind" {build}
19
- "camlzip" {>= "1.05 "}
19
+ "camlzip" {>= "1.11 "}
20
20
"extlib"
21
21
]
22
22
You can’t perform that action at this time.
0 commit comments