Name: sednaDBXML Version: 0.1.2.3 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 C API XML Binding Description: Sedna native XML database bindings. 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 Ghc-Options: -Wall Default-Extensions: CPP, ForeignFunctionInterface Source-Repository Head type: git location: git@github.com:ExternalReality/SednaDBXML.git