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" {= "3.12.1"} 8] 9url { 10 src: "http://caml.inria.fr/pub/distrib/ocaml-3.12/ocaml-3.12.1.tar.gz" 11 checksum: [ 12 "sha256=4f81ab86258be0eea1507dd5338c8670490f8616249821e731f8ac1c64caa4a7" 13 "md5=814a047085f0f901ab7d8e3a4b7a9e65" 14 ] 15}