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