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.07.0"}
10]
11url {
12 src: "http://caml.inria.fr/pub/distrib/ocaml-4.07/ocaml-4.07.0.tar.gz"
13 checksum: [
14 "sha256=50e10b0c4e28300cb889e56839ec9e07e2847a85e04bfbd5a7ed0290b7239ef8"
15 "md5=679681e7cc4a99a05316de25af54bd13"
16 ]
17}