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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131
|
Source: psyco
Section: python
Priority: optional
Maintainer: Alexandre Fayolle <afayolle@debian.org>
Build-Depends: debhelper (>= 4.0.0), python2.1-dev, python2.2-dev, python2.3-dev, python2.4-dev, python, sharutils
Standards-Version: 3.6.1
Package: python-psyco
Architecture: i386
Depends: python (>= 2.3), python (<< 2.4), python2.3-psyco
Description: python specializing compiler (for the default python version)
Psyco lets you run your existing Python software much faster, with no
change in your source.
.
Think of Psyco as a kind of just-in-time (JIT) compiler, a little bit
like Java's, that emit machine code on the fly instead of
interpreting your Python program step by step. The result is that
your unmodified Python programs run faster.
.
The plan for the next release is to include a fast low-level
interpreter that can be used on non-Intel processors. It will finally
make Psyco portable -- althought of course not as fast as it could
possibly be if it could emit real machine code.
.
This package is an empty dummy package that always depends on
a package built for Debian's default Python version.
.
Homepage: http://psyco.sourceforge.net
Package: python-psyco-doc
Architecture: i386
Description: python specializing compiler documentation
Psyco lets you run your existing Python software much faster, with no
change in your source.
.
Think of Psyco as a kind of just-in-time (JIT) compiler, a little bit
like Java's, that emit machine code on the fly instead of
interpreting your Python program step by step. The result is that
your unmodified Python programs run faster.
.
This package contains the documentation in HTML and postscript.
.
Homepage: http://psyco.sourceforge.net
Package: python2.1-psyco
Architecture: i386
Depends: python2.1
Recommends: python-psyco-doc
Description: python specializing compiler (for python 2.1)
Psyco lets you run your existing Python software much faster, with no
change in your source.
.
Think of Psyco as a kind of just-in-time (JIT) compiler, a little bit
like Java's, that emit machine code on the fly instead of
interpreting your Python program step by step. The result is that
your unmodified Python programs run faster.
.
The plan for the next release is to include a fast low-level
interpreter that can be used on non-Intel processors. It will finally
make Psyco portable -- althought of course not as fast as it could
possibly be if it could emit real machine code.
.
This package is built for Python 2.1.x.
.
Homepage: http://psyco.sourceforge.net
Package: python2.2-psyco
Architecture: i386
Depends: python2.2
Recommends: python-psyco-doc
Description: python specializing compiler (for python 2.2)
Psyco lets you run your existing Python software much faster, with no
change in your source.
.
Think of Psyco as a kind of just-in-time (JIT) compiler, a little bit
like Java's, that emit machine code on the fly instead of
interpreting your Python program step by step. The result is that
your unmodified Python programs run faster.
.
The plan for the next release is to include a fast low-level
interpreter that can be used on non-Intel processors. It will finally
make Psyco portable -- althought of course not as fast as it could
possibly be if it could emit real machine code.
.
This package is built for Python 2.2.x.
.
Homepage: http://psyco.sourceforge.net
Package: python2.3-psyco
Architecture: i386
Depends: python2.3
Recommends: python-psyco-doc
Description: python specializing compiler (for python 2.3)
Psyco lets you run your existing Python software much faster, with no
change in your source.
.
Think of Psyco as a kind of just-in-time (JIT) compiler, a little bit
like Java's, that emit machine code on the fly instead of
interpreting your Python program step by step. The result is that
your unmodified Python programs run faster.
.
The plan for the next release is to include a fast low-level
interpreter that can be used on non-Intel processors. It will finally
make Psyco portable -- althought of course not as fast as it could
possibly be if it could emit real machine code.
.
This package is built for Python 2.3.x.
.
Homepage: http://psyco.sourceforge.net
Package: python2.4-psyco
Architecture: i386
Depends: python2.4
Recommends: python-psyco-doc
Description: python specializing compiler (for python 2.4)
Psyco lets you run your existing Python software much faster, with no
change in your source.
.
Think of Psyco as a kind of just-in-time (JIT) compiler, a little bit
like Java's, that emit machine code on the fly instead of
interpreting your Python program step by step. The result is that
your unmodified Python programs run faster.
.
The plan for the next release is to include a fast low-level
interpreter that can be used on non-Intel processors. It will finally
make Psyco portable -- althought of course not as fast as it could
possibly be if it could emit real machine code.
.
This package is built for Python 2.4.x.
.
Homepage: http://psyco.sourceforge.net
|