tagcoll2 2.0.14-2build1 source package in Ubuntu
Changelog
tagcoll2 (2.0.14-2build1) focal; urgency=medium * No-change rebuild for libgcc-s1 package name change. -- Matthias Klose <email address hidden> Sun, 22 Mar 2020 16:59:14 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Focal
- Original maintainer:
- Debian QA Group
- Architectures:
- any
- Section:
- libdevel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | libdevel | |
Kinetic | release | universe | libdevel | |
Jammy | release | universe | libdevel | |
Focal | release | universe | libdevel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
tagcoll2_2.0.14.orig.tar.gz | 493.0 KiB | ed2aa8590410d61cc387a6641d71515630e55a2b89162572aec51f9ce5b29f20 |
tagcoll2_2.0.14-2build1.debian.tar.xz | 5.8 KiB | 1d7a5a40bc019c95ab8ac3a3254a93d9ba59ca9ba79fc16f03c6fca0320a5f17 |
tagcoll2_2.0.14-2build1.dsc | 2.0 KiB | 42f2ddae70face40ea6747e3bccb889264bc8c3f1814a6be713aab412a3528ed |
Available diffs
- diff from 2.0.14-2 (in Debian) to 2.0.14-2build1 (314 bytes)
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.
- tagcoll-dbgsym: debug symbols for tagcoll