Skip to content

Commit 32db5b1

Browse files
committed
Bump dune version to 3.7 ctypes 0.3
1 parent 76f4a39 commit 32db5b1

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Release 0.3.2 ##
2+
- Bump to dune 3.7 using ctypes stanza 0.3
3+
14
## Release 0.3.1 ##
25
- Use installed C libraries instead of compiling them internally
36

antic.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license: "LGPL-2.1-only"
77
homepage: "https://github.com/bobot/ocaml-flint"
88
bug-reports: "https://github.com/bobot/ocaml-flint/issues"
99
depends: [
10-
"dune" {>= "3.2"}
10+
"dune" {>= "3.7"}
1111
"conf-antic"
1212
"flint" {= version}
1313
"ctypes" {>= "0.20.1"}

arb.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license: "LGPL-2.1-only"
77
homepage: "https://github.com/bobot/ocaml-flint"
88
bug-reports: "https://github.com/bobot/ocaml-flint/issues"
99
depends: [
10-
"dune" {>= "3.2"}
10+
"dune" {>= "3.7"}
1111
"conf-arb"
1212
"flint" {= version}
1313
"ctypes" {>= "0.20.1"}

calcium.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license: "LGPL-2.1-only"
88
homepage: "https://github.com/bobot/ocaml-flint"
99
bug-reports: "https://github.com/bobot/ocaml-flint/issues"
1010
depends: [
11-
"dune" {>= "3.2"}
11+
"dune" {>= "3.7"}
1212
"conf-calcium"
1313
"zarith" {>= "1.12"}
1414
"flint" {= version}

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
(lang dune 3.2)
1+
(lang dune 3.7)
22

33
(generate_opam_files true)
4-
(using ctypes 0.1)
4+
(using ctypes 0.3)
55

66
(maintainers "François Bobot")
77
(authors "François Bobot")

flint.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license: "LGPL-2.1-only"
77
homepage: "https://github.com/bobot/ocaml-flint"
88
bug-reports: "https://github.com/bobot/ocaml-flint/issues"
99
depends: [
10-
"dune" {>= "3.2"}
10+
"dune" {>= "3.7"}
1111
"conf-flint"
1212
"zarith" {>= "1.12"}
1313
"ctypes" {>= "0.20.1"}

0 commit comments

Comments
 (0)