this repo has no description

num is does not handle not having ocamlopt

Kate 5839378e 08040ecb

Changed files
+20 -5
packages
num
num.1.0
num.1.1
num.1.2
num.1.3
num.1.4
+4 -1
packages/num/num.1.0/opam
···
"ocaml" {>= "4.06.0"}
"ocamlfind" {build & >= "1.7.3"}
]
-
conflicts: [ "base-num" ]
+
conflicts: [
+
"base-num"
+
"ocaml-option-bytecode-only"
+
]
patches: [ "findlib-install.patch" "installation-warning.patch" ]
synopsis:
"The legacy Num library for arbitrary-precision integer and rational arithmetic"
+4 -1
packages/num/num.1.1/opam
···
"ocaml" {>= "4.06.0"}
"ocamlfind" {build & >= "1.7.3"}
]
-
conflicts: [ "base-num" ]
+
conflicts: [
+
"base-num"
+
"ocaml-option-bytecode-only"
+
]
patches: [ "findlib-install.patch" "installation-warning.patch" ]
synopsis:
"The legacy Num library for arbitrary-precision integer and rational arithmetic"
+4 -1
packages/num/num.1.2/opam
···
"ocaml" {>= "4.06.0"}
"ocamlfind" {build & >= "1.7.3"}
]
-
conflicts: [ "base-num" ]
+
conflicts: [
+
"base-num"
+
"ocaml-option-bytecode-only"
+
]
patches: [ "installation-warning.patch" ]
synopsis:
"The legacy Num library for arbitrary-precision integer and rational arithmetic"
+4 -1
packages/num/num.1.3/opam
···
"ocaml" {>= "4.06.0"}
"ocamlfind" {build & >= "1.7.3"}
]
-
conflicts: [ "base-num" ]
+
conflicts: [
+
"base-num"
+
"ocaml-option-bytecode-only"
+
]
patches: [ "installation-warning.patch" ]
synopsis:
"The legacy Num library for arbitrary-precision integer and rational arithmetic"
+4 -1
packages/num/num.1.4/opam
···
"ocaml" {>= "4.06.0"}
"ocamlfind" {build & >= "1.7.3"}
]
-
conflicts: ["base-num"]
+
conflicts: [
+
"base-num"
+
"ocaml-option-bytecode-only"
+
]
build: make
install: [
["ocamlfind" "remove" "num"]