this repo has no description
1opam-version: "2.0" 2maintainer: "opam-devel@lists.ocaml.org" 3authors: "OCaml contributors" 4homepage: "http://ocaml.org/" 5build: [ "touch" "META" ] 6install: ["cp" "-r" "." "%{lib}%/ocaml-src"] 7synopsis: "Compiler sources" 8depends: [ 9 "ocaml" {= "4.08.1"} 10] 11url { 12 src: "https://github.com/ocaml/ocaml/archive/4.08.1.tar.gz" 13 checksum: [ 14 "sha256=b53ed3d487b83fd49bc181bded066ae8e6fb592cf40514261d27d36050d5db85" 15 "md5=723b6bfe8cf5abcbccc6911143f71055" 16 ] 17}