this repo has no description

new release hashset 1.0.1

Changed files
+31
packages
hashset
hashset.1.0.1
+31
packages/hashset/hashset.1.0.1/opam
···
+
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"]
+
["obuild" "build" "lib-hashset"]
+
]
+
install: [
+
["obuild" "install"]
+
]
+
remove: [
+
["ocamlfind" "remove" "hashset"]
+
]
+
depends: [
+
"ocaml"
+
"ocamlfind"
+
"obuild" {build & >= "0.1"}
+
]
+
synopsis: "Sets as hash tables"
+
flags: light-uninstall
+
url {
+
src: "https://github.com/backtracking/hashset/archive/refs/tags/v1.0.1.zip"
+
checksum: [
+
"sha256=93247267292744cf92752658dbf1e1a55b036e53551ce8b8eb9ea07abdddd8fe"
+
"md5=e4ec32fe3c3cdbb7dfa1decc0cbd78ec"
+
]
+
}