File: control

package info (click to toggle)
missingpy 0.10.0.2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 464 kB
  • ctags: 42
  • sloc: haskell: 1,433; makefile: 129; ansic: 107
file content (34 lines) | stat: -rw-r--r-- 1,679 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: missingpy
Priority: optional
Maintainer: John Goerzen <jgoerzen@complete.org>
XS-Python-Version: current
Build-Depends: debhelper (>= 5.0.37.2), ghc6 (>= 6.8.2dfsg1), haskell-devscripts (>= 0.6.15), python-dev (>= 2.5), python-gdbm (>= 2.3.3), haddock, libghc6-missingh-dev (>= 1.0.3.2), python-central (>= 0.5), libghc6-anydbm-dev (>= 1.0.5.4), libghc6-regex-compat-dev, libghc6-regex-base-dev, libghc6-regex-posix-dev
#Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs, haskell-devscripts (>= 0.6.15), libhugs-hunit
Standards-Version: 3.6.1
Section: devel
VCS-Browser: http://git.complete.org/missingpy
VCS-Git: git://git.complete.org/missingpy

Package: libghc6-missingpy-dev
Section: devel
Architecture: any
XB-Python-Version: ${python:Versions}
Depends: ${haskell:Depends}, python-dev (>= 2.5), libghc6-missingh-dev (>= 1.0.1), libghc6-anydbm-dev, ${python:Depends}, libghc6-regex-base-dev, libghc6-regex-compat-dev, libghc6-regex-posix-dev
Suggests: python-gdbm (>= 2.3.3)
Description: Python interface and utility library for Haskell
 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.