this repo has no description
1opam-version: "2.0" 2maintainer: "john@coherentgraphics.co.uk" 3build: make 4remove: [["ocamlfind" "remove" "more-ocaml"]] 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/v0.1.tar.gz" 12 checksum: [ 13 "sha256=dd16d3f74436c179f8220ec35354a89cae13b3cf565e3da006107e2d36e173e6" 14 "md5=c3f2f1864baaa1d0797a3b4c3a47164b" 15 ] 16}