this repo has no description

Merge pull request #20655 from kit-ty-kate/linenoise-409

linenoise >= 1.1.0 < 1.3.1 is not compatible with OCaml 4.09

Changed files
+6 -4
packages
linenoise
linenoise.1.1.0
linenoise.1.2.0
linenoise.1.3.0
+2 -2
packages/linenoise/linenoise.1.1.0/opam
···
["jbuilder" "runtest" "-p" name] {with-test}
]
depends: [
-
"ocaml"
-
"jbuilder"
+
"ocaml" {< "4.09"}
+
"jbuilder" {>= "1.0+beta7"}
"result"
]
synopsis: "Simple readline like functionality with nice hints feature."
+2 -1
packages/linenoise/linenoise.1.2.0/opam
···
homepage: "https://github.com/fxfactorial/ocaml-linenoise"
bug-reports: "https://github.com/fxfactorial/ocaml-linenoise/issues"
depends: [
-
"dune"
+
"ocaml" {< "4.09"}
+
"dune" {>= "1.1"}
"result"
]
build: [
+2 -1
packages/linenoise/linenoise.1.3.0/opam
···
homepage: "https://github.com/ocaml-community/ocaml-linenoise"
bug-reports: "https://github.com/ocaml-community/ocaml-linenoise/issues"
depends: [
-
"dune"
+
"ocaml" {< "4.09"}
+
"dune" {>= "1.1"}
"result"
]
build: [