this repo has no description

[Flint] Fix in lock step the version of flint, antic, arb, calcium

Changed files
+5 -5
packages
antic
antic.0.1.5
arb
arb.0.1.5
calcium
calcium.0.1.5
+1 -1
packages/antic/antic.0.1.5/opam
···
bug-reports: "https://github.com/bobot/ocaml-flint/issues"
depends: [
"dune" {>= "3.2"}
-
"flint"
+
"flint" {= version}
"ctypes" {>= "0.20.1"}
"conf-mpfr" {>= "3"}
"ocaml" {>= "4.10"}
+1 -1
packages/arb/arb.0.1.5/opam
···
bug-reports: "https://github.com/bobot/ocaml-flint/issues"
depends: [
"dune" {>= "3.2"}
-
"flint"
+
"flint" {= version}
"ctypes" {>= "0.20.1"}
"conf-mpfr" {>= "3"}
"ocaml" {>= "4.10"}
+3 -3
packages/calcium/calcium.0.1.5/opam
···
depends: [
"dune" {>= "3.2"}
"zarith" {>= "1.12"}
-
"flint"
-
"arb"
-
"antic"
+
"flint" {= version}
+
"arb" {= version}
+
"antic" {= version}
"ctypes" {>= "0.20.1"}
"conf-mpfr" {>= "3"}
"dune-site" {with-test}