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" "pkg/pkg.ml" "build"
10 "--pinned" "%{pinned}%"]]
11depends: [
12 "ocaml"
13 "ocamlbuild" {build}
14 "ocamlfind" {build}
15 "topkg" {build}
16]
17synopsis: "Library for higher-kinded programming"
18url {
19 src: "https://github.com/yallop/higher/archive/0.3.1.tar.gz"
20 checksum: [
21 "sha256=8e34d8bc4db40569eb3728c0e23ef43c0f242d2845bd56eb65bca6fe755cf810"
22 "md5=e9e2d2e6db151367be596cd0bcef6ce7"
23 ]
24}