Skip to content

Commit 24d68de

Browse files
committed
add ocaml-src 5.2.1
//cc @Octachron @shym
1 parent 727427c commit 24d68de

File tree

1 file changed

+15
-0
lines changed
  • packages/ocaml-src/ocaml-src.5.2.1

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)