File tree Expand file tree Collapse file tree 5 files changed +20
-5
lines changed Expand file tree Collapse file tree 5 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,10 @@ depends: [
3131 "ocaml" {>= "4.06.0"}
3232 "ocamlfind" {build & >= "1.7.3"}
3333]
34- conflicts: [ "base-num" ]
34+ conflicts: [
35+ "base-num"
36+ "ocaml-option-bytecode-only"
37+ ]
3538patches: [ "findlib-install.patch" "installation-warning.patch" ]
3639synopsis:
3740 "The legacy Num library for arbitrary-precision integer and rational arithmetic"
Original file line number Diff line number Diff line change @@ -31,7 +31,10 @@ depends: [
3131 "ocaml" {>= "4.06.0"}
3232 "ocamlfind" {build & >= "1.7.3"}
3333]
34- conflicts: [ "base-num" ]
34+ conflicts: [
35+ "base-num"
36+ "ocaml-option-bytecode-only"
37+ ]
3538patches: [ "findlib-install.patch" "installation-warning.patch" ]
3639synopsis:
3740 "The legacy Num library for arbitrary-precision integer and rational arithmetic"
Original file line number Diff line number Diff line change @@ -26,7 +26,10 @@ depends: [
2626 "ocaml" {>= "4.06.0"}
2727 "ocamlfind" {build & >= "1.7.3"}
2828]
29- conflicts: [ "base-num" ]
29+ conflicts: [
30+ "base-num"
31+ "ocaml-option-bytecode-only"
32+ ]
3033patches: [ "installation-warning.patch" ]
3134synopsis:
3235 "The legacy Num library for arbitrary-precision integer and rational arithmetic"
Original file line number Diff line number Diff line change @@ -25,7 +25,10 @@ depends: [
2525 "ocaml" {>= "4.06.0"}
2626 "ocamlfind" {build & >= "1.7.3"}
2727]
28- conflicts: [ "base-num" ]
28+ conflicts: [
29+ "base-num"
30+ "ocaml-option-bytecode-only"
31+ ]
2932patches: [ "installation-warning.patch" ]
3033synopsis:
3134 "The legacy Num library for arbitrary-precision integer and rational arithmetic"
Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ depends: [
1010 "ocaml" {>= "4.06.0"}
1111 "ocamlfind" {build & >= "1.7.3"}
1212]
13- conflicts: ["base-num"]
13+ conflicts: [
14+ "base-num"
15+ "ocaml-option-bytecode-only"
16+ ]
1417build: make
1518install: [
1619 ["ocamlfind" "remove" "num"]
You can’t perform that action at this time.
0 commit comments