Source: libtagcoll
Priority: optional
Maintainer: Enrico Zini <enrico@debian.org>
Build-Depends: cdbs, debhelper (>> 4.1), dh-buildinfo, flex, bison, doxygen
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)
 Tagged collections are collections of items tagged with multiple categories.
 libtagcoll provides general infrastructure to handle tagged collection data,
 plus various kind of tagged collection manipulation functions:
 .
  * apply various kinds of transformations to the collection;
  * generate and apply tag patches;
  * discover and show implicit hierarchical relationships between
    tags;
  * organize the collection in an intuitively navigable hierarchy.

Package: libtagcoll0
Section: libs
Architecture: any
Depends: ${shlibs:Depends} ${misc:Depends}
Description: Functions used to manipulate tagged collections
 Tagged collections are collections of items tagged with multiple categories.
 libtagcoll provides general infrastructure to handle tagged collection data,
 plus various kind of tagged collection manipulation functions:
 .
  * apply various kinds of transformations to the collection;
  * generate and apply tag patches;
  * discover and show implicit hierarchical relationships between
    tags;
  * organize the collection in an intuitively navigable hierarchy.
