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.07.1"}
10]
11url {
12 src: "https://github.com/ocaml/ocaml/archive/4.07.1.tar.gz"
13 checksum: [
14 "sha256=83683ddad54bd23773591a9f757e702fa5cfa2ea1b124d8fe75a73729e592bfe"
15 "md5=352fe8d46cb238a26aa10c38bad6ecb6"
16 ]
17}