Commit graph

5 commits

Author SHA1 Message Date
drochner
fa8ea8ef6f update to 0.8.8
change: Fix various .foreach
2013-12-04 16:43:47 +00:00
wiz
2d4c1e17cb Update to 0.8.7:
libgee 0.8.7
============
 * Use .value instead of value directly in unfold
2013-07-15 12:42:33 +00:00
drochner
39e85b2bf8 update to 0.8.6
change: Fix HashSet.foreach
2013-05-03 16:08:03 +00:00
drochner
558f4bc52d update to 0.8.5
change: fix memory leak
2013-03-14 19:26:54 +00:00
wiz
82db339843 Import libgee0.8-0.8.2 as devel/libgee0.8.
libgee is a collection library providing GObject-based interfaces and classes
for commonly used data structures.

libgee provides the following interfaces:

    * Iterable
          o Collection
                + List
                + Set
    * 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.

This package contains the 0.8 branch of the library.
2012-12-08 23:20:07 +00:00