This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
27
unikernel/duniverse/ocaml-gmp/gmp.opam
Normal file
27
unikernel/duniverse/ocaml-gmp/gmp.opam
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
version: "6.3.0"
|
||||
opam-version: "2.0"
|
||||
maintainer: "Lucas Pluvinage <lucas@tarides.com>"
|
||||
license: ["LGPL-3.0-only" "LGPL-2.0-only"]
|
||||
authors: "Torbjörn Granlund and contributors"
|
||||
homepage: "https://github.com/mirage/ocaml-gmp"
|
||||
bug-reports: "https://github.com/mirage/ocaml-gmp/issues"
|
||||
dev-repo: "git+https://github.com/mirage/ocaml-gmp.git"
|
||||
substs: [ "src/build.sh" ]
|
||||
build: [
|
||||
[ "dune" "build" "-p" name "-j" jobs ]
|
||||
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
|
||||
]
|
||||
depends: [
|
||||
"ocaml" {>= "4.02.0"}
|
||||
"dune" {>= "2.6"}
|
||||
"conf-m4"
|
||||
]
|
||||
depexts: [
|
||||
[ "xz" ] {os = "macos" & os-distribution = "homebrew"}
|
||||
]
|
||||
conflicts: [
|
||||
"ocaml-solo5" {< "0.8.3"}
|
||||
]
|
||||
synopsis: "The GNU Multiple Precision Arithmetic Library"
|
||||
description: """Dune packaging of the GMP library, suitable for
|
||||
cross-compilation."""
|
||||
Loading…
Add table
Add a link
Reference in a new issue