name:                 storable-tuple
version:              0.1
visibility:           public
id:                   storable-tuple-0.1-A4tNoYNoZmlCGiPuD7hBB6
key:                  storable-tuple-0.1-A4tNoYNoZmlCGiPuD7hBB6
license:              BSD-3-Clause
maintainer:           Henning Thielemann <storable@henning-thielemann.de>
author:               Henning Thielemann <storable@henning-thielemann.de>
stability:            Experimental
homepage:             http://code.haskell.org/~thielema/storable-tuple/
synopsis:             Storable instance for pairs and triples
description:
    Provides a Storable instance for pair and triple
    which should be binary compatible with C99 and C++.
    The only purpose of this package is to provide a standard location
    for this instance so that other packages needing this instance
    can play nicely together.
    Note however, that the original purpose of the @Storable@ class
    was the transfer of primitive types between Haskell and foreign code.
    This purpose was already extended by HSC,
    which creates @Storable@ instances for records from C header files.
    Nonetheless,
    @Storable@ instances for tuples were omitted from @base@ by intention.
    Instead of using the orphan instances from this package,
    you may instead use the custom class or the wrapper type
    from the module @Foreign.Storable.Record.Tuple@
    from the package @storable-record@.

category:             Data, Foreign
abi:                  a82cf7192aeaea0db118cb7a88cdcb76
exposed:              True
exposed-modules:      Foreign.Storable.Tuple
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/storable-tuple-0.1-A4tNoYNoZmlCGiPuD7hBB6

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/storable-tuple-0.1-A4tNoYNoZmlCGiPuD7hBB6

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/storable-tuple-0.1-A4tNoYNoZmlCGiPuD7hBB6

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/storable-tuple-0.1
hs-libraries:         HSstorable-tuple-0.1-A4tNoYNoZmlCGiPuD7hBB6
depends:
    base-4.20.0.0-inplace base-orphans-0.9.3-Jm2d0DnqEGvIVhe0IVS9kl
    storable-record-0.0.7-GPgmRtXBm5fEq9RAlJapmn
    utility-ht-0.0.17.2-I22SIGO7IL89K6WUZQKLrB

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/storable-tuple-0.1/html/storable-tuple.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/storable-tuple-0.1/html
