this repo has no description

lutils <= 1.51.2 is not compatible with ocaml 4.14 and newer

Changed files
+3 -3
packages
lutils
lutils.1.44
lutils.1.49.5
lutils.1.51.2
+1 -1
packages/lutils/lutils.1.44/opam
···
["ocaml" "%{etc}%/lutils/setup.ml" "-C" "%{etc}%/lutils" "-uninstall"]
]
depends: [
-
"ocaml" {>= "4.02"}
+
"ocaml" {>= "4.02" & < "4.14"}
"base-unix"
"camlp4"
"ocamlbuild" {build}
+1 -1
packages/lutils/lutils.1.49.5/opam
···
bug-reports:
"https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/lutils/"
depends: [
-
"ocaml" {>= "4.02"}
+
"ocaml" {>= "4.02" & < "4.14"}
"base-unix"
"ocamlbuild" {build}
"ocamlfind"
+1 -1
packages/lutils/lutils.1.51.2/opam
···
doc: "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/lustre-v6"
depends: [
-
"ocaml" {>= "4.02"}
+
"ocaml" {>= "4.02" & < "4.14"}
"dune" {>= "2.0"}
"base-unix"
"ocamlfind"