opam-version: "2.0"
maintainer: "yallop@gmail.com"
homepage: "https://github.com/ocamllabs/higher"
license: "MIT"
build: make
remove: [
  ["ocamlfind" "remove" "higher"]
]
depends: ["ocaml" "ocamlfind"]
tags: ["org:ocamllabs"]
dev-repo: "git://github.com/ocamllabs/higher"
install: [make "install"]
synopsis: "Library for higher-kinded programming."
flags: light-uninstall
url {
  src: "https://github.com/ocamllabs/higher/archive/0.1.tar.gz"
  checksum: "md5=e2faf86f6f9ef758454f089e9a0ce598"
}
