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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: mono-basic
Priority: optional
Maintainer: Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>
Uploaders: Mirco Bauer <meebey@debian.org>, Jo Shields <directhex@apebox.org>
Build-Depends: debhelper (>= 5),
cli-common-dev (>= 0.4.4),
libmono-cil-dev
Standards-Version: 3.8.4
Section: devel
Homepage: http://www.mono-project.com/Visual_Basic
Vcs-Svn: svn://svn.debian.org/svn/pkg-mono/mono-basic/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-mono/mono-basic/trunk/
Package: libmono-microsoft-visualbasic8.0-cil
Section: libs
Architecture: all
Depends: ${cli:Depends}
Description: Visual Basic 2005 runtime libraries for Mono
This package contains the Mono Visual Basic runtime library, aimed at
the specifications / features of the Visual Basic 2005.
.
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.
Package: mono-vbnc
Section: devel
Architecture: all
Depends: ${cli:Depends}
Provides: visual-basic-8.0-compiler
Description: Mono Visual Basic Compiler (VB.NET)
This is the Mono Visual Basic.NET Compiler (vbnc), aimed at the specifications
/ features of the Visual Basic 2005 compiler.
A platform-independent compiler which produces executable CIL (Common
Intermediate Language) binaries.
This compiler targets the CLI (Common Language Infrastructure) 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.
Package: mono-basic-dbg
Priority: extra
Section: devel
Depends: mono-vbnc (= ${binary:Version}), libmono-microsoft-visualbasic8.0-cil (= ${binary:Version})
Architecture: all
Description: Mono Visual Basic, debugging symbols
This package contains debugging symbols of the mono-vbnc and
libmono-microsoft-visualbasic8.0-cil package.
.
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.
|