Source: libtagcoll
Priority: optional
Maintainer: Enrico Zini <enrico@debian.org>
Build-Depends: debhelper (>> 4.0.0), flex, bison
Standards-Version: 3.6.1

Package: libtagcoll-dev
Section: libdevel
Architecture: any
Depends: libtagcoll0 (= ${Source-Version})
Recommends: pkg-config
Description: Functions used to manipulate tagged collections (development version)
 libtagcoll provides various kind of tagged collection manipulation functions:
 .
  * organize the collection in an intuitively navigable hierarchy;
  * discover and show implicit hierarchical relationships between
    tags;
  * apply various kinds of transformations to the collection
  * generate and apply tag patches
 .
 libtagcoll has been written with the purpose of studying tagged collections
 and experiment with tagged collection algorithms.
 .
 Warning: the API has not yet been stabilized and is subject to change in
 future versions.

Package: libtagcoll0
Section: libs
Architecture: any
Depends: ${shlibs:Depends} ${misc:Depends}
Description: Functions used to manipulate tagged collections
 libtagcoll provides various kind of tagged collection manipulation functions:
 .
  * organize the collection in an intuitively navigable hierarchy;
  * discover and show implicit hierarchical relationships between
    tags;
  * apply various kinds of transformations to the collection
  * generate and apply tag patches
 .
 libtagcoll has been written with the purpose of studying tagged collections
 and experiment with tagged collection algorithms.
