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.10.0"}
10]
11url {
12 src: "https://github.com/ocaml/ocaml/archive/4.10.0.tar.gz"
13 checksum: [
14 "sha256=58bae0f0a79daf86ec755a173e593fef4ef588f15c6185993af88ceb9722bc39"
15 "md5=f70b59d5eaed1ec1c3d4255b65cf1039"
16 ]
17}