this repo has no description

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

CHANGES:

- For computing algebraic root of polynomial:
- Add small binding to qqbar from calcium
- Add small binding to fmpz_poly

Changed files
+174
packages
antic
antic.0.3
arb
arb.0.3
calcium
calcium.0.3
flint
flint.0.3
+42
packages/antic/antic.0.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"
+
conflicts: [ "ocaml-option-bytecode-only" ]
+
url {
+
src:
+
"https://github.com/bobot/ocaml-flint/releases/download/0.3/flint-0.3.tbz"
+
checksum: [
+
"sha256=9ce2bfa8852a7f841f8bf4bca695c09bc6cd743ea31cf155970e6a63bede5f29"
+
"sha512=e033e16d04becb59430c577684ef799e1777e8f59e8f4b3d81adcd192bd5d380ad4d8f024703de7b570c6c19b9900b633e597ad11971af8148b6dcb0012cc4d5"
+
]
+
}
+
x-commit-hash: "a23443e1717ca45fb240c88f5c5e835a95589ddd"
+42
packages/arb/arb.0.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"
+
conflicts: [ "ocaml-option-bytecode-only" ]
+
url {
+
src:
+
"https://github.com/bobot/ocaml-flint/releases/download/0.3/flint-0.3.tbz"
+
checksum: [
+
"sha256=9ce2bfa8852a7f841f8bf4bca695c09bc6cd743ea31cf155970e6a63bede5f29"
+
"sha512=e033e16d04becb59430c577684ef799e1777e8f59e8f4b3d81adcd192bd5d380ad4d8f024703de7b570c6c19b9900b633e597ad11971af8148b6dcb0012cc4d5"
+
]
+
}
+
x-commit-hash: "a23443e1717ca45fb240c88f5c5e835a95589ddd"
+47
packages/calcium/calcium.0.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"
+
conflicts: [ "ocaml-option-bytecode-only" ]
+
url {
+
src:
+
"https://github.com/bobot/ocaml-flint/releases/download/0.3/flint-0.3.tbz"
+
checksum: [
+
"sha256=9ce2bfa8852a7f841f8bf4bca695c09bc6cd743ea31cf155970e6a63bede5f29"
+
"sha512=e033e16d04becb59430c577684ef799e1777e8f59e8f4b3d81adcd192bd5d380ad4d8f024703de7b570c6c19b9900b633e597ad11971af8148b6dcb0012cc4d5"
+
]
+
}
+
x-commit-hash: "a23443e1717ca45fb240c88f5c5e835a95589ddd"
+43
packages/flint/flint.0.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"
+
conflicts: [ "ocaml-option-bytecode-only" ]
+
url {
+
src:
+
"https://github.com/bobot/ocaml-flint/releases/download/0.3/flint-0.3.tbz"
+
checksum: [
+
"sha256=9ce2bfa8852a7f841f8bf4bca695c09bc6cd743ea31cf155970e6a63bede5f29"
+
"sha512=e033e16d04becb59430c577684ef799e1777e8f59e8f4b3d81adcd192bd5d380ad4d8f024703de7b570c6c19b9900b633e597ad11971af8148b6dcb0012cc4d5"
+
]
+
}
+
x-commit-hash: "a23443e1717ca45fb240c88f5c5e835a95589ddd"