this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #23036 from mbacarella/constrain-old-curses-to-ocaml-lt-5

Constrain older versions of curses to OCaml < 5.0.0

authored by

Kate and committed by
GitHub
6e9750a9 c2558903

+10 -7
+1 -1
packages/curses/curses.1.0.10/opam
··· 11 11 "conf-ncurses" {build} 12 12 "conf-pkg-config" {build} 13 13 "dune-configurator" {build} 14 - "ocaml" {>= "4.02.0"} 14 + "ocaml" {>= "4.02.0" & < "5.0.0"} 15 15 "odoc" {with-doc} 16 16 ] 17 17 build: [
+4 -1
packages/curses/curses.1.0.3/opam
··· 6 6 [make "OCAMLMAKEFILE=OCamlMakefile" "opt"] 7 7 ] 8 8 remove: [["ocamlfind" "remove" "curses"]] 9 - depends: ["ocaml" "ocamlfind"] 9 + depends: [ 10 + "ocaml" {< "5.0.0"} 11 + "ocamlfind" 12 + ] 10 13 depexts: [ 11 14 ["libncurses-dev"] {os-family = "debian"} 12 15 ]
+1 -1
packages/curses/curses.1.0.4/opam
··· 11 11 ] 12 12 remove: [["ocamlfind" "remove" "curses"]] 13 13 depends: [ 14 - "ocaml" 14 + "ocaml" {< "5.0.0"} 15 15 "ocamlfind" {build} 16 16 "conf-ncurses" 17 17 ]
+1 -1
packages/curses/curses.1.0.5/opam
··· 10 10 [make "OCAMLMAKEFILE=OCamlMakefile" "opt"] 11 11 ] 12 12 depends: [ 13 - "ocaml" 13 + "ocaml" {< "5.0.0"} 14 14 "ocamlfind" {build} 15 15 "conf-ncurses" 16 16 ]
+1 -1
packages/curses/curses.1.0.6/opam
··· 10 10 [make "OCAMLMAKEFILE=OCamlMakefile" "opt"] 11 11 ] 12 12 depends: [ 13 - "ocaml" 13 + "ocaml" {< "5.0.0"} 14 14 "ocamlfind" {build} 15 15 "conf-ncurses" 16 16 ]
+1 -1
packages/curses/curses.1.0.8/opam
··· 11 11 [make "OCAMLMAKEFILE=OCamlMakefile" "opt"] 12 12 ] 13 13 depends: [ 14 - "ocaml" 14 + "ocaml" {< "5.0.0"} 15 15 "ocamlfind" {build} 16 16 "conf-ncurses" 17 17 ]
+1 -1
packages/curses/curses.1.0.9/opam
··· 11 11 "dune" {>= "1.11"} 12 12 "conf-ncurses" 13 13 "dune-configurator" 14 - "ocaml" {>= "4.02.0"} 14 + "ocaml" {>= "4.02.0" & < "5.0.0" } 15 15 ] 16 16 build: [ 17 17 ["dune" "subst"] {dev}