regex-pcre: PCRE Backend for "Text.Regex" (regex-base)

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This package provides a PCRE backend for the regex-base API.

See also https://wiki.haskell.org/Regular_expressions for more information.


[Skip to Readme]

Properties

Versions 0.81, 0.82, 0.91, 0.92, 0.93, 0.94, 0.94.1, 0.94.2, 0.94.3, 0.94.4, 0.95.0.0, 0.95.0.1, 0.95.0.1
Change log ChangeLog.md
Dependencies array (>=0.5 && <1), base (>=4.9 && <5), bytestring (>=0.10 && <1), containers (>=0.5 && <1), regex-base (>=0.94 && <0.95) [details]
License BSD-3-Clause
Copyright Copyright (c) 2006, Christopher Kuklewicz
Author Christopher Kuklewicz
Maintainer Andreas Abel
Category Text
Home page https://wiki.haskell.org/Regular_expressions
Bug tracker https://github.com/haskell-hvr/regex-pcre/issues
Source repo head: git clone https://github.com/haskell-hvr/regex-pcre.git
this: git clone https://github.com/haskell-hvr/regex-pcre.git(tag v0.95.0.1)
Uploaded by AndreasAbel at 2025-03-02T14:39:44Z

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
pkg-config

Use pkg-config(1) to locate foreign pcre library.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for regex-pcre-0.95.0.1

[back to package description]

Hackage version Stackage Nightly Stackage LTS Haskell-CI License regex-pcre

Backend for regex-base via binding to PCRE library.

Documentation on hackage.

Binding to PCRE2 is in regex-pcre2.