this repo has no description

Re-enable some versions of mlgmpidl

Changed files
+7 -7
packages
mlgmpidl
mlgmpidl.1.2.12
mlgmpidl.1.2.13
mlgmpidl.1.2.14
+3 -3
packages/mlgmpidl/mlgmpidl.1.2.12/opam
···
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 with static linking exception"
+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
build: [
["sh" "./configure" "--absolute-dylibs" { os = "darwin" } ]
[make]
···
[make "install"]
]
depends: [
-
"ocaml" {>= "3.12.1" & < "5.0.0"}
+
"ocaml" {>= "3.12.1" & < "5"}
"ocamlfind" {build}
-
"camlidl" {< "1.10"}
+
"camlidl" {!= "1.10"}
"conf-gmp"
"conf-mpfr"
"conf-perl" {build}
+2 -2
packages/mlgmpidl/mlgmpidl.1.2.13/opam
···
[make "install"]
]
depends: [
-
"ocaml" {>= "3.12.1" & < "5.0.0"}
+
"ocaml" {>= "3.12.1" & < "5"}
"ocamlfind" {build}
-
"camlidl" {< "1.10"}
+
"camlidl" {!= "1.10"}
"conf-gmp"
"conf-mpfr"
"conf-perl" {build}
+2 -2
packages/mlgmpidl/mlgmpidl.1.2.14/opam
···
[make "install"]
]
depends: [
-
"ocaml" {>= "3.12.1" & < "5.0.0"}
+
"ocaml" {>= "3.12.1" & < "5"}
"ocamlfind" {build & >= "1.5.6"}
-
"camlidl" {< "1.10"}
+
"camlidl" {!= "1.10"}
"conf-gmp"
"conf-mpfr"
"conf-perl" {build}