libgee-0.8 0.20.3-1 source package in Ubuntu
Changelog
libgee-0.8 (0.20.3-1) unstable; urgency=medium * New upstream release -- Rico Tzschichholz <email address hidden> Tue, 18 Feb 2020 17:10:29 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Focal | release | main | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libgee-0.8_0.20.3-1.dsc | 2.2 KiB | 54ee3402aea823679f51feaee0e1463c016daaa28c58357f79cc9fcacf997c57 |
libgee-0.8_0.20.3.orig.tar.xz | 662.6 KiB | d0b5edefc88cbca5f1709d19fa62aef490922c6577a14ac4e7b085507911a5de |
libgee-0.8_0.20.3-1.debian.tar.xz | 8.6 KiB | ed0e3518fdde4ade2585fcacacd1ae8603b4ccf987f155eb34ea9146e0d0074c |
Available diffs
- diff from 0.20.2-1 to 0.20.3-1 (101.1 KiB)
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 hirsute.
No description available for gir1.2-gee-0.8 in ubuntu hirsute.
- libgee-0.8-2: No summary available for libgee-0.8-2 in ubuntu groovy.
No description available for libgee-0.8-2 in ubuntu groovy.
- libgee-0.8-2-dbgsym: No summary available for libgee-0.8-2-dbgsym in ubuntu hirsute.
No description available for libgee-0.8-2-dbgsym in ubuntu hirsute.
- 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.