File: control

package info (click to toggle)
libgee 0.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,960 kB
  • ctags: 989
  • sloc: sh: 9,117; ansic: 5,309; makefile: 95
file content (70 lines) | stat: -rw-r--r-- 2,327 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
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>
Build-Depends: cdbs (>= 0.4.41),
               debhelper (>= 5),
               autotools-dev,
               pkg-config (>= 0.14),
               libglib2.0-dev (>= 2.16.0)
Standards-Version: 3.7.3
Homepage: http://live.gnome.org/Vala
Vcs-Git: git://git.debian.org/git/pkg-vala/libgee.git
Vcs-Browser: http://git.debian.org/?p=pkg-vala/libgee.git

Package: libgee0
Section: libs
Architecture: any
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: libgee0 (= ${binary:Version}),
         libglib2.0-dev (>= 2.10.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.