Skip to content

Commit

Permalink
mlgmpidl.1.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
nberth committed Jul 7, 2023
1 parent 94cfa9a commit 8df34c9
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions packages/mlgmpidl/mlgmpidl.1.2.15/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
opam-version: "2.0"
authors: ["Bertrand Jeannet" "Nicolas Berthier"]
maintainer: "Nicolas Berthier <m@nberth.space>"
dev-repo: "git+https://github.com/nberth/mlgmpidl.git"
bug-reports: "https://github.com/nberth/mlgmpidl/issues"
homepage: "https://www.inrialpes.fr/pop-art/people/bjeannet/mlxxxidl-forge/mlgmpidl/"
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
build: [
["sh" "./configure" "--absolute-dylibs" {os = "macos"} ]
[make]
]
install: [
[make "install"]
]
depends: [
"ocaml" {>= "3.12.1"}
"ocamlfind" {build & >= "1.5.6"}
"camlidl" {!= "1.10"}
"conf-gmp"
"conf-mpfr"
"conf-perl" {build}
"bigarray-compat"
]
conflicts: [
"mlgmp"
"apron" {= "20140725"}
"apron" {= "20150518"}
]
synopsis: "OCaml interface to the GMP library"
url {
src: "https://github.com/nberth/mlgmpidl/archive/1.2.15.tar.gz"
checksum: "md5=fba69df33295a427e093cad67114a5d6"
}

0 comments on commit 8df34c9

Please sign in to comment.