name: odpic-raw version: 0.1.0 -- synopsis: description: A low-level client library for the Oracle database, implemented as bindings to the C ODPI API. homepage: https://github.com/leptonyu/odpi-hs#readme license: BSD3 license-file: LICENSE author: Daniel YU maintainer: leptonyu@gmail.com copyright: (c) Daniel YU category: Database, Oracle, ODPI-C, FFI, Raw build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Database.Dpi other-modules: Database.Dpi.Internal , Database.Dpi.Prelude build-tools: c2hs build-depends: base >= 4.7 && < 5 , bytestring extra-libraries: odpic cc-options: -Wall default-language: Haskell2010 source-repository head type: git location: https://github.com/leptonyu/haskell-oracle