Name: JRegex Version: 1.0 License: BSD3 Author: John Meacham Homepage: http://repetae.net/john/computer/haskell/JRegex/ Category: Text Build-Depends: base, haskell98 Extra-Libraries: pcre Synopsis: provide overloaded regular expression matching routines as well as interfaces to PCRE and Posix regexs Exposed-modules: Text.JRegex, Text.JRegex.Posix, Text.JRegex.PCRE, Text.JRegex.Impl -- Extensions: Ffi