this repo has no description

Restrict some mlgmpidl versions to require non-arm64 arch on macos

Changed files
+3
packages
mlgmpidl
mlgmpidl.1.2.12
mlgmpidl.1.2.13
mlgmpidl.1.2.14
+1
packages/mlgmpidl/mlgmpidl.1.2.12/opam
···
"apron" {= "20140725"}
"apron" {= "20150518"}
]
+
available: (os != "macos" | arch != "arm64")
synopsis: "OCaml interface to the GMP library"
url {
src: "https://github.com/nberth/mlgmpidl/archive/1.2.12.tar.gz"
+1
packages/mlgmpidl/mlgmpidl.1.2.13/opam
···
"apron" {= "20140725"}
"apron" {= "20150518"}
]
+
available: (os != "macos" | arch != "arm64")
synopsis: "OCaml interface to the GMP library"
url {
src: "https://github.com/nberth/mlgmpidl/archive/1.2.13.tar.gz"
+1
packages/mlgmpidl/mlgmpidl.1.2.14/opam
···
"apron" {= "20140725"}
"apron" {= "20150518"}
]
+
available: (os != "macos" | arch != "arm64")
synopsis: "OCaml interface to the GMP library"
url {
src: "https://github.com/nberth/mlgmpidl/archive/1.2.14.tar.gz"