We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727427c commit 24d68deCopy full SHA for 24d68de
packages/ocaml-src/ocaml-src.5.2.1/opam
@@ -0,0 +1,15 @@
1
+opam-version: "2.0"
2
+maintainer: "[email protected]"
3
+license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
4
+authors: "OCaml contributors"
5
+homepage: "http://ocaml.org/"
6
+build: [ "touch" "META" ]
7
+install: ["cp" "-r" "." "%{lib}%/ocaml-src"]
8
+synopsis: "Compiler sources"
9
+depends: [
10
+ "ocaml" {= "5.2.1"}
11
+]
12
+url {
13
+ src: "https://github.com/ocaml/ocaml/releases/download/5.2.1/ocaml-5.2.1.tar.gz"
14
+ checksum: "sha256=2d0f8090951a97a2c0e5b8a11e90096c0e1791d2e471e4a67f87e3b974044cd0"
15
+}
0 commit comments