Skip to content

Commit 2ae6536

Browse files
authored
Merge pull request #27911 from zapashcanon/master
hc.0.5
2 parents b847320 + 8597536 commit 2ae6536

File tree

1 file changed

+37
-0
lines changed
  • packages/hc/hc.0.5

1 file changed

+37
-0
lines changed

packages/hc/hc.0.5/opam

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
opam-version: "2.0"
2+
synopsis: "Hashconsing library"
3+
description:
4+
"hc is an OCaml library for hashconsing. It provides easy ways to use hashconsing, in a type-safe and modular way and the ability to get forgetful memoïzation."
5+
maintainer: ["Léo Andrès <[email protected]>"]
6+
authors: ["Léo Andrès <[email protected]>"]
7+
license: "ISC"
8+
homepage: "https://git.zapashcanon.fr/zapashcanon/hc"
9+
doc: "https://doc.zapashcanon.fr/hc/"
10+
bug-reports: "https://git.zapashcanon.fr/zapashcanon/hc/issues"
11+
depends: [
12+
"dune" {>= "3.0"}
13+
"ocaml" {>= "4.14"}
14+
"odoc" {with-doc}
15+
]
16+
build: [
17+
["dune" "subst"] {dev}
18+
[
19+
"dune"
20+
"build"
21+
"-p"
22+
name
23+
"-j"
24+
jobs
25+
"@install"
26+
"@runtest" {with-test}
27+
"@doc" {with-doc}
28+
]
29+
]
30+
dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/hc.git"
31+
url {
32+
src: "https://git.zapashcanon.fr/zapashcanon/hc/archive/0.5.tar.gz"
33+
checksum: [
34+
"sha256=c463d272820cc06c169dea775d10039291cafb0d1bfe0d67248e65818e4ae978"
35+
"sha512=47f088efa5626ae26f811b0190ed19226a79b3a5ff2564425eb0c8964de6ad6dfe3a59f5dd09b9b2fa0e92acddc83f40a0d9574a395156c8104e7f2605609604"
36+
]
37+
}

0 commit comments

Comments
 (0)