this repo has no description
1opam-version: "2.0"
2maintainer: "john@coherentgraphics.co.uk"
3build: make
4remove: [["ocamlfind" "remove" "more"]]
5depends: ["ocaml" "ocamlfind"]
6dev-repo: "git+https://github.com/johnwhitington/more-ocaml"
7install: [make "install"]
8synopsis: "Support code for the book 'More OCaml'"
9flags: light-uninstall
10url {
11 src: "https://github.com/johnwhitington/more-ocaml/archive/v1.0.tar.gz"
12 checksum: [
13 "sha256=50017690fbb474f67e9d3c6a89cdfa19ca63b084c8d5a6ed7f88590afcd6227f"
14 "md5=8b0a49cf23cb7b0a37af4fda6a71ba8c"
15 ]
16}