this repo has no description

Merge pull request #22860 from emillon/ocaml5-dtools

ocaml 5: restrict dtools releases

Kate 747a4e13 70201cd4

Changed files
+6 -6
packages
dtools
dtools.0.3.0
dtools.0.3.2
dtools.0.3.3
dtools.0.3.4
dtools.0.4.0
dtools.0.4.1
+1 -1
packages/dtools/dtools.0.3.0/opam
···
[make]
]
remove: [["ocamlfind" "remove" "dtools"]]
-
depends: ["ocaml" "ocamlfind"]
+
depends: ["ocaml" {< "5.0.0"} "ocamlfind"]
install: [make "install"]
synopsis: "Library providing various helper functions to make daemons"
description: """
+1 -1
packages/dtools/dtools.0.3.2/opam
···
[make "install"]
]
remove: ["ocamlfind" "remove" "dtools"]
-
depends: ["ocaml" "ocamlfind"]
+
depends: ["ocaml" {< "5.0.0"} "ocamlfind"]
bug-reports: "https://github.com/savonet/ocaml-dtools/issues"
dev-repo: "git+https://github.com/savonet/ocaml-dtools.git"
synopsis: "Library providing various helper functions to make daemons"
+1 -1
packages/dtools/dtools.0.3.3/opam
···
[make "install"]
]
remove: ["ocamlfind" "remove" "dtools"]
-
depends: ["ocaml" "ocamlfind"]
+
depends: ["ocaml" {< "5.0.0"} "ocamlfind"]
bug-reports: "https://github.com/savonet/ocaml-dtools/issues"
dev-repo: "git+https://github.com/savonet/ocaml-dtools.git"
synopsis: "Library providing various helper functions to make daemons"
+1 -1
packages/dtools/dtools.0.3.4/opam
···
[make "install"]
]
remove: ["ocamlfind" "remove" "dtools"]
-
depends: ["ocaml" "ocamlfind"]
+
depends: ["ocaml" {< "5.0.0"} "ocamlfind"]
bug-reports: "https://github.com/savonet/ocaml-dtools/issues"
dev-repo: "git+https://github.com/savonet/ocaml-dtools.git"
synopsis: "Library providing various helper functions to make daemons"
+1 -1
packages/dtools/dtools.0.4.0/opam
···
]
remove: ["ocamlfind" "remove" "dtools"]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0.0"}
"ocamlfind" {build}
]
bug-reports: "https://github.com/savonet/ocaml-dtools/issues"
+1 -1
packages/dtools/dtools.0.4.1/opam
···
]
remove: ["ocamlfind" "remove" "dtools"]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0.0"}
"ocamlfind" {build}
]
bug-reports: "https://github.com/savonet/ocaml-dtools/issues"