File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ homepage: "https://github.com/bobot/ocaml-flint"
77bug-reports: "https://github.com/bobot/ocaml-flint/issues"
88depends: [
99 "dune" {>= "3.2"}
10- "flint"
10+ "flint" {= version}
1111 "ctypes" {>= "0.20.1"}
1212 "conf-mpfr" {>= "3"}
1313 "ocaml" {>= "4.10"}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ homepage: "https://github.com/bobot/ocaml-flint"
77bug-reports: "https://github.com/bobot/ocaml-flint/issues"
88depends: [
99 "dune" {>= "3.2"}
10- "flint"
10+ "flint" {= version}
1111 "ctypes" {>= "0.20.1"}
1212 "conf-mpfr" {>= "3"}
1313 "ocaml" {>= "4.10"}
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ bug-reports: "https://github.com/bobot/ocaml-flint/issues"
99depends: [
1010 "dune" {>= "3.2"}
1111 "zarith" {>= "1.12"}
12- "flint"
13- "arb"
14- "antic"
12+ "flint" {= version}
13+ "arb" {= version}
14+ "antic" {= version}
1515 "ctypes" {>= "0.20.1"}
1616 "conf-mpfr" {>= "3"}
1717 "dune-site" {with-test}
You can’t perform that action at this time.
0 commit comments