packages feed

BerkeleyDBXML-0.7.1: BerkeleyDBXML.cabal

name: BerkeleyDBXML
version: 0.7.1
license: BSD3
license-file: LICENSE
cabal-version: >= 1.6
copyright: (c) 2009 Stephen Blackheath, (c) 2010 typLAB
author: Stephen Blackheath, Erik Hesselink <erik@typlab.com>
maintainer: http://blacksapphire.com/antispam/, typLAB <code@typlab.com>
stability: beta
synopsis: Berkeley DB XML binding
description:
    Berkeley DB XML is a powerful, fully transactional, XML-based database that uses
    XQuery as its query language.  Berkeley DB XML is built on top of Berkeley DB.
    It is NOT an SQL database.
    .
    Berkeley DB XML home page:
    <http://www.oracle.com/database/berkeley-db/xml/index.html>
    .
    Haskell binding tutorial:
    <http://www.haskell.org/haskellwiki/BerkeleyDBXML>
    .
    DARCS repository:
    <http://blacksapphire.com/BerkeleyDBXML/>
    .
    Changes: 0.7: Compatible (only) with dbxml 2.5.

category: Database
build-type: Simple
homepage: http://www.haskell.org/haskellwiki/BerkeleyDBXML
extra-source-files:
    README,
    ChangeLog,
    Database/Berkeley/dbxml_helper.h,
    examples/adventure.hs

Library
    exposed-modules: Database.Berkeley.DbXml
    c-sources: Database/Berkeley/dbxml_helper.cpp

    build-depends: base == 4.*, bytestring >= 0.9, BerkeleyDB >= 0.8.1
    include-dirs: Database/Berkeley/
    extra-libraries: db, dbxml, xqilla, xerces-c, xml2, stdc++