パッケージ: mono-mcs (6.8.0.105+dfsg-3.3)
mono-mcs に関するリンク
Debian の資源:
mono ソースパッケージをダウンロード:
- [mono_6.8.0.105+dfsg-3.3.dsc]
- [mono_6.8.0.105+dfsg.orig.tar.xz]
- [mono_6.8.0.105+dfsg-3.3.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.36)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb - または libc6.1 (>= 2.36)
- パッケージは利用できません
- または libc0.1 (>= 2.36)
- パッケージは利用できません
-
- dep: libmono-corlib4.5-cil (<< 6.8.0.106)
- Mono コアライブラリ(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 (transitional package)