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.0"}
10]
11url {
12 src: "https://github.com/ocaml/ocaml/archive/4.08.0.tar.gz"
13 checksum: [
14 "sha256=c8ff78d010cb037ac6d6729e40ebdbee109218899007ef23a20b8f459ac186d6"
15 "md5=42ed24e9a7c0e3998cab7d5e7c9f7618"
16 ]
17}