tagcoll2 2.0.14-1 source package in Ubuntu

Changelog

tagcoll2 (2.0.14-1) unstable; urgency=low


  * New upstream version
     - works on solaris which doesn't have fmemopen. Thanks Igor Pashev.
       Closes: #661489
     - added missing this-> on templates. Thanks Igor Pashev.
  * Ported to debhelper 7
  * Depend on libwibble 1.0

 -- Enrico Zini <email address hidden>  Sun, 20 Oct 2013 22:22:58 +0200

Upload details

Uploaded by:
Enrico Zini
Uploaded to:
Sid
Original maintainer:
Enrico Zini
Architectures:
any
Section:
libdevel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main libdevel

Downloads

File Size SHA-256 Checksum
tagcoll2_2.0.14-1.dsc 1.9 KiB 55121a9dd3bb800ca91fe9bf483cb381d19d211fb5b249a322610982f2abf4d6
tagcoll2_2.0.14.orig.tar.gz 493.0 KiB ed2aa8590410d61cc387a6641d71515630e55a2b89162572aec51f9ce5b29f20
tagcoll2_2.0.14-1.debian.tar.gz 6.1 KiB ba3e061c704b111325d5948d6d67f5488280b7acae6ad534302bbd62ec5fc9a0

Available diffs

No changes file available.

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.