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" {= "4.13.1"} 11] 12url { 13 src: "https://github.com/ocaml/ocaml/archive/4.13.1.tar.gz" 14 checksum: "sha256=194c7988cc1fd1c64f53f32f2f7551e5309e44d914d6efc7e2e4d002296aeac4" 15}