this repo has no description
0
fork

Configure Feed

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

Merge pull request #27155 from mmottl/release-pcre-8.0.1

[new release] pcre (8.0.1)

authored by

Shon Feder and committed by
GitHub
0c4ca195 11bf7359

+42
+42
packages/pcre/pcre.8.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Bindings to the Perl Compatibility Regular Expressions library" 3 + description: """ 4 + pcre-ocaml offers library functions for string pattern matching and 5 + substitution, similar to the functionality offered by the Perl language.""" 6 + maintainer: ["Markus Mottl <markus.mottl@gmail.com>"] 7 + authors: ["Markus Mottl <markus.mottl@gmail.com>"] 8 + license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 9 + homepage: "https://mmottl.github.io/pcre-ocaml" 10 + doc: "https://mmottl.github.io/pcre-ocaml/api" 11 + bug-reports: "https://github.com/mmottl/pcre-ocaml/issues" 12 + depends: [ 13 + "dune" {>= "2.7"} 14 + "ocaml" {>= "4.12"} 15 + "dune-configurator" 16 + "conf-libpcre" {build} 17 + "odoc" {with-doc} 18 + ] 19 + build: [ 20 + ["dune" "subst"] {dev} 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ] 33 + dev-repo: "git+https://github.com/mmottl/pcre-ocaml.git" 34 + url { 35 + src: 36 + "https://github.com/mmottl/pcre-ocaml/releases/download/8.0.1/pcre-8.0.1.tbz" 37 + checksum: [ 38 + "sha256=b38b7e44fd4ed1489c6bc36faefdc545122427336bd205b0332982e12e6532e5" 39 + "sha512=b789e0a7e80b34ba07ce55adb9a2153555f56c3820cd068a7de76ec16644207e83ea5d12c18b441d13047828279e4e526f2c45c37be951c9733fea40579f48e5" 40 + ] 41 + } 42 + x-commit-hash: "cd70e1b406b59c2c9c65fe0132b53152a3f998cf"