this repo has no description
1opam-version: "2.0"
2maintainer: "opam-devel@lists.ocaml.org"
3license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
4authors: "OCaml contributors"
5homepage: "http://ocaml.org/"
6build: [ "touch" "META" ]
7install: ["cp" "-r" "." "%{lib}%/ocaml-src"]
8synopsis: "Compiler sources"
9depends: [
10 "ocaml" {= "5.0.0"}
11]
12url {
13 src: "https://github.com/ocaml/ocaml/archive/5.0.0.tar.gz"
14 checksum: "sha256=72fa3d0ba19b82fcb9e6c62e0090b9d22e5905c4be0f94faf56904a9377a9e5b"
15}