packages feed

sednaDBXML-0.1.1: sednaDBXML.cabal

Name:                   sednaDBXML
Version:                0.1.1
License:                GPL-3
Cabal-Version:          >= 1.10.0
License-File:           LICENSE
Author:                 Eric C. Jones
Build-Type:             Simple
Maintainer:             Eric Jones (ericclaudejones at gmail.com)
Stability:              alpha
Synopsis:               Sedna Native XML Binding

Description:            Sedna is a free native XML developed by the Institute for
                        System Programming RAS database. Sedna
                        provides a full range of core database
                        services - persistent storage, ACID
                        transactions, security, indices, hot
                        backup. Flexible XML processing facilities
                        include W3C XQuery implementation, tight
                        integration of XQuery with full-text search
                        facilities and a node-level update
                        language. This package provides language
                        bindings and (will) provide a clean, sensible
                        monadic interface to the (established)
                        underlying C library.

                        Sedna Home Page:
                        http://www.sedna.org/

Category:               Database, FFI

Extra-Source-Files:     include/libsedna.h
                        include/sp_defs.h
			LICENSE,
                        licenses/sedna_headers/LICENSE,
                        test/fixtures/baseballleague.xml,
                        test/runTests.sh,
                        test/sedna-testsuite.cabal,
                        test/suite/Integration/SednaBindingTests.hs,
                        test/suite/TestSuite.hs,
			README

Library
  Hs-Source-Dirs:         src
  Default-Language:       Haskell98
  Build-Depends:          base == 4.*,
                          bindings-DSL,
                          bytestring,
                          containers,
                          iteratee >= 0.8,
                          mtl

  Exposed-Modules:        Database.SednaDB.SednaBindings
                          Database.SednaDB.SednaExceptions
                          Database.SednaDB.SednaTypes                        
                          Database.SednaDB.Internal.SednaCBindings
                          Database.SednaDB.Internal.SednaConnectionAttributes
                          Database.SednaDB.Internal.SednaResponseCodes
                          Database.SednaDB.Internal.SpDefs

  Include-Dirs:           include
  Includes:               libsedna.h,
                          sp_defs.h

  Extra-Libraries:        sedna

  Ghc-Options:            -Wall

  Default-Extensions:     CPP,
                          ForeignFunctionInterface

Source-Repository Head
    type:                 git
    location:             git@github.com:ExternalReality/SednaDBXML.git