diff options
Diffstat (limited to 'textproc/hs-hxt-regex-xmlschema/pkg-descr')
-rw-r--r-- | textproc/hs-hxt-regex-xmlschema/pkg-descr | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/textproc/hs-hxt-regex-xmlschema/pkg-descr b/textproc/hs-hxt-regex-xmlschema/pkg-descr deleted file mode 100644 index 2c7f91c9a5d2..000000000000 --- a/textproc/hs-hxt-regex-xmlschema/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This library supports full W3C XML Schema regular expressions inclusive -all Unicode character sets and blocks. It is implemented by the -technique of derivations of regular expressions. The W3C syntax is -extended to support not only union of regular sets, but also -intersection, set difference, exor. Matching of subexpressions is also -supported. The library can be used for constricting lightweight -scanners and tokenizers. It is a standalone library, no external regex -libraries are used. - -WWW: http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema |