name: MissingPy
version: 0.10.0
license: GPL
copyright: Copyright (c) 2005-2008 John Goerzen
maintainer: John Goerzen <jgoerzen@complete.org>
stability: Alpha
homepage:
package-url:
description: MissingPy is two things:
             .
             A Haskell binding for many C and Python libraries for tasks such as
             data compression, databases, etc.  This can be found in the
             MissingPy module tree.
             .
             Also, it's a low-level Haskell binding to the Python interpreter to
             enable development of hybrid applications that use both
             environments.  This can be found in the Python module tree.  The
             Haskell bindings above use this environment.
             .
             MissingPy permits you to call Python code from Haskell.  It does NOT
             permit you to call Haskell code from Python.
             .
             MissingPy is the companion to my MissingH library, and integrates with
             it.
category:
author: John Goerzen
exposed: True
exposed-modules: Python.Types Python.Utils Python.Objects
                 Python.Interpreter Python.Exceptions Python.Exceptions.ExcTypes
                 Python.Objects.File Python.Objects.Dict MissingPy.FileArchive.GZip
                 MissingPy.FileArchive.BZip2 MissingPy.AnyDBM
hidden-modules: Python.ForeignImports
import-dirs: /usr/lib/haskell-packages/ghc6/lib/MissingPy-0.10.0/ghc-6.8.2
library-dirs: /usr/lib/haskell-packages/ghc6/lib/MissingPy-0.10.0/ghc-6.8.2
 /usr/lib /usr/lib/python2.5/site-packages
hs-libraries: HSMissingPy-0.10.0
extra-libraries: python2.5
extra-ghci-libraries:
include-dirs: /usr/include/python2.5
includes:
depends: base-3.0.1.0 MissingH-1.0.3 anydbm-1.0.5
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces:
haddock-html:
