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.05.0"}
10]
11url {
12 src: "http://caml.inria.fr/pub/distrib/ocaml-4.05/ocaml-4.05.0.tar.gz"
13 checksum: [
14 "sha256=7039bf3325bae8936c55f41b0e05df4a53d0f957cf1adc3d44aa0154c88b104e"
15 "md5=89fd8cee148a00a6fcd5f587a2cebe10"
16 ]
17}