paul@0 | 1 | Source: shedskin |
paul@0 | 2 | Section: python |
paul@0 | 3 | Priority: optional |
paul@0 | 4 | Maintainer: Paul Boddie <paul@boddie.org.uk> |
paul@64 | 5 | Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-docutils |
paul@40 | 6 | Standards-Version: 3.9.2 |
paul@64 | 7 | Homepage: http://code.google.com/p/shedskin/ |
paul@57 | 8 | Vcs-Hg: http://hgweb.boddie.org.uk/shedskin-packaging |
paul@57 | 9 | Vcs-Browser: http://hgweb.boddie.org.uk/shedskin-packaging |
paul@0 | 10 | |
paul@0 | 11 | Package: shedskin |
paul@0 | 12 | Architecture: all |
paul@41 | 13 | Depends: ${misc:Depends}, ${python:Depends} |
paul@41 | 14 | Recommends: g++, make, python-dev, libgc-dev (>= 6.8), libpcre3-dev (>= 7.6) |
paul@19 | 15 | Description: Python-to-C++ compiler designed to speed up Python programs |
paul@19 | 16 | Shed Skin converts programs written in a static subset of Python to C++. |
paul@19 | 17 | The C++ code can be compiled to executable code, which can be run either |
paul@19 | 18 | as a standalone program or as a module imported from Python. |