name: anydbm
version: 1.0.4
license: GPL
copyright: Copyright (c) 2004-2006 John Goerzen
maintainer: John Goerzen <jgoerzen@complete.org>
stability: Stable
homepage: http://software.complete.org/anydbm
package-url:
description: This module provides a generic infrastructure for supporting storage
             of hash-like items with String-to-String mappings.  It can be used
             for in-memory or on-disk storage.
             .
             Two simple backend drivers are included with this package: one
             that is RAM-only, and one that is persistent and disk-backed.
             The hdbc-anydbm package provides another driver, which lets you use
             simple tables in any SQL database to provide a DBM-like interface.
             MissingPy also provides a Python driver which lets you use any
             Python anydbm driver under Haskell AnyDBM.
category: Database
author:
exposed: True
exposed-modules: Database.AnyDBM Database.AnyDBM.MapDBM
                 Database.AnyDBM.StringDBM
hidden-modules:
import-dirs: /usr/lib/haskell-packages/ghc6/lib/anydbm-1.0.4/ghc-6.6.1
library-dirs: /usr/lib/haskell-packages/ghc6/lib/anydbm-1.0.4/ghc-6.6.1
hs-libraries: HSanydbm-1.0.4
extra-libraries:
extra-ghci-libraries:
include-dirs: /usr/lib/haskell-packages/ghc6/lib/anydbm-1.0.4/ghc-6.6.1/include
includes:
depends: base-2.1.1 haskell98-1.0 mtl-1.0.1 MissingH-0.18.6
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/haskell-packages/ghc6/share/anydbm-1.0.4/doc/html/anydbm.haddock
haddock-html: /usr/lib/haskell-packages/ghc6/share/anydbm-1.0.4/doc/html
