packages feed

berkeleydb-2008.10.31: berkeleydb.cabal

Name:            berkeleydb
Version:         2008.10.31
Author:          David Himmelstrup <lemmih@gmail.com>
Maintainer:      David Himmelstrup <lemmih@gmail.com>
Copyright:       2008 David Himmelstrup <lemmih@gmail.com>
Build-Type:      Simple
Build-Depends:   base, bytestring, binary
Exposed-Modules: Data.BerkeleyDB
Other-Modules:   Data.BerkeleyDB.Internal
                 Data.BerkeleyDB.IO
Hs-Source-Dirs:  src
Extensions:      CPP
Includes:        db.h
Extra-libraries: db
Include-dirs:    cbits
Extra-source-files: cbits/wrapper.h, runHPC.sh, src/Tests.hs
C-sources:       cbits/wrapper.c
License:         BSD3
License-file:    LICENSE
Tested-with:     GHC ==6.8.3
Category:        Database
Synopsis:        Pretty BerkeleyDB v4 binding.
Description:
  This library attempts to provide a memory efficient alternative to
  Data.Map. The BerkeleyDB system is bound and exposed through an
  interface that mimics Data.Map as much as possible.
  .
  Features include: pure interface with fairly efficient sharing
  and a very small memory footprint.
  .
  Tested with libdb4.6