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.2"}
10]
11url {
12 src: "https://github.com/ocaml/ocaml/archive/4.11.2.tar.gz"
13 checksum: "sha256=044a2a68f6cfa3d2349257770a340ced14c3940fb4d78414dda0e59e4ff0aa09"
14}