name:                 hxt-regex-xmlschema
version:              9.2.0.7
visibility:           public
id:                   hxt-regex-xmlschema-9.2.0.7-DjKVV74dQmt6UhKtJFedL1
key:                  hxt-regex-xmlschema-9.2.0.7-DjKVV74dQmt6UhKtJFedL1
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:                  c61c4016ca2f7b446b2299863a803e29
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.10.1/hxt-regex-xmlschema-9.2.0.7-DjKVV74dQmt6UhKtJFedL1

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/hxt-regex-xmlschema-9.2.0.7-DjKVV74dQmt6UhKtJFedL1

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

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

hs-libraries:         HShxt-regex-xmlschema-9.2.0.7-DjKVV74dQmt6UhKtJFedL1
depends:
    base-4.20.0.0-inplace bytestring-0.12.1.0-inplace
    hxt-charproperties-9.5.0.0-KjBFO2qtBHMDY1lBkgFppE
    parsec-3.1.17.0-inplace text-2.1.1-inplace

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

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