tagcoll2 2.0.12-1ubuntu1 source package in Ubuntu

Changelog

tagcoll2 (2.0.12-1ubuntu1) oneiric; urgency=low

  * Build with -fpermissive.
 -- Matthias Klose <email address hidden>   Thu, 11 Aug 2011 19:37:36 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Oneiric
Original maintainer:
Enrico Zini
Architectures:
any
Section:
libdevel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
tagcoll2_2.0.12.orig.tar.gz 457.4 KiB 4567f60d5fbf15904ace57a0198a4e0fd872979d830c1244bcd969aae5c95bff
tagcoll2_2.0.12-1ubuntu1.debian.tar.gz 6.4 KiB 6140f34c4bb5b6b445a4a0e91f5a536fb94cd6c25f7b244c139a8a359fdc7fe6
tagcoll2_2.0.12-1ubuntu1.dsc 1.3 KiB c8c4055afaf6446b6b46071c113c04bfa0094127aa2f07eb25b1086466e4f89f

Available diffs

View changes file

Binary packages built by this source

libtagcoll2-dev: 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.
  * keep an on-disk index of the tag data
 .
 Warning: the API has not yet been stabilized and is subject to change in
 future versions. This is why the library is distributed in a -dev package
 only.

tagcoll: Commandline tool to perform operations on tagged collections

 tagcoll takes a collection of items categorized with multiple tags and
 performs various kinds of operations on them:
 .
  * organize the collection in an intuitively navigable hierarchy;
  * discover and show implicit hierarchical relationships between
    tags;
  * apply various transformations to the collection
  * produce a special patch file with the differencies between two collections.
    Such patch files are specific to tagged collections, and can be applied and
    merged more freely than normal diff output;
  * apply a previously generated patch file to a collection.
 .
 tagcoll has been written with the purpose of studying tagged collections and
 experiment with tagged collection algorithms.