this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #21833 from kit-ty-kate/ocaml-src-5

Add ocaml-src.5.0.dev

authored by

Kate and committed by
GitHub
b0d191a6 23a8e371

+19
+1
packages/ocaml-src/ocaml-src.5.0.dev/files/META
··· 1 + version = "5.0.0"
+18
packages/ocaml-src/ocaml-src.5.0.dev/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "opam-devel@lists.ocaml.org" 3 + authors: "OCaml contributors" 4 + homepage: "http://ocaml.org/" 5 + install: ["cp" "-r" "." "%{lib}%/ocaml-src"] 6 + synopsis: "Compiler sources" 7 + license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 8 + bug-reports: "https://github.com/ocaml/opam-repository/issues" 9 + dev-repo: "git+https://github.com/ocaml/ocaml#5.0" 10 + depends: [ 11 + "ocaml" {= "5.0.0"} 12 + "ocaml-beta" {opam-version < "2.1.0"} 13 + ] 14 + flags: [ avoid-version ] 15 + extra-files: ["META" "md5=b94b49b4f269074ca056d6596e440b8c"] 16 + url { 17 + src: "git+https://github.com/ocaml/ocaml.git#5.0" 18 + }