this repo has no description

stdcompat >= 12 needs autoconf

this fixes the previous PR which added it as depopt

Changed files
+16 -8
packages
stdcompat
stdcompat.12
stdcompat.13
stdcompat.14
stdcompat.15
stdcompat.16
stdcompat.17
stdcompat.18
stdcompat.19
+2 -1
packages/stdcompat/stdcompat.12/opam
···
bug-reports: "https://github.com/thierry-martinez/stdcompat/issues"
depends: [
"ocaml" {>= "3.07" & < "4.11.0"}
+
"conf-autoconf"
]
-
depopts: ["result" "seq" "uchar" "ocamlfind" "conf-autoconf"]
+
depopts: ["result" "seq" "uchar" "ocamlfind" ]
build: [
["./configure" "--prefix=%{prefix}%"]
[make]
+2 -1
packages/stdcompat/stdcompat.13/opam
···
bug-reports: "https://github.com/thierry-martinez/stdcompat/issues"
depends: [
"ocaml" {>= "3.07" & < "4.11.0"}
+
"conf-autoconf"
]
-
depopts: ["result" "seq" "uchar" "ocamlfind" "conf-autoconf"]
+
depopts: ["result" "seq" "uchar" "ocamlfind" ]
build: [
["./configure" "--prefix=%{prefix}%"]
[make]
+2 -1
packages/stdcompat/stdcompat.14/opam
···
bug-reports: "https://github.com/thierry-martinez/stdcompat/issues"
depends: [
"ocaml" {>= "3.07" & < "4.12.0"}
+
"conf-autoconf"
]
-
depopts: [ "result" "seq" "uchar" "ocamlfind" "conf-autoconf" ]
+
depopts: [ "result" "seq" "uchar" "ocamlfind" ]
build: [
["./configure" "--prefix=%{prefix}%"]
[make "all" "test" {with-test}]
+2 -1
packages/stdcompat/stdcompat.15/opam
···
bug-reports: "https://github.com/thierry-martinez/stdcompat/issues"
depends: [
"ocaml" {>= "3.08" & < "5.0"}
+
"conf-autoconf"
]
-
depopts: [ "result" "seq" "uchar" "ocamlfind" "conf-autoconf" ]
+
depopts: [ "result" "seq" "uchar" "ocamlfind" ]
build: [
["./configure" "--prefix=%{prefix}%"]
[make "all" "test" {with-test}]
+2 -1
packages/stdcompat/stdcompat.16/opam
···
bug-reports: "https://github.com/thierry-martinez/stdcompat/issues"
depends: [
"ocaml" {>= "3.08" & < "5.0"}
+
"conf-autoconf"
]
-
depopts: [ "result" "seq" "uchar" "ocamlfind" "conf-autoconf" ]
+
depopts: [ "result" "seq" "uchar" "ocamlfind" ]
build: [
["./configure" "--prefix=%{prefix}%"]
[make "all" "test" {with-test}]
+2 -1
packages/stdcompat/stdcompat.17/opam
···
bug-reports: "https://github.com/thierry-martinez/stdcompat/issues"
depends: [
"ocaml" {>= "3.08" & < "5.0"}
+
"conf-autoconf"
]
-
depopts: [ "result" "seq" "uchar" "ocamlfind" "conf-autoconf" ]
+
depopts: [ "result" "seq" "uchar" "ocamlfind" ]
build: [
["./configure" "--prefix=%{prefix}%"]
[make "all" "test" {with-test}]
+2 -1
packages/stdcompat/stdcompat.18/opam
···
bug-reports: "https://github.com/thierry-martinez/stdcompat/issues"
depends: [
"ocaml" {>= "3.08" & < "5.0"}
+
"conf-autoconf"
]
-
depopts: [ "result" "seq" "uchar" "ocamlfind" "conf-autoconf" ]
+
depopts: [ "result" "seq" "uchar" "ocamlfind" ]
build: [
["./configure" "--prefix=%{prefix}%"]
[make "all" "test" {with-test}]
+2 -1
packages/stdcompat/stdcompat.19/opam
···
depends: [
"ocaml" {>= "3.07"}
"dune" {>= "2.0"}
+
"conf-autoconf"
]
-
depopts: [ "result" "seq" "uchar" "ocamlfind" "conf-autoconf" ]
+
depopts: [ "result" "seq" "uchar" "ocamlfind" ]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]