opam-version: "2.0"
name: "fix"
version: "20230505"
synopsis: "Algorithmic building blocks for memoization, recursion, and more"
maintainer: "francois.pottier@inria.fr"
authors: "François Pottier <francois.pottier@inria.fr>"
license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception"
homepage: "https://gitlab.inria.fr/fpottier/fix"
bug-reports: "francois.pottier@inria.fr"
depends: [
  "ocaml" {>= "4.03"}
  "dune" {>= "1.3"}
]
build: ["dune" "build" "-p" name "-j" jobs]
dev-repo: "git+https://gitlab.inria.fr/fpottier/fix.git"
url {
  src:
    "https://gitlab.inria.fr/fpottier/fix/-/archive/20230505/archive.tar.gz"
  checksum: [
    "md5=2a4afa633128c5010677222f7b3c9451"
    "sha512=30d446ba6c19aef78b52d9831eb26f8f6ac10e88bd1eff36d16fbbfb32278b2637e31e63a160aec4abbbfdb1e7612ed25d68c936f4cbf2073e51d713ff3a8adf"
  ]
}
