Skip to content

Commit 29d8bb3

Browse files
authored
Merge pull request #24078 from nberth/mlgmpidl-1.2.15
mlgmpidl.1.2.15
2 parents 4df8fe6 + 46957c7 commit 29d8bb3

File tree

1 file changed

+34
-0
lines changed
  • packages/mlgmpidl/mlgmpidl.1.2.15

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
opam-version: "2.0"
2+
authors: ["Bertrand Jeannet" "Nicolas Berthier"]
3+
maintainer: "Nicolas Berthier <[email protected]>"
4+
dev-repo: "git+https://github.com/nberth/mlgmpidl.git"
5+
bug-reports: "https://github.com/nberth/mlgmpidl/issues"
6+
homepage: "https://www.inrialpes.fr/pop-art/people/bjeannet/mlxxxidl-forge/mlgmpidl/"
7+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
8+
build: [
9+
["sh" "./configure" "--absolute-dylibs" {os = "macos"} ]
10+
[make]
11+
]
12+
install: [
13+
[make "install"]
14+
]
15+
depends: [
16+
"ocaml" {>= "3.12.1"}
17+
"ocamlfind" {build & >= "1.5.6"}
18+
"camlidl" {!= "1.10"}
19+
"conf-gmp"
20+
"conf-mpfr"
21+
"conf-perl" {build}
22+
"bigarray-compat"
23+
]
24+
conflicts: [
25+
"mlgmp"
26+
"apron" {= "20140725"}
27+
"apron" {= "20150518"}
28+
]
29+
synopsis: "OCaml interface to the GMP library"
30+
url {
31+
src: "https://github.com/nberth/mlgmpidl/archive/1.2.15.tar.gz"
32+
checksum: "md5=fba69df33295a427e093cad67114a5d6"
33+
}
34+
x-ci-accept-failures: ["macos-homebrew"]

0 commit comments

Comments
 (0)