libgee - GObject collection library
Introduction
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
- Collection
- 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.
License
libgee is licensed under the LGPL 2.1+
Download
libgee is available for download at http://download.gnome.org/sources/libgee/
Development is going on git://git.gnome.org/libgee and can be viewed here.
You can check out the current development snapshot using (please note, that you need vala installed to build it from svn):
git clone git://git.gnome.org/libgee
Requirements
- GLib 2.10 or later
- Vala 0.3.3
Contact
Discussion currently takes place on the Vala mailing list and in the IRC channel #vala on GIMPnet.
Jürg Billeter <j at bitron dot ch>
