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.1.tar.gz" 18 checksum: [ 19 "sha256=435ae1c608e9fe5e37cb87fbc422c554ccf1875ac2fb1cf57a7303ac851109a9" 20 "md5=e2faf86f6f9ef758454f089e9a0ce598" 21 ] 22}