name:                 stringsearch
version:              0.3.6.6
visibility:           public
id:                   stringsearch-0.3.6.6-83MqPUZf5Ap85pDE0iN3FJ
key:                  stringsearch-0.3.6.6-83MqPUZf5Ap85pDE0iN3FJ
license:              BSD-3-Clause
copyright:
    (c) 2007-2011
    Daniel Fischer, Chris Kuklewicz, Justin Bailey

maintainer:           daniel.is.fischer@googlemail.com
author:               Daniel Fischer, Chris Kuklewicz, Justin Bailey
homepage:             https://bitbucket.org/dafis/stringsearch
synopsis:             Fast searching, splitting and replacing of ByteStrings
description:
    This package provides several functions to quickly
    search for substrings in strict or lazy ByteStrings.
    It also provides functions for breaking or splitting
    on substrings and replacing all occurrences of a
    substring (the first in case of overlaps) with another.
    GHC before 6.10 are no longer supported, other compilers
    only if they support BangPatterns. If you need it to
    work with other compilers, send a feature request.

category:             Text, Search
abi:                  c38eaf9805c659618f586f241f7d8ed0
exposed:              True
exposed-modules:
    Data.ByteString.Lazy.Search Data.ByteString.Lazy.Search.DFA
    Data.ByteString.Lazy.Search.KMP
    Data.ByteString.Lazy.Search.KarpRabin Data.ByteString.Search
    Data.ByteString.Search.BoyerMoore Data.ByteString.Search.DFA
    Data.ByteString.Search.KMP Data.ByteString.Search.KarpRabin
    Data.ByteString.Search.KnuthMorrisPratt
    Data.ByteString.Search.Substitution

hidden-modules:
    Data.ByteString.Search.Internal.BoyerMoore
    Data.ByteString.Search.Internal.KnuthMorrisPratt
    Data.ByteString.Search.Internal.Utils
    Data.ByteString.Lazy.Search.Internal.BoyerMoore

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/stringsearch-0.3.6.6-83MqPUZf5Ap85pDE0iN3FJ

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/stringsearch-0.3.6.6-83MqPUZf5Ap85pDE0iN3FJ

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/stringsearch-0.3.6.6-83MqPUZf5Ap85pDE0iN3FJ

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/stringsearch-0.3.6.6

hs-libraries:         HSstringsearch-0.3.6.6-83MqPUZf5Ap85pDE0iN3FJ
depends:
    array-0.5.7.0-inplace base-4.20.0.0-inplace
    bytestring-0.12.1.0-inplace containers-0.7-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/stringsearch-0.3.6.6/html/stringsearch.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/stringsearch-0.3.6.6/html
