this repo has no description
1opam-version: "2.0"
2maintainer: "yallop@gmail.com"
3authors: ["Jeremy Yallop" "Leo White"]
4homepage: "https://github.com/yallop/higher"
5bug-reports: "https://github.com/yallop/higher/issues"
6dev-repo: "git+https://github.com/yallop/higher.git"
7license: "MIT"
8build: [
9 "ocaml"
10 "pkg/build.ml"
11 "native=%{ocaml:native}%"
12 "native-dynlink=%{ocaml:native-dynlink}%"
13]
14depends: [
15 "ocaml"
16 "ocamlbuild" {build}
17]
18synopsis: "Library for higher-kinded programming"
19url {
20 src: "https://github.com/yallop/higher/archive/0.3.0.tar.gz"
21 checksum: [
22 "sha256=f95cea485caef6f4bb20886e14e0173e23ecd8fdc96887b35c72f1c09e6d2af3"
23 "md5=01d66c410421f105efcbaa1561a71afc"
24 ]
25}