Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions packages/antic/antic.0.4.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
opam-version: "2.0"
synopsis: "Deprecated use flint"
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.7"}
"flint" {= version}
"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.4.1/flint-0.4.1.tbz"
checksum: [
"sha256=8a068962f87da2d13260acbb641aa5e74eb83d11c681d2acd9983c86bf3ff8a6"
"sha512=cc810c96d278221fa615bf83b722a235a3c06d8dcb431009540c06a64debf4e02fd7b24b51815b6c9b751d7b3ac74fe67442f7e85d48d1f5e0b762aeba95140d"
]
}
x-commit-hash: "e3678bc1c36015bed9350feab4a22e9938e132a5"
36 changes: 36 additions & 0 deletions packages/arb/arb.0.4.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
opam-version: "2.0"
synopsis: "Deprecated use flint"
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.7"}
"flint" {= version}
"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.4.1/flint-0.4.1.tbz"
checksum: [
"sha256=8a068962f87da2d13260acbb641aa5e74eb83d11c681d2acd9983c86bf3ff8a6"
"sha512=cc810c96d278221fa615bf83b722a235a3c06d8dcb431009540c06a64debf4e02fd7b24b51815b6c9b751d7b3ac74fe67442f7e85d48d1f5e0b762aeba95140d"
]
}
x-commit-hash: "e3678bc1c36015bed9350feab4a22e9938e132a5"
38 changes: 38 additions & 0 deletions packages/calcium/calcium.0.4.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
opam-version: "2.0"
synopsis: "Deprecated use flint"
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.7"}
"flint" {= version}
"antic" {= version}
"arb" {= version}
"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.4.1/flint-0.4.1.tbz"
checksum: [
"sha256=8a068962f87da2d13260acbb641aa5e74eb83d11c681d2acd9983c86bf3ff8a6"
"sha512=cc810c96d278221fa615bf83b722a235a3c06d8dcb431009540c06a64debf4e02fd7b24b51815b6c9b751d7b3ac74fe67442f7e85d48d1f5e0b762aeba95140d"
]
}
x-commit-hash: "e3678bc1c36015bed9350feab4a22e9938e132a5"
47 changes: 47 additions & 0 deletions packages/flint/flint.0.4.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
opam-version: "2.0"
synopsis: "Stub of the C library Flint3"
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.7"}
"conf-flint" {>= "3.0"}
"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" ]
messages: [ "Problem with the installation of the external
libraries can be fixed using version 0.3 which
compile them locally" { failure } ]
url {
src:
"https://github.com/bobot/ocaml-flint/releases/download/0.4.1/flint-0.4.1.tbz"
checksum: [
"sha256=8a068962f87da2d13260acbb641aa5e74eb83d11c681d2acd9983c86bf3ff8a6"
"sha512=cc810c96d278221fa615bf83b722a235a3c06d8dcb431009540c06a64debf4e02fd7b24b51815b6c9b751d7b3ac74fe67442f7e85d48d1f5e0b762aeba95140d"
]
}
x-commit-hash: "e3678bc1c36015bed9350feab4a22e9938e132a5"
Loading