libgee-0.8 0.20.5-2 source package in Ubuntu

Changelog

libgee-0.8 (0.20.5-2) unstable; urgency=medium

  * debian/libgee-0.8-2.symbols: Add new symbol (Closes: #1008398)

 -- Jeremy Bicha <email address hidden>  Fri, 01 Apr 2022 08:38:11 -0400

Upload details

Uploaded by:
Debian GNOME Maintainers
Uploaded to:
Sid
Original maintainer:
Debian GNOME Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release main libs

Downloads

File Size SHA-256 Checksum
libgee-0.8_0.20.5-2.dsc 2.2 KiB 7dc5d14d8acb394f8befdbb3b8ededf2c13f15978ce1194e0b68c52285dbee2e
libgee-0.8_0.20.5.orig.tar.xz 671.3 KiB 31863a8957d5a727f9067495cabf0a0889fa5d3d44626e54094331188d5c1518
libgee-0.8_0.20.5-2.debian.tar.xz 8.9 KiB 38895b2252d0e3d2681d3a06bf44fdfc745c024fdd6c9cf154729bf80cb563ae

Available diffs

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 kinetic.

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

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

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

libgee-0.8-2-dbgsym: debug symbols for libgee-0.8-2
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.