软件包:mono-mcs(6.8.0.105+dfsg-3.3~deb11u1)
mono-mcs 的相关链接
Debian 的资源:
下载源码包 mono:
- [mono_6.8.0.105+dfsg-3.3~deb11u1.dsc]
- [mono_6.8.0.105+dfsg.orig.tar.xz]
- [mono_6.8.0.105+dfsg-3.3~deb11u1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [www.mono-project.com]
相似软件包:
- 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.
其他与 mono-mcs 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.31)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb - 或者 libc6.1 (>= 2.31)
- 软件包暂时不可用
- 或者 libc0.1 (>= 2.31)
- 软件包暂时不可用
-
- dep: libmono-corlib4.5-cil (<< 6.8.0.106)
- Mono core library (for CLI 4.5)
- dep: libmono-corlib4.5-cil (>= 6.8.0.105)
-
- 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