Source: shedskin
Section: python
Priority: optional
Maintainer: Paul Boddie <paul@boddie.org.uk>
Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-docutils
Standards-Version: 3.9.2
Homepage: http://code.google.com/p/shedskin/
Vcs-Hg: http://hgweb.boddie.org.uk/shedskin-packaging
Vcs-Browser: http://hgweb.boddie.org.uk/shedskin-packaging

Package: shedskin
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: g++, make, python-dev, libgc-dev (>= 6.8), libpcre3-dev (>= 7.6)
Description: Python-to-C++ compiler designed to speed up Python programs
 Shed Skin converts programs written in a static subset of Python to C++.
 The C++ code can be compiled to executable code, which can be run either
 as a standalone program or as a module imported from Python. 
