# 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 "] authors: ["pena "] 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"