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.03.0"}
8]
9url {
10 src: "http://caml.inria.fr/pub/distrib/ocaml-4.03/ocaml-4.03.0.tar.gz"
11 checksum: [
12 "sha256=7fdf280cc6c0a2de4fc9891d0bf4633ea417046ece619f011fd44540fcfc8da2"
13 "md5=43812739ea1b4641cf480f57f977c149"
14 ]
15}