name:                 cborg
version:              0.2.10.0
visibility:           public
id:                   cborg-0.2.10.0-5L3Sw28e2MaSSjqVA1pWV
key:                  cborg-0.2.10.0-5L3Sw28e2MaSSjqVA1pWV
license:              BSD-3-Clause
copyright:
    2015-2019 Duncan Coutts,
    2015-2019 Well-Typed LLP,
    2015 IRIS Connect Ltd

maintainer:           duncan@community.haskell.org, ben@smart-cactus.org
author:               Duncan Coutts
synopsis:             Concise Binary Object Representation (CBOR)
description:
    This package provides an efficient implementation of the Concise
    Binary Object Representation (CBOR), as specified by
    [RFC 7049](https://tools.ietf.org/html/rfc7049).

    If you are looking for a library for serialisation of Haskell values,
    have a look at the [serialise](/package/serialise) package, which is
    built upon this library.

    An implementation of the standard bijection between CBOR and JSON is
    provided by the [cborg-json](/package/cborg-json) package. Also see
    [cbor-tool](/package/cbor-tool) for a convenient command-line utility
    for working with CBOR data.

    This package was formerly known as @binary-serialise-cbor@.

category:             Codec
abi:                  41826d1588ca775ca36cba8410b6b4de
exposed:              True
exposed-modules:
    Codec.CBOR Codec.CBOR.ByteArray Codec.CBOR.ByteArray.Sliced
    Codec.CBOR.Decoding Codec.CBOR.Encoding Codec.CBOR.FlatTerm
    Codec.CBOR.Magic Codec.CBOR.Pretty Codec.CBOR.Read Codec.CBOR.Term
    Codec.CBOR.Write

hidden-modules:       Codec.CBOR.ByteArray.Internal
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/cborg-0.2.10.0-5L3Sw28e2MaSSjqVA1pWV

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/cborg-0.2.10.0-5L3Sw28e2MaSSjqVA1pWV

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/cborg-0.2.10.0-5L3Sw28e2MaSSjqVA1pWV

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/cborg-0.2.10.0
hs-libraries:         HScborg-0.2.10.0-5L3Sw28e2MaSSjqVA1pWV
depends:
    array-0.5.7.0-inplace base-4.20.0.0-inplace
    bytestring-0.12.1.0-inplace containers-0.7-inplace
    deepseq-1.5.0.0-inplace ghc-bignum-1.3-inplace
    ghc-prim-0.11.0-inplace half-0.3.2-GFH8XiHPzd68b9ETUBFF4k
    primitive-0.9.0.0-E3mDWyaMF4OIki7z5jah63 text-2.1.1-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/cborg-0.2.10.0/html/cborg.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/cborg-0.2.10.0/html
