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
|
Source: pnet
Section: devel
Priority: optional
Maintainer: Andrew Mitchell <ajmitch@gnu.org>
Build-Depends: cdbs, debhelper (>= 4.1.0), treecc (>= 0.3.0), libreadline5-dev, flex, bison
Standards-Version: 3.6.1
Package: pnet
Architecture: any
Depends: pnet-compiler (= ${Source-Version}), pnet-interpreter (= ${Source-Version}), pnet-assemblies (>= 0.6.12), pnet-ctools
Description: DotGNU C# compiler, runtime, (dis)assembler
The goal of this DotGNU project is to build a suite of free software
tools to build and execute .NET applications, including a C# compiler,
assembler, disassembler, and runtime engine.
Package: pnet-compiler
Architecture: any
Depends: ${shlibs:Depends}
Recommends: pnet-assemblies (>= 0.6.12)
Provides: c-sharp-compiler
Description: DotGNU Portable.NET C# compiler & tools
The goal of this DotGNU project is to build a suite of free software
tools to build and execute .NET applications, including a C# compiler,
assembler, disassembler, and runtime engine. This package contains a C#, C,
Java and VB compiler for compiling to IL bytecode, which can be executed
by the pnet-interpreter package.
Package: pnet-interpreter
Architecture: any
Depends: ${shlibs:Depends}
Recommends: pnetc (>= 0.6.12), pnet-assemblies (>= 0.6.12)
Provides: cli-virtual-machine
Description: DotGNU C# compiler, runtime, (dis)assembler
The DotGNU Portable.NET runtime engine, for running IL bytecode. This is used
to run programs written in C#, C, or other languages compiled by the
Portable.NET compiler, cscc.
Package: pnet-ctools
Architecture: any
Depends: ${shlibs:Depends}, pnet-compiler (>= 0.6.12), binutils, gcc
Description: Development tools for compiling C to IL bytecode
This package provides the tools & links to the toolchain for compiling
programs written in C to IL bytecode.
Package: pnet-dev
Architecture: any
Description: Development package for DotGNU Portable.NET
Provides the development headers & libraries needed to embed Portable.NET
in an application.
|