File: control

package info (click to toggle)
mono.reflection 1.0%2Bgit20110407%2Bd2343843-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 172 kB
  • ctags: 166
  • sloc: cs: 1,094; makefile: 12
file content (36 lines) | stat: -rw-r--r-- 1,375 bytes parent folder | download | duplicates (3)
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
Source: mono.reflection
Section: cli-mono
Priority: optional
Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team@lists.alioth.debian.org>
Uploaders: Jo Shields <directhex@apebox.org>
Build-Depends:
 cli-common-dev (>= 0.5.7~),
 mono-devel (>= 2.4.3~),
 mono-xbuild,
 debhelper (>= 7.0.50~)
Standards-Version: 3.9.2
Homepage: https://github.com/jbevain/mono.reflection
Vcs-Git: git://git.debian.org/pkg-cli-libs/packages/mono.reflection.git
Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/mono.reflection.git

Package: libmono-reflection-cil
Architecture: all
Depends: ${cli:Depends}, ${misc:Depends}
Description: CLI reflection helper library
 This package provides the Mono.Reflection assembly that provides CLI (.NET) 
 programs with additional helper namespaces as a companion to System.Reflection
 and System.Reflection.Emit.
 .
 This package contains the Mono.Reflection assembly.

Package: libmono-reflection-cil-dev
Architecture: all
Depends: libmono-reflection-cil (= ${binary:Version}), ${misc:Depends}
Description: CLI reflection helper library
 This package provides the Mono.Reflection assembly that provides CLI (.NET) 
 programs with additional helper namespaces as a companion to System.Reflection
 and System.Reflection.Emit.
 .
 This package contains development files for the Mono.Reflection assembly,
 and should be used for compilation.