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.3"}
8]
9url {
10 src: "http://caml.inria.fr/pub/distrib/ocaml-4.02/ocaml-4.02.3.tar.gz"
11 checksum: [
12 "sha256=928fb5f64f4e141980ba567ff57b62d8dc7b951b58be9590ffb1be2172887a72"
13 "md5=ef1a324608c97031cbd92a442d685ab7"
14 ]
15}