this repo has no description
0
fork

Configure Feed

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

Merge pull request #22375 from alan-j-hu/release-oniguruma-0.1.2

[new release] oniguruma (0.1.2)

authored by

Marcello Seri and committed by
GitHub
46f6ac78 1e266435

+41
+41
packages/oniguruma/oniguruma.0.1.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Bindings to the Oniguruma regular expression library" 3 + description: "Bindings to the Oniguruma regular expression library." 4 + maintainer: ["Alan Hu <alanh@ccs.neu.edu>"] 5 + authors: ["Alan Hu <alanh@ccs.neu.edu>"] 6 + license: "BSD-2-Clause" 7 + tags: ["regex"] 8 + homepage: "https://github.com/alan-j-hu/ocaml-oniguruma" 9 + doc: "https://v3.ocaml.org/p/oniguruma/" 10 + bug-reports: "https://github.com/alan-j-hu/ocaml-oniguruma/issues" 11 + depends: [ 12 + "dune" {>= "2.7"} 13 + "conf-oniguruma" {= "1"} 14 + "ocaml" {>= "4.08"} 15 + "dune-configurator" {>= "2.9" & build} 16 + "odoc" {with-doc} 17 + ] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + dev-repo: "git+https://github.com/alan-j-hu/ocaml-oniguruma.git" 33 + url { 34 + src: 35 + "https://github.com/alan-j-hu/ocaml-oniguruma/releases/download/0.1.2/oniguruma-0.1.2.tbz" 36 + checksum: [ 37 + "sha256=e3f63ffdda3cc3cf9f71a8169e8fb97690026dbd22ab7ce0a87891feb8058765" 38 + "sha512=4d8561b50bf13a792d05d2ac775948ab6f913730202c40012aa1ac7caf5a2f2aba26f7e1dcb3f93528e2be79602fd26de62346bec7d8986d9c48efdb71f94409" 39 + ] 40 + } 41 + x-commit-hash: "288bea880ff0c059069d3ae1656cb93c97781446"