hc/hc.opam
2026-03-17 00:06:32 +01:00

30 lines
796 B
Text

# 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"