Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37541383
en ru br
ALT Linux repos
S:9.2.0.3-alt2

Group :: Development/Haskell
RPM: ghc8.6.4-hxt-regex-xmlschema

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 9.2.0.3-alt2
Build date: 17 august 2023, 17:42 ( 36.2 weeks ago )
Size: 36.73 Kb

Home page:   http://www.haskell.org/haskellwiki/Regular_expr…

License: MIT
Summary: A regular expression library for W3C XML Schema regular expressions
Description:

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.

Extensions in 9.2: The library does nor only support String's, but also
ByteString's and Text in strict and lazy variants

Current maintainer: Denis Smirnov

List of contributors

List of rpms provided by this srpm:

  • ghc8.6.4-hxt-regex-xmlschema
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin