this repo has no description
1opam-version: "2.0"
2maintainer: "yallop@gmail.com"
3homepage: "https://github.com/yallop/higher"
4bug-reports: "https://github.com/yallop/higher/issues"
5authors: ["Jeremy Yallop" "Leo White"]
6license: "MIT"
7build: make
8remove: [
9 ["ocamlfind" "remove" "higher"]
10]
11depends: ["ocaml" "ocamlfind"]
12dev-repo: "git+https://github.com/yallop/higher"
13install: [make "install"]
14synopsis: "Library for higher-kinded programming"
15flags: light-uninstall
16url {
17 src: "https://github.com/yallop/higher/archive/0.2.tar.gz"
18 checksum: [
19 "sha256=4916532d41c379a5370747b40da08d494ed8bb4efbf771ae56557c95be78e401"
20 "md5=a306d665e5ebe63903b689d68da9f19c"
21 ]
22}