this repo has no description
1opam-version: "2.0"
2maintainer: "opam-devel@lists.ocaml.org"
3build: [ "touch" "META" ]
4install: ["cp" "-r" "." "%{lib}%/ocaml-src"]
5synopsis: "Compiler sources"
6depends: [
7 "ocaml" {= "4.02.0"}
8]
9url {
10 src: "http://caml.inria.fr/pub/distrib/ocaml-4.02/ocaml-4.02.0.tar.gz"
11 checksum: [
12 "sha256=dbbcbd72a29a51206677a606ea09dfec83ae25cbbf52dee90306bc04812cd034"
13 "md5=8bba7e7d872083af1723dd450e07a5f4"
14 ]
15}