Ubuntu Pastebin

Paste from pseudonymous at Thu, 17 Mar 2016 17:25:55 +0000

Download as text
 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
Source: mono
Section: extra
Priority: optional
Maintainer: Jesper Wendel Devantier <pseudo@unknown>
Build-Depends: debhelper (>= 7), autotools-dev, autoconf, libtool, automake, build-essential, gettext
Standards-Version: 3.9.6
Homepage: http://www.mono-project.com
#Vcs-Git: git://anonscm.debian.org/collab-maint/mono.git
#Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/mono.git;a=summary

Package: mono
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Mono - an open-source .NET implementation
 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.
 .
 This package contains common files for the Virtual Machine, JIT (Just-in-Time) and
 AOT (Ahead-of-Time) code generator "mono".
 "mono" executes applications for the CLI (Common Language Infrastructure).
 Mono currently only supports the X86, PowerPC, ARM, S/390x, AMD64 and
 MIPS architectures. Optionally this package configures BINFMT support
Download as text