File: control

package info (click to toggle)
libgee 0.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,948 kB
  • sloc: ansic: 58,681; sh: 11,290; makefile: 293; perl: 106
file content (101 lines) | stat: -rw-r--r-- 3,410 bytes parent folder | download
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Source: libgee
Section: libs
Priority: optional
Maintainer: Maintainers of Vala packages <pkg-vala-maintainers@lists.alioth.debian.org>
Uploaders: Sebastian Dröge <slomo@debian.org>,
           Marc-Andre Lureau <marcandre.lureau@gmail.com>
Build-Depends: cdbs (>= 0.4.93),
               debhelper (>= 9),
               autotools-dev,
               pkg-config (>= 0.14),
               libglib2.0-dev (>= 2.25),
               valac-0.16,
               libgirepository1.0-dev (>= 0.10),
               gobject-introspection (>= 0.10),
               gir1.2-glib-2.0
Standards-Version: 3.9.3
Homepage: http://live.gnome.org/Libgee
Vcs-Git: git://git.debian.org/git/pkg-vala/libgee.git
Vcs-Browser: http://git.debian.org/?p=pkg-vala/libgee.git

Package: libgee2
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: GObject based collection library
 libgee is a collection library providing GObject-based interfaces and
 classes for commonly used data structures.
 .
 libgee provides the following interfaces:
  * Iterable
   * Collection
    * List
    * Set
  * Iterator
  * Map
 .
 The ArrayList, HashSet, and HashMap classes provide a reasonable sample
 implementation of the List, Set, and Map interfaces. ReadOnlyCollection,
 ReadOnlyList, ReadOnlySet, and ReadOnlyMap are read-only wrapper classes
 that prevent modification of the underlying collection.
 .
 libgee is written in Vala and can be used like any GObject-based C library.
 It's planned to provide bindings for further languages.
 .
 This package contains the shared libraries.

Package: libgee-dev
Section: libdevel
Architecture: any
Depends: libgee2 (= ${binary:Version}),
         gir1.2-gee-1.0 (= ${binary:Version}),
         libglib2.0-dev (>= 2.12.0),
         ${misc:Depends},
Description: GObject based collection library (development files)
 libgee is a collection library providing GObject-based interfaces and
 classes for commonly used data structures.
 .
 libgee provides the following interfaces:
  * Iterable
   * Collection
    * List
    * Set
  * Iterator
  * Map
 .
 The ArrayList, HashSet, and HashMap classes provide a reasonable sample
 implementation of the List, Set, and Map interfaces. ReadOnlyCollection,
 ReadOnlyList, ReadOnlySet, and ReadOnlyMap are read-only wrapper classes
 that prevent modification of the underlying collection.
 .
 libgee is written in Vala and can be used like any GObject-based C library.
 It's planned to provide bindings for further languages.
 .
 This package contains the headers and development libraries.

Package: libgee2-dbg
Architecture: any
Section: debug
Priority: extra
Depends: libgee2 (= ${binary:Version}),
         ${misc:Depends}
Description: GObject based collection library - library symbols
 libgee is a collection library providing GObject-based interfaces and
 classes for commonly used data structures.
 .
 This package contains the library symbols.

Package: gir1.2-gee-1.0
Section: introspection
Architecture: any
Depends: ${gir:Depends},
         ${misc:Depends}
Description: GLib Telepathy connection manager library (GObject-Introspection)
 This package contains introspection data for libgee, which can be used
 to generate dynamic bindings.
 .
 libgee is a collection library providing GObject-based interfaces and
 classes for commonly used data structures.