this repo has no description

config-file is not compatible with OCaml 5.0 (uses Genlex)

Kate 74fa9e8d f9f113a6

Changed files
+3 -3
packages
config-file
config-file.1.1
config-file.1.2
config-file.1.2.1
+1 -1
packages/config-file/config-file.1.1/opam
···
["./configure" "--prefix" prefix]
[make "uninstall"]
]
-
depends: ["ocaml" "ocamlfind" "camlp4"]
+
depends: ["ocaml" {< "5.0"} "ocamlfind" "camlp4"]
install: [make "install"]
synopsis: "Small library to define, load and save options files."
url {
+1 -1
packages/config-file/config-file.1.2.1/opam
···
bug-reports: "https://github.com/MisterDA/config-file/issues"
depends: [
"dune" {>= "2.9"}
-
"ocaml" {>= "4.02"}
+
"ocaml" {>= "4.02" & < "5.0"}
"camlp4" {build}
"cppo" {>= "1.6.7" & build}
"odoc" {with-doc}
+1 -1
packages/config-file/config-file.1.2/opam
···
]
remove: [["ocamlfind" "remove" "config-file"]]
depends: [
-
"ocaml" {>= "4.00"}
+
"ocaml" {>= "4.00" & < "5.0"}
"ocamlfind"
"camlp4"
]