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