summaryrefslogtreecommitdiff
blob: 084f69216898caf91f63eef08fde6726d8b7dee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		This library supports full W3C XML Schema regular expressions
		inclusive all Unicode character sets and blocks.
		The complete grammar can be found under &lt;http://www.w3.org/TR/xmlschema11-2/#regexs&gt;.
		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.
		This package is a substitute for the old regex-xmlschema package.
	</longdescription>
</pkgmetadata>