Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] pcre (8.0.0) #27125

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions packages/pcre/pcre.8.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
opam-version: "2.0"
synopsis: "Bindings to the Perl Compatibility Regular Expressions library"
description: """
pcre-ocaml offers library functions for string pattern matching and
substitution, similar to the functionality offered by the Perl language."""
maintainer: ["Markus Mottl <[email protected]>"]
authors: ["Markus Mottl <[email protected]>"]
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
homepage: "https://mmottl.github.io/pcre-ocaml"
doc: "https://mmottl.github.io/pcre-ocaml/api"
bug-reports: "https://github.com/mmottl/pcre-ocaml/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.12"}
"dune-configurator"
"conf-libpcre" {build}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/mmottl/pcre-ocaml.git"
url {
src:
"https://github.com/mmottl/pcre-ocaml/releases/download/8.0.0/pcre-8.0.0.tbz"
checksum: [
"sha256=9fc0f346f1c8bb7314750fc530b7a556ac1fc08068c3c0c9743723d022f28dde"
"sha512=63a588e8495398f06735670fbc9fca2c3ef44cf85f5fd7c5607e201d2902587d90187a1875a197c2603036fc3bc5be2e6d56291bd54100d181ba6bcae8056564"
]
}
x-commit-hash: "f9fdc4984439ccd73df6d77510466c88755fcfcd"