name:                 hxt-regex-xmlschema
version:              9.2.0.7
visibility:           public
id:                   hxt-regex-xmlschema-9.2.0.7-FBkKUQtARpr10vbtipO1MB
key:                  hxt-regex-xmlschema-9.2.0.7-FBkKUQtARpr10vbtipO1MB
license:              MIT
copyright:            Copyright (c) 2010- Uwe Schmidt
maintainer:           Uwe Schmidt <uwe@fh-wedel.de>
author:               Uwe Schmidt
stability:            stable
homepage:
    http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema

synopsis:
    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

category:             Text
abi:                  7d616bf06df0ceb88a960cb69712c90b
exposed:              True
exposed-modules:
    Text.Regex.Glob.Generic Text.Regex.Glob.Generic.RegexParser
    Text.Regex.Glob.String Text.Regex.XMLSchema.Generic
    Text.Regex.XMLSchema.Generic.Matching
    Text.Regex.XMLSchema.Generic.Regex
    Text.Regex.XMLSchema.Generic.RegexParser
    Text.Regex.XMLSchema.Generic.StringLike Text.Regex.XMLSchema.String

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/hxt-regex-xmlschema-9.2.0.7-FBkKUQtARpr10vbtipO1MB

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/hxt-regex-xmlschema-9.2.0.7-FBkKUQtARpr10vbtipO1MB

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/hxt-regex-xmlschema-9.2.0.7-FBkKUQtARpr10vbtipO1MB

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.8.2/hxt-regex-xmlschema-9.2.0.7

hs-libraries:         HShxt-regex-xmlschema-9.2.0.7-FBkKUQtARpr10vbtipO1MB
depends:
    base-4.19.1.0-inplace bytestring-0.12.1.0-inplace
    hxt-charproperties-9.5.0.0-JwOZzgvh9k7PGm2MMzImm
    parsec-3.1.17.0-inplace text-2.1.1-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/hxt-regex-xmlschema-9.2.0.7/html/hxt-regex-xmlschema.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/hxt-regex-xmlschema-9.2.0.7/html
