Paketname | mono-gmcs |
Beschreibung | Mono C# 2.0 and C# 3.0 compiler for CLI 2.0 |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.6.7-5 |
Sektion | cli-mono |
Priorität | optional |
Installierte Größe | 1288 Byte |
Hängt ab von | mono-runtime (>= 1.1.8.1), libc6 (>= 2.11) | libc6.1 (>= 2.11) | libc0.1 (>= 2.11), libmono-corlib2. |
Empfohlene Pakete | pkg-config |
Paketbetreuer | Debian Mono Group |
Quelle | mono |
Paketgröße | 435676 Byte |
Prüfsumme MD5 | f507551b81d8ad1a062f70cb28107a9c |
Prüfsumme SHA1 | 8ed670a091bb367484af000c75c72adde8326331 |
Prüfsumme SHA256 | ec4e54676cdc83e6da876f198d6250efd4072adb85dc028ed72a0142f314f870 |
Link zum Herunterladen | mono-gmcs_2.6.7-5_all.deb |
Ausführliche Beschreibung | This is the Mono C# (C-Sharp) 2.0 and C# 3.0 compiler, a platform-independent
compiler which produces CIL (Common Intermediate Language) binary executables.
The gmcs compiler supports two different featuresets (C# versions).
.
With C# 2.0 (which is the default) it supports:
- generics
- iterators (yield)
- nullable value types
- partial types
- anonymous methods
- static classes
- coalesce operator: ??
.
With C# 3.0 it supports:
- Language Integrated Query (LINQ)
- object initializers
- collection initializers
- anonymous types
- local variable type inference
- implicitly-typed arrays
- lambda expressions
- automatic properties
- extension methods
- partial methods
.
This compiler targets the CLI 2.0 runtime version.
.
Mono is a platform for running and developing applications based on the
ECMA/ISO Standards. Mono is an open source effort led by Novell.
Mono provides a complete CLR (Common Language Runtime) including compiler and
runtime, which can produce and execute CIL (Common Intermediate Language)
bytecode (aka assemblies), and a class library.
|