name:                 ip
version:              1.7.8
visibility:           public
id:                   ip-1.7.8-AipOdb0Sv1p9R8aZCz7tFh
key:                  ip-1.7.8-AipOdb0Sv1p9R8aZCz7tFh
license:              BSD-3-Clause
copyright:            2016 Andrew Martin
maintainer:           amartin@layer3com.com
author:               Andrew Martin
homepage:             https://github.com/byteverse/haskell-ip
synopsis:             Library for IP and MAC addresses
description:
    The `ip` package provides types and functions for dealing with
    IPv4 addresses, CIDR blocks, and MAC addresses. We provide instances
    for typeclasses found in commonly used packages like `aeson`, `vector`,
    and `hashable`. We also provide `Parser`s for working with attoparsec.
    .
    Notably, this package does not overload functions by introducing any
    typeclasses of its own. Neither does it prefix functions with the name
    of the type that they work on. Instead, functions of the same name are
    exported by several different modules, and it is expected that end users
    disambiguate by importing these modules qualified.
    .
    The only module intended to be imported unqualified is `Net.Types`. The
    types in this package should not conflict with the types in
    any other commonly used packages.
    .
    The following packages are intended to be used with this package:
    .
    * `yesod-ip`: Provides orphan instances needed to work with yesod and
    persistent. Also, provides a `yesod-form` helper.

category:             web
abi:                  ccce304c3030493d83f523e158ac4466
exposed:              True
exposed-modules:      Net.IP Net.IPv4 Net.IPv6 Net.Mac Net.Types
hidden-modules:
    Data.ByteString.Builder.Fixed Data.Text.Builder.Common.Compat
    Data.Text.Builder.Common.Internal Data.Text.Builder.Fixed
    Data.Text.Builder.Variable Data.Word.Synthetic.Word12

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/ip-1.7.8-AipOdb0Sv1p9R8aZCz7tFh

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/ip-1.7.8-AipOdb0Sv1p9R8aZCz7tFh

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/ip-1.7.8-AipOdb0Sv1p9R8aZCz7tFh

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/ip-1.7.8
hs-libraries:         HSip-1.7.8-AipOdb0Sv1p9R8aZCz7tFh
depends:
    aeson-2.2.3.0-7XnCskwqBum1iz93aA1K0B
    attoparsec-0.14.4-K9NSfl6Vabt1mhGYpcAGFx base-4.20.0.0-inplace
    bytebuild-0.3.16.3-Fof50QnkTBPAv6lkFG8iZ0
    byteslice-0.2.14.0-CjZH9UtjCzjAHmgWNr0XSU
    bytesmith-0.3.11.1-JAHVBXs01bs8bGGfkA7uQC
    bytestring-0.12.1.0-inplace deepseq-1.5.0.0-inplace
    hashable-1.5.0.0-93vVlDWTvOTF1kJlBpPOXB
    natural-arithmetic-0.2.1.0-DsB7B8ZObacFraqPWXBfza
    primitive-0.9.0.0-E3mDWyaMF4OIki7z5jah63 text-2.1.1-inplace
    text-short-0.1.6-K33fPwfLXoU1miOPpz6Ovz
    vector-0.13.2.0-IQjxDWDvdFJE3A4jpN00x9
    wide-word-0.1.7.0-BlHRmgATFbS2JF4UVyVt94
    word-compat-0.0.6-3TzKyGexgtd8nL5TU15yAm

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/ip-1.7.8/html/ip.haddock

haddock-html:         /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/ip-1.7.8/html
