this repo has no description
1opam-version: "2.0"
2maintainer: "https://github.com/ocaml/opam-repository/issues"
3build: [
4 [make]
5]
6install: [
7 ["mkdir" "-p" "%{lib}%/hweak"]
8 [
9 "cp"
10 "hweak.cmi"
11 "hweak.cmo"
12 "weak_memo.cmi"
13 "weak_memo.cmo"
14 "%{lib}%/hweak"
15 ]
16]
17synopsis:
18 "An hastable with weak pointer enabling the GC to collect things that are in the hashtable"
19depends: ["ocaml" {< "5.0"}]
20url {
21 src: "http://aspellfr.free.fr/hweak/hweak-1.1.tar.gz"
22 checksum: [
23 "sha256=c010d489a47f861652ca5a9737eef4f052e04d74f244c0cb81298392a8aeaa42"
24 "md5=980cc30c156a248bbd4e6b58d8c12a9c"
25 ]
26}