this repo has no description

[new release] flint, calcium, arb and antic (0.2.3)

CHANGES:

- revert flint version to 2.9.0

Changed files
+170
packages
antic
antic.0.2.3
arb
arb.0.2.3
calcium
calcium.0.2.3
flint
flint.0.2.3
+41
packages/antic/antic.0.2.3/opam
···
+
opam-version: "2.0"
+
synopsis: "Stub of the C library Antic. Algebraic number"
+
maintainer: ["François Bobot"]
+
authors: ["François Bobot"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/bobot/ocaml-flint"
+
bug-reports: "https://github.com/bobot/ocaml-flint/issues"
+
depends: [
+
"dune" {>= "3.2"}
+
"flint" {= version}
+
"ctypes" {>= "0.20.1"}
+
"conf-mpfr" {>= "3"}
+
"ocaml" {>= "4.10"}
+
"conf-pkg-config" {>= "2"}
+
"dune-configurator"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/bobot/ocaml-flint.git"
+
url {
+
src:
+
"https://github.com/bobot/ocaml-flint/releases/download/0.2.3/flint-0.2.3.tbz"
+
checksum: [
+
"sha256=7a599519fd6531adef21a1428bb5084aae62046d22393a2e513703bbe7c7d687"
+
"sha512=e2af3ea994edd1068253c3fd34c8d7f3bcf2dc8fb22a4bbf98ff8f32fa8f075a5e68dc44469001e0afe196cb2f78bc53ad0c153b118a096003eb363f7c40ee02"
+
]
+
}
+
x-commit-hash: "3119bc2f5d6bf656aba5f443132603f18db9594b"
+41
packages/arb/arb.0.2.3/opam
···
+
opam-version: "2.0"
+
synopsis: "Stub of the C library Arb. Ball approximation"
+
maintainer: ["François Bobot"]
+
authors: ["François Bobot"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/bobot/ocaml-flint"
+
bug-reports: "https://github.com/bobot/ocaml-flint/issues"
+
depends: [
+
"dune" {>= "3.2"}
+
"flint" {= version}
+
"ctypes" {>= "0.20.1"}
+
"conf-mpfr" {>= "3"}
+
"ocaml" {>= "4.10"}
+
"conf-pkg-config" {>= "2"}
+
"dune-configurator"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/bobot/ocaml-flint.git"
+
url {
+
src:
+
"https://github.com/bobot/ocaml-flint/releases/download/0.2.3/flint-0.2.3.tbz"
+
checksum: [
+
"sha256=7a599519fd6531adef21a1428bb5084aae62046d22393a2e513703bbe7c7d687"
+
"sha512=e2af3ea994edd1068253c3fd34c8d7f3bcf2dc8fb22a4bbf98ff8f32fa8f075a5e68dc44469001e0afe196cb2f78bc53ad0c153b118a096003eb363f7c40ee02"
+
]
+
}
+
x-commit-hash: "3119bc2f5d6bf656aba5f443132603f18db9594b"
+46
packages/calcium/calcium.0.2.3/opam
···
+
opam-version: "2.0"
+
synopsis:
+
"Stub of the C library Antic. For exact computation with real and complex numbers, presently in early development"
+
maintainer: ["François Bobot"]
+
authors: ["François Bobot"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/bobot/ocaml-flint"
+
bug-reports: "https://github.com/bobot/ocaml-flint/issues"
+
depends: [
+
"dune" {>= "3.2"}
+
"zarith" {>= "1.12"}
+
"flint" {= version}
+
"arb" {= version}
+
"antic" {= version}
+
"ctypes" {>= "0.20.1"}
+
"conf-mpfr" {>= "3"}
+
"dune-site" {with-test}
+
"ocaml" {>= "4.10"}
+
"conf-pkg-config" {>= "2"}
+
"dune-configurator"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/bobot/ocaml-flint.git"
+
url {
+
src:
+
"https://github.com/bobot/ocaml-flint/releases/download/0.2.3/flint-0.2.3.tbz"
+
checksum: [
+
"sha256=7a599519fd6531adef21a1428bb5084aae62046d22393a2e513703bbe7c7d687"
+
"sha512=e2af3ea994edd1068253c3fd34c8d7f3bcf2dc8fb22a4bbf98ff8f32fa8f075a5e68dc44469001e0afe196cb2f78bc53ad0c153b118a096003eb363f7c40ee02"
+
]
+
}
+
x-commit-hash: "3119bc2f5d6bf656aba5f443132603f18db9594b"
+42
packages/flint/flint.0.2.3/opam
···
+
opam-version: "2.0"
+
synopsis: "Stub of the C library Flint2"
+
maintainer: ["François Bobot"]
+
authors: ["François Bobot"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/bobot/ocaml-flint"
+
bug-reports: "https://github.com/bobot/ocaml-flint/issues"
+
depends: [
+
"dune" {>= "3.2"}
+
"zarith" {>= "1.12"}
+
"ctypes" {>= "0.20.1"}
+
"conf-mpfr" {>= "3"}
+
"dune-site" {with-test}
+
"ocaml" {>= "4.10"}
+
"conf-pkg-config" {>= "2"}
+
"dune-configurator"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/bobot/ocaml-flint.git"
+
url {
+
src:
+
"https://github.com/bobot/ocaml-flint/releases/download/0.2.3/flint-0.2.3.tbz"
+
checksum: [
+
"sha256=7a599519fd6531adef21a1428bb5084aae62046d22393a2e513703bbe7c7d687"
+
"sha512=e2af3ea994edd1068253c3fd34c8d7f3bcf2dc8fb22a4bbf98ff8f32fa8f075a5e68dc44469001e0afe196cb2f78bc53ad0c153b118a096003eb363f7c40ee02"
+
]
+
}
+
x-commit-hash: "3119bc2f5d6bf656aba5f443132603f18db9594b"