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.04.1"}
10]
11url {
12 src: "http://caml.inria.fr/pub/distrib/ocaml-4.04/ocaml-4.04.1.tar.gz"
13 checksum: [
14 "sha256=b246c8554dc3adb68f86ef2d4697488af6bf2fe6c28927da9429209afef1d348"
15 "md5=3daa6effaeb70ebb6f6ed86d1bc6e382"
16 ]
17}