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:

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

Contact

Discussion currently takes place on the Vala mailing list and in the IRC channel #vala on GIMPnet.

Libgee (last edited 2009-05-12 11:04:30 by IvanFrade)