this repo has no description
1opam-version: "2.0" 2maintainer: "opam-devel@lists.ocaml.org" 3build: [ "touch" "META" ] 4install: ["cp" "-r" "." "%{lib}%/ocaml-src"] 5synopsis: "Compiler sources" 6depends: [ 7 "ocaml" {= "4.00.1"} 8] 9url { 10 src: "http://caml.inria.fr/pub/distrib/ocaml-4.00/ocaml-4.00.1.tar.gz" 11 checksum: [ 12 "sha256=b48d5c7d3bf4a0cd6125f8fdfc1f654dd65586087399dc9f14716d7b9535e87a" 13 "md5=91124a8eb12a57f1e56c02fe3db0f9e7" 14 ] 15}