opam-version: "2.0"
maintainer: "yallop@gmail.com"
authors: ["Jeremy Yallop" "Leo White"]
homepage: "https://github.com/ocamllabs/higher"
bug-reports: "https://github.com/ocamllabs/higher/issues"
dev-repo: "git+https://github.com/ocamllabs/higher.git"
license: "MIT"
build: [
  "ocaml"
  "pkg/build.ml"
  "native=%{ocaml:native}%"
  "native-dynlink=%{ocaml:native-dynlink}%"
]
depends: [
  "ocaml"
  "ocamlbuild" {build}
]
tags: ["org:ocamllabs"]
synopsis: "Library for higher-kinded programming."
url {
  src: "https://github.com/ocamllabs/higher/archive/0.3.0.tar.gz"
  checksum: "md5=01d66c410421f105efcbaa1561a71afc"
}
