Pakket: mono-mcs (5.18.0.240+dfsg-3+deb10u1) [security]
Verwijzigingen voor mono-mcs
Debian bronnen:
Het bronpakket mono downloaden:
- [mono_5.18.0.240+dfsg-3+deb10u1.dsc]
- [mono_5.18.0.240+dfsg.orig.tar.gz]
- [mono_5.18.0.240+dfsg-3+deb10u1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [www.mono-project.com]
Vergelijkbare pakketten:
- libmono-system-data-linq4.0-cil
- libmono-system-xml-linq4.0-cil
- libmono-system-dynamic4.0-cil
- libmono-system-reactive-linq2.2-cil
- libmono-cscompmgd0.0-cil
- libmono-sharpzip4.84-cil
- mono-4.0-gac
- libmono-system-runtime4.0-cil
- libmono-custommarshalers4.0-cil
- libmono-accessibility4.0-cil
- libmono-cairo4.0-cil
Mono C# 2.0 / 3.0 / 4.0 / 5.0 compiler for CLI 2.0 / 4.0 / 4.5
This is the Mono C# (C-Sharp) 2.0, 3.0, 4.0 and 5.0 compiler, a platform-independent compiler which produces CIL (Common Intermediate Language) binary executables.
This compiler targets the CLI 2.0, 4.0 or 4.5 runtime version.
The mcs compiler supports different C# versions as follows. With C# 2.0 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
With C# 4.0 it supports:
- dynamic binding (duck typing) - named and optional arguments - covariant and contravariant generic type parameters
With C# 5.0 (which is the default) it supports:
- asynchronous methods - caller info attributes (as of Mono 3.0 currently not supported!)
Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. 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.
Andere aan mono-mcs gerelateerde pakketten
|
|
|
|
-
- dep: libc6 (>= 2.28)
- GNU C Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: libc6-udeb - of libc6.1 (>= 2.28)
- Pakket niet beschikbaar
- of libc0.1 (>= 2.28)
- Pakket niet beschikbaar
-
- dep: libmono-corlib4.5-cil (<< 5.18.0.241)
- Mono core library (for CLI 4.5)
- dep: libmono-corlib4.5-cil (>= 5.18.0.240)
-
- dep: libmono-microsoft-csharp4.0-cil
- Mono Microsoft.CSharp library (for CLI 4.0)
-
- dep: libmono-system-core4.0-cil (>= 5.18.0.240)
- Mono System.Core library (for CLI 4.0)
-
- dep: libmono-system-xml4.0-cil (>= 4.6.1.3)
- Mono System.Xml library (for CLI 4.0)
-
- dep: libmono-system4.0-cil (>= 5.18.0.240)
- Mono System libraries (for CLI 4.0)
-
- dep: mono-runtime (>= 3.0~)
- Mono runtime - default version
-
- rec: pkg-config
- manage compile and link flags for libraries