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.01.0"}
8]
9url {
10 src: "http://caml.inria.fr/pub/distrib/ocaml-4.01/ocaml-4.01.0.tar.gz"
11 checksum: [
12 "sha256=ea1751deff454f5c738d10d8a0ad135afee0852d391cf95766b726c0faf7cfdb"
13 "md5=04dfdd7da189462a4f10ec6530359cef"
14 ]
15}