first commit
This commit is contained in:
commit
79469ab40c
12 changed files with 462 additions and 0 deletions
30
hc.opam
Normal file
30
hc.opam
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
synopsis: "Hashconsing library"
|
||||
description:
|
||||
"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."
|
||||
maintainer: ["pena <pena@kumikode.org>"]
|
||||
authors: ["pena <pena@kumikode.org>"]
|
||||
license: "ISC"
|
||||
homepage: "https://forge.kumikode.org/kumikode/hc"
|
||||
bug-reports: "https://forge.kumikode.org/kumikode/hc/issues"
|
||||
depends: [
|
||||
"dune" {>= "3.0"}
|
||||
"ocaml" {>= "4.14"}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
[
|
||||
"dune"
|
||||
"build"
|
||||
"-p"
|
||||
name
|
||||
"-j"
|
||||
jobs
|
||||
"@install"
|
||||
"@runtest" {with-test}
|
||||
"@doc" {with-doc}
|
||||
]
|
||||
]
|
||||
dev-repo: "git+https://forge.kumikode.org/kumikode/hc.git"
|
||||
Loading…
Add table
Add a link
Reference in a new issue