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.11.0"}
10]
11url {
12 src: "https://github.com/ocaml/ocaml/archive/4.11.0.tar.gz"
13 checksum: [
14 "sha256=060a26420ad868e192076138a103dbe28fa39d7a0a80f7db349a1d5143dea506"
15 "md5=9354da8b0f1fc80d440baf9a9e9bccba"
16 ]
17}