this repo has no description

hashset: updated opam file

relaxed the constraint ocaml < 5.0.0

Changed files
+5 -5
packages
hashset
hashset.1.0.0
+5 -5
packages/hashset/hashset.1.0.0/opam
···
opam-version: "2.0"
-
maintainer: "Jean-Christophe.Filliatre@lri.fr"
authors: ["Jean-Christophe Filliâtre"]
-
homepage: "https://www.lri.fr/~filliatr/software.en.html"
-
bug-reports: "https://github.com/UnixJunkie/hashset/issues"
-
dev-repo: "git+https://github.com/UnixJunkie/hashset.git"
license: "LGPL-2.1-only"
build: [
["obuild" "configure"]
···
["ocamlfind" "remove" "hashset"]
]
depends: [
-
"ocaml" {< "5.0.0"}
"ocamlfind"
"obuild" {build & >= "0.1"}
]
···
opam-version: "2.0"
+
maintainer: "Jean-Christophe.Filliatre@cnrs.fr"
authors: ["Jean-Christophe Filliâtre"]
+
homepage: "https://github.com/backtracking/hashset"
+
bug-reports: "https://github.com/backtracking/hashset/issues"
+
dev-repo: "https://github.com/backtracking/hashset"
license: "LGPL-2.1-only"
build: [
["obuild" "configure"]
···
["ocamlfind" "remove" "hashset"]
]
depends: [
+
"ocaml"
"ocamlfind"
"obuild" {build & >= "0.1"}
]