summaryrefslogtreecommitdiff
path: root/textproc/hs-regex-posix/DESCR
blob: ead42b14824570e84ea154fec09956c1b6274d09 (plain)
1
2
3
4
5
The POSIX regex backend for regex-base.

The main appeal of this backend is that it's very lightweight due to
its reliance on the ubiquitous POSIX.2 regex facility that is provided
by the standard C library on most POSIX platforms.