File: control

package info (click to toggle)
ironpython 1.1.1-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,976 kB
  • ctags: 19,824
  • sloc: cs: 89,583; python: 34,457; makefile: 62; xml: 38; sh: 22
file content (18 lines) | stat: -rw-r--r-- 806 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: ironpython
Section: python
Priority: extra
Maintainer: Matthias Klose <doko@debian.org>
Uploaders: Andrew Mitchell <ajmitch@debian.org>
Build-Depends: debhelper (>= 5.0), mono-gmcs (>= 1.1.17) | c-sharp-2.0-compiler, cli-common-dev (>= 0.4.4), libmono-winforms2.0-cil
Standards-Version: 3.7.3

Package: ironpython
Architecture: all
Depends: ${cli:Depends}, ${misc:Depends}
Description: A Python implementation targeting the .NET and Mono platforms
 IronPython is a new implementation of the Python programming language
 running on .NET. It supports an interactive console with fully
 dynamic compilation. It is well integrated with the rest of the .NET
 Framework and makes all .NET libraries easily available to Python
 programmers, while maintaining full compatibility with the Python
 language.