this repo has no description

opam-file-format < 2.1.5 is not compatible with OCaml 5.0 (expects ocamlc -vnum to match a certain number of characters)

Kate 93d481c5 30bf6eda

Changed files
+25 -11
packages
opam-file-format
opam-file-format.2.0.0
opam-file-format.2.0.0~beta
opam-file-format.2.0.0~beta3
opam-file-format.2.0.0~beta5
opam-file-format.2.0.0~rc2
opam-file-format.2.0~alpha5
opam-file-format.2.1.0
opam-file-format.2.1.1
opam-file-format.2.1.2
opam-file-format.2.1.3
opam-file-format.2.1.4
+3 -1
packages/opam-file-format/opam-file-format.2.0.0/opam
···
install: [make "install" "PREFIX=%{prefix}%"]
remove: ["rm" "-rf" "%{opam-file-format:lib}%"]
synopsis: "Parser and printer for the opam file syntax"
-
depends: ["ocaml"]
+
depends: [
+
"ocaml" {< "5.0.0"}
+
]
flags: light-uninstall
url {
src: "https://github.com/ocaml/opam-file-format/archive/2.0.0.tar.gz"
+3 -1
packages/opam-file-format/opam-file-format.2.0.0~beta/opam
···
install: [make "install" "PREFIX=%{prefix}%"]
remove: ["rm" "-rf" "%{opam-file-format:lib}%"]
synopsis: "Parser and printer for the opam file syntax"
-
depends: ["ocaml"]
+
depends: [
+
"ocaml" {< "5.0.0"}
+
]
flags: light-uninstall
url {
src: "https://github.com/ocaml/opam-file-format/archive/2.0.0-beta.tar.gz"
+3 -1
packages/opam-file-format/opam-file-format.2.0.0~beta3/opam
···
install: [make "install" "PREFIX=%{prefix}%"]
remove: ["rm" "-rf" "%{opam-file-format:lib}%"]
synopsis: "Parser and printer for the opam file syntax"
-
depends: ["ocaml"]
+
depends: [
+
"ocaml" {< "5.0.0"}
+
]
flags: light-uninstall
url {
src: "https://github.com/ocaml/opam-file-format/archive/2.0.0-beta3.tar.gz"
+3 -1
packages/opam-file-format/opam-file-format.2.0.0~beta5/opam
···
install: [make "install" "PREFIX=%{prefix}%"]
remove: ["rm" "-rf" "%{opam-file-format:lib}%"]
synopsis: "Parser and printer for the opam file syntax"
-
depends: ["ocaml"]
+
depends: [
+
"ocaml" {< "5.0.0"}
+
]
flags: light-uninstall
url {
src: "https://github.com/ocaml/opam-file-format/archive/2.0.0-beta5.tar.gz"
+3 -1
packages/opam-file-format/opam-file-format.2.0.0~rc2/opam
···
install: [make "install" "PREFIX=%{prefix}%"]
remove: ["rm" "-rf" "%{opam-file-format:lib}%"]
synopsis: "Parser and printer for the opam file syntax"
-
depends: ["ocaml"]
+
depends: [
+
"ocaml" {< "5.0.0"}
+
]
flags: light-uninstall
url {
src: "https://github.com/ocaml/opam-file-format/archive/2.0.0-rc2.tar.gz"
+3 -1
packages/opam-file-format/opam-file-format.2.0~alpha5/opam
···
install: [make "install" "PREFIX=%{prefix}%"]
remove: ["rm" "-rf" "%{opam-file-format:lib}%"]
synopsis: "Parser and printer for the opam file syntax"
-
depends: ["ocaml"]
+
depends: [
+
"ocaml" {< "5.0.0"}
+
]
flags: light-uninstall
url {
src: "https://github.com/ocaml/opam-file-format/archive/2.0-alpha5.tar.gz"
+3 -1
packages/opam-file-format/opam-file-format.2.1.0/opam
···
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
homepage: "https://opam.ocaml.org"
bug-reports: "https://github.com/ocaml/opam-file-format/issues"
-
depends: ["ocaml"]
+
depends: [
+
"ocaml" {< "5.0.0"}
+
]
depopts: ["dune"]
build: [
[make "byte" {!ocaml-native} "all" {ocaml-native}] {!dune:installed}
+1 -1
packages/opam-file-format/opam-file-format.2.1.1/opam
···
homepage: "https://opam.ocaml.org"
bug-reports: "https://github.com/ocaml/opam-file-format/issues"
depends: [
-
"ocaml"
+
"ocaml" {< "5.0.0"}
"dune" {>= "2.0"}
"alcotest" {with-test}
]
+1 -1
packages/opam-file-format/opam-file-format.2.1.2/opam
···
homepage: "https://opam.ocaml.org"
bug-reports: "https://github.com/ocaml/opam-file-format/issues"
depends: [
-
"ocaml"
+
"ocaml" {< "5.0.0"}
"alcotest" {with-test}
]
depopts: ["dune"]
+1 -1
packages/opam-file-format/opam-file-format.2.1.3/opam
···
]
install: [make "install" "PREFIX=%{prefix}%"] {!dune:installed}
depends: [
-
"ocaml"
+
"ocaml" {< "5.0.0"}
"alcotest" {with-test}
]
depopts: [
+1 -1
packages/opam-file-format/opam-file-format.2.1.4/opam
···
homepage: "https://opam.ocaml.org"
bug-reports: "https://github.com/ocaml/opam-file-format/issues"
depends: [
-
"ocaml"
+
"ocaml" {< "5.0.0"}
"alcotest" {with-test}
]
depopts: ["dune"]