name:                 direct-sqlite
version:              2.3.29
visibility:           public
id:                   direct-sqlite-2.3.29-3eK4nw71xlG3w1cx1KDDCb
key:                  direct-sqlite-2.3.29-3eK4nw71xlG3w1cx1KDDCb
license:              BSD-3-Clause
copyright:
    Copyright (c) 2012 - 2014 Irene Knapp,
    2014 - 2018 Janne Hellsten,
    2018 - 2020 Sergey Bushnyak,
    2022        Joshua Chia

maintainer:           Joshua Chia <joshchia@gmail.com>
author:               Irene Knapp <irene.knapp@icloud.com>
homepage:             https://github.com/IreneKnapp/direct-sqlite
synopsis:
    Low-level binding to SQLite3.  Includes UTF8 and BLOB support.

description:
    This package is not very different from the other SQLite3 bindings out
    there, but it fixes a few deficiencies I was finding.  As compared to
    bindings-sqlite3, it is slightly higher-level, in that it supports
    marshalling of data values to and from the database.  In particular,
    it supports strings encoded as UTF8, and BLOBs represented as
    ByteStrings.

category:             Database
abi:                  3871f4db6c208db42782f9d0bafd5999
exposed:              True
exposed-modules:
    Database.SQLite3 Database.SQLite3.Bindings
    Database.SQLite3.Bindings.Types Database.SQLite3.Direct

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/direct-sqlite-2.3.29-3eK4nw71xlG3w1cx1KDDCb

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/direct-sqlite-2.3.29-3eK4nw71xlG3w1cx1KDDCb

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/direct-sqlite-2.3.29-3eK4nw71xlG3w1cx1KDDCb

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/direct-sqlite-2.3.29

hs-libraries:         HSdirect-sqlite-2.3.29-3eK4nw71xlG3w1cx1KDDCb
extra-libraries:      sqlite3
depends:
    base-4.20.0.0-inplace bytestring-0.12.1.0-inplace
    text-2.1.1-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/direct-sqlite-2.3.29/html/direct-sqlite.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/direct-sqlite-2.3.29/html
