Skip to content

Commit

Permalink
[new release] pcre (8.0.1)
Browse files Browse the repository at this point in the history
CHANGES:

- Fixed a bug in the `full_split` function where non-capturing groups were
  not identified as such.
- Removed obsolete base-bytes dependency
  • Loading branch information
mmottl committed Dec 20, 2024
1 parent 3531767 commit 0bda5fd
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions packages/pcre/pcre.8.0.1/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.1/pcre-8.0.1.tbz"
checksum: [
"sha256=b38b7e44fd4ed1489c6bc36faefdc545122427336bd205b0332982e12e6532e5"
"sha512=b789e0a7e80b34ba07ce55adb9a2153555f56c3820cd068a7de76ec16644207e83ea5d12c18b441d13047828279e4e526f2c45c37be951c9733fea40579f48e5"
]
}
x-commit-hash: "cd70e1b406b59c2c9c65fe0132b53152a3f998cf"

0 comments on commit 0bda5fd

Please sign in to comment.