2021-04-24 17:44:55 by Masatake Daimon | Files touched by this commit (4) |
Log message:
Update to hxt-regex-xmlschema-9.2.0.7
No change logs are provided by the upstream.
|
2021-02-28 14:59:45 by Makoto Fujiwara | Files touched by this commit (5) |
Log message:
(devel/hs-*, textproc/hs-hxt-regex-xmlschem) insist on ghc88, fix build
|
2021-02-13 09:01:01 by Makoto Fujiwara | Files touched by this commit (29) |
Log message:
(*/hs-*) fix build, not adapted to ghc90 version
|
2020-05-11 19:52:21 by Roland Illig | Files touched by this commit (190) |
Log message:
hs-*: add PLIST files
These PLIST files have been autogenerated by mk/haskell.mk using
HS_UPDATE_PLIST=yes during a bulk build. They will help to track changes
to the packages. The Haskell packages didn't have PLIST files because
their paths contained package hashes. These hashes are now determined by
mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
|
2020-01-17 16:52:41 by Masatake Daimon | Files touched by this commit (4) |
Log message:
Import hxt-regex-xmlschema-9.2.0.3
This library supports full W3C XML Schema regular expressions
inclusive all Unicode character sets and blocks. The complete grammar
can be found under http://www.w3.org/TR/xmlschema11-2/#regexs. 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.
|