this repo has no description

add ocaml-src 5.2.1

//cc @Octachron @shym

Changed files
+15
packages
ocaml-src
ocaml-src.5.2.1
+15
packages/ocaml-src/ocaml-src.5.2.1/opam
···
+
opam-version: "2.0"
+
maintainer: "opam-devel@lists.ocaml.org"
+
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
+
authors: "OCaml contributors"
+
homepage: "http://ocaml.org/"
+
build: [ "touch" "META" ]
+
install: ["cp" "-r" "." "%{lib}%/ocaml-src"]
+
synopsis: "Compiler sources"
+
depends: [
+
"ocaml" {= "5.2.1"}
+
]
+
url {
+
src: "https://github.com/ocaml/ocaml/releases/download/5.2.1/ocaml-5.2.1.tar.gz"
+
checksum: "sha256=2d0f8090951a97a2c0e5b8a11e90096c0e1791d2e471e4a67f87e3b974044cd0"
+
}