File: control

package info (click to toggle)
tagcoll2 2.0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,400 kB
  • ctags: 1,470
  • sloc: sh: 8,977; cpp: 6,242; makefile: 187; lex: 54; yacc: 27
file content (53 lines) | stat: -rw-r--r-- 2,457 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: tagcoll2
Section: libdevel
Priority: optional
Maintainer: Enrico Zini <enrico@debian.org>
Uploaders: Arnaud Fontaine <arnau@debian.org>
Build-Depends: cdbs, debhelper (>> 4.1), dh-buildinfo, pkg-config, libwibble-dev (>= 0.1.16), libwibble-dev (<<0.2), flex, bison, doxygen, graphviz, texlive-base, gs, libtut-dev, zlib1g-dev
Standards-Version: 3.7.3
Homepage: http://debtags.alioth.debian.org
Vcs-Svn: svn://svn.debian.org/debtags/tagcoll/2.0
Vcs-Browser: http://svn.debian.org/viewsvn/debtags/tagcoll/2.0/

Package: tagcoll
Architecture: any
Section: misc
Tag: implemented-in::c++, interface::commandline, role::program, scope::utility, use::organizing, use::searching
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 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.
 
Package: libtagcoll2-dev
Section: libdevel
Tag: implemented-in::c++, devel::library
Depends: zlib1g-dev, libwibble-dev (>= 0.1.7), libwibble-dev (<< 0.2)
Architecture: any
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.
  * 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.