libgee-0.8 0.20.0-1 source package in Ubuntu

Changelog

libgee-0.8 (0.20.0-1) unstable; urgency=medium

  * New upstream release.
  * Add new symbols.
  * Update Vcs fields.
  * Bump Standards-Version to 4.1.0
  * Add myself to Uploaders.

 -- Jeremy Bicha <email address hidden>  Tue, 29 Aug 2017 13:58:09 -0400

Upload details

Uploaded by:
Maintainers of Vala packages
Uploaded to:
Sid
Original maintainer:
Maintainers of Vala packages
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libgee-0.8_0.20.0-1.dsc 2.3 KiB 45d01e2b0724d340c781b24fd8ba3088d3d52609efc529f1fac4ec179055357b
libgee-0.8_0.20.0.orig.tar.xz 663.1 KiB 21308ba3ed77646dda2e724c0e8d5a2f8d101fb05e078975a532d7887223c2bb
libgee-0.8_0.20.0-1.debian.tar.xz 8.2 KiB e1a3ca5663044b14638c92e686df12bf68deef25a7a49da3a9bcf886eee00cbb

No changes file available.

Binary packages built by this source

gir1.2-gee-0.8: No summary available for gir1.2-gee-0.8 in ubuntu artful.

No description available for gir1.2-gee-0.8 in ubuntu artful.

libgee-0.8-2: No summary available for libgee-0.8-2 in ubuntu artful.

No description available for libgee-0.8-2 in ubuntu artful.

libgee-0.8-2-dbgsym: No summary available for libgee-0.8-2-dbgsym in ubuntu artful.

No description available for libgee-0.8-2-dbgsym in ubuntu artful.

libgee-0.8-dev: GObject based collection and utility library (development files)

 libgee is a collection library providing GObject-based interfaces and
 classes for commonly used data structures.
 .
 libgee provides the following interfaces:
  * Traversable
    - Iterable
         + Collection
           # List
             * BidirList
           # Set
             * SortedSet
               - BidirSortedSet
           # MultiSet
           # Queue
             * Deque
         + Map
           # SortedMap
             * BidirSortedMap
    - Iterator
         + BidirIterator
           # BidirListIterator
         + ListIterator
           # BidirListIterator
  * MultiMap
  * Future
 .
 The ArrayList, ArrauQueue, ConcurrentLinkedList, ConcurrentSet, HashSet,
 HashMap, HashMultiSet, HashMultiMap, LinkedList, PriorityQueue, Promise,
 TreeSet, TreeMap, TreeMultiSet, and TreeMultiMap classes provide a
 reasonable sample implementation of those interfaces. In addition, a set of
 abstract classes are provided to ease the implementation of new collections.
 .
 Around that, the API provides means to retrieve read-only views, efficient
 sort algorithms, simple, bi-directional or index-based mutable iterators
 depending on the collection type.
 .
 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.