name:                 serialise
version:              0.2.6.1
visibility:           public
id:                   serialise-0.2.6.1-31riB5QBK0jLBSYdgOuxiH
key:                  serialise-0.2.6.1-31riB5QBK0jLBSYdgOuxiH
license:              BSD-3-Clause
copyright:
    2015-2017 Duncan Coutts,
    2015-2017 Well-Typed LLP,
    2015 IRIS Connect Ltd

maintainer:           duncan@community.haskell.org, ben@smart-cactus.org
author:               Duncan Coutts
homepage:             https://github.com/well-typed/cborg
synopsis:             A binary serialisation library for Haskell values.
description:
    This package (formerly @binary-serialise-cbor@) provides pure, efficient
    serialization of Haskell values directly into @ByteString@s for storage or
    transmission purposes. By providing a set of type class instances, you can
    also serialise any custom data type you have as well.

    The underlying binary format used is the 'Concise Binary Object
    Representation', or CBOR, specified in RFC 7049. As a result,
    serialised Haskell values have implicit structure outside of the
    Haskell program itself, meaning they can be inspected or analyzed
    without custom tools.

    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.

category:             Codec
abi:                  f267c269b08ca0744fd842e232bf1992
exposed:              True
exposed-modules:
    Codec.Serialise Codec.Serialise.Class Codec.Serialise.Decoding
    Codec.Serialise.Encoding Codec.Serialise.IO
    Codec.Serialise.Internal.GeneralisedUTF8 Codec.Serialise.Properties
    Codec.Serialise.Tutorial

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/serialise-0.2.6.1-31riB5QBK0jLBSYdgOuxiH

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/serialise-0.2.6.1-31riB5QBK0jLBSYdgOuxiH

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/serialise-0.2.6.1-31riB5QBK0jLBSYdgOuxiH

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/serialise-0.2.6.1
hs-libraries:         HSserialise-0.2.6.1-31riB5QBK0jLBSYdgOuxiH
depends:
    array-0.5.7.0-inplace base-4.20.0.0-inplace
    bytestring-0.12.1.0-inplace cborg-0.2.10.0-5L3Sw28e2MaSSjqVA1pWV
    containers-0.7-inplace ghc-prim-0.11.0-inplace
    half-0.3.2-GFH8XiHPzd68b9ETUBFF4k
    hashable-1.5.0.0-93vVlDWTvOTF1kJlBpPOXB
    primitive-0.9.0.0-E3mDWyaMF4OIki7z5jah63
    strict-0.5.1-1mB1yRAtJfYEfaxRHR0qto text-2.1.1-inplace
    these-1.2.1-IGEtUUvvrj4G6MQqHx4fNb time-1.12.2-inplace
    unordered-containers-0.2.20-DmA1der3vIe6VwQRGylcdv
    vector-0.13.2.0-IQjxDWDvdFJE3A4jpN00x9

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/serialise-0.2.6.1/html/serialise.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/serialise-0.2.6.1/html
