Skip to content

Commit abb891c

Browse files
committed
hashset: updated opam file
relaxed the constraint ocaml < 5.0.0
1 parent c4d5bda commit abb891c

File tree

1 file changed

+5
-5
lines changed
  • packages/hashset/hashset.1.0.0

1 file changed

+5
-5
lines changed

packages/hashset/hashset.1.0.0/opam

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
opam-version: "2.0"
2-
maintainer: "Jean-Christophe.Filliatre@lri.fr"
2+
maintainer: "Jean-Christophe.Filliatre@cnrs.fr"
33
authors: ["Jean-Christophe Filliâtre"]
4-
homepage: "https://www.lri.fr/~filliatr/software.en.html"
5-
bug-reports: "https://github.com/UnixJunkie/hashset/issues"
6-
dev-repo: "git+https://github.com/UnixJunkie/hashset.git"
4+
homepage: "https://github.com/backtracking/hashset"
5+
bug-reports: "https://github.com/backtracking/hashset/issues"
6+
dev-repo: "https://github.com/backtracking/hashset"
77
license: "LGPL-2.1-only"
88
build: [
99
["obuild" "configure"]
@@ -16,7 +16,7 @@ remove: [
1616
["ocamlfind" "remove" "hashset"]
1717
]
1818
depends: [
19-
"ocaml" {< "5.0.0"}
19+
"ocaml"
2020
"ocamlfind"
2121
"obuild" {build & >= "0.1"}
2222
]

0 commit comments

Comments
 (0)