this repo has no description

2 packages from jtcoolen/ocaml-pari at 0.1

julien 52cdb8ae 7c428989

Changed files
+87
packages
pari
pari.0.1
pari-bindings
pari-bindings.0.1
+43
packages/pari-bindings/pari-bindings.0.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "OCaml bindings to the PARI library"
+
maintainer: ["Julien Coolen <jtcoolen@pm.me>"]
+
authors: ["Julien Coolen"]
+
license: "GPL-2.0-or-later"
+
homepage: "https://github.com/jtcoolen/ocaml-pari"
+
bug-reports: "https://github.com/jtcoolen/ocaml-pari/issues"
+
depends: [
+
"ocaml" {>= "4.10"}
+
"dune" {>= "3.7" & >= "3.7"}
+
"core" {>= "v0.14.0"}
+
"ctypes" {>= "0.13.0"}
+
"ctypes-foreign" {>= "0.13.0"}
+
"conf-gmp"
+
"conf-bison"
+
"conf-perl"
+
"odoc"
+
"mdx" {>= "2.0.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/jtcoolen/ocaml-pari.git"
+
available: [ arch != "arm32" ]
+
url {
+
src: "https://github.com/jtcoolen/ocaml-pari/archive/refs/tags/0.1.tar.gz"
+
checksum: [
+
"md5=5f3d1a3dbd4dba7e0261b30728ab4715"
+
"sha512=106a1ad462f46be331403f25a89a80aefb71e66916f856a762da5b4d67151c52d4d9a3cd19afca4f61283e577e047e5f4f59fb4a35609d73b84b354b1ea64b3b"
+
]
+
}
+44
packages/pari/pari.0.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Type-safe wrapper over the PARI library"
+
maintainer: ["Julien Coolen <jtcoolen@pm.me>"]
+
authors: ["Julien Coolen"]
+
license: "GPL-2.0-or-later"
+
homepage: "https://github.com/jtcoolen/ocaml-pari"
+
bug-reports: "https://github.com/jtcoolen/ocaml-pari/issues"
+
depends: [
+
"ocaml" {>= "4.10"}
+
"dune" {>= "3.7" & >= "3.7"}
+
"core" {>= "v0.14.0"}
+
"pari-bindings" {= version}
+
"ctypes" {>= "0.13.0"}
+
"ctypes-foreign" {>= "0.13.0"}
+
"conf-gmp"
+
"conf-bison"
+
"conf-perl"
+
"odoc"
+
"mdx" {>= "2.0.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/jtcoolen/ocaml-pari.git"
+
available: [ arch != "arm32" ]
+
url {
+
src: "https://github.com/jtcoolen/ocaml-pari/archive/refs/tags/0.1.tar.gz"
+
checksum: [
+
"md5=5f3d1a3dbd4dba7e0261b30728ab4715"
+
"sha512=106a1ad462f46be331403f25a89a80aefb71e66916f856a762da5b4d67151c52d4d9a3cd19afca4f61283e577e047e5f4f59fb4a35609d73b84b354b1ea64b3b"
+
]
+
}