this repo has no description

Merge pull request #23012 from emillon/ocaml5-ocp-indent-nlfork

ocaml 5: ocp-indent-nlfork.1.5.4 uses bytes

Kate 21d92ed9 1eeac540

Changed files
+1 -1
packages
ocp-indent-nlfork
ocp-indent-nlfork.1.5.4
+1 -1
packages/ocp-indent-nlfork/ocp-indent-nlfork.1.5.4/opam
···
dev-repo: "git+https://github.com/OCamlPro/ocp-indent.git#nlfork"
build: ["dune" "build" "-j" jobs "-p" name]
depends: [
-
"ocaml"
+
("ocaml" {>= "4.04.2" & < "5.0"} | "ocaml" {>= "5.0"} & "base-bytes")
"dune"
"cmdliner" {>= "1.0.0"}
]