You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
936 B
Plaintext
31 lines
936 B
Plaintext
Source: libtdata
|
|
Priority: extra
|
|
Maintainer: Alexander Vdolainen <avdolainen@gmail.com>
|
|
Build-Depends: debhelper (>= 8.0.0), autotools-dev, libc-dev
|
|
Standards-Version: 3.9.3
|
|
Section: libs
|
|
Homepage: https://sourceforge.net/projects/libtdata/
|
|
#Vcs-Git: git://git.debian.org/collab-maint/libtdata.git
|
|
#Vcs-Browser: http://git.debian.org/?p=collab-maint/libtdata.git;a=summary
|
|
|
|
Package: libtdata-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Depends: libtdata (= ${binary:Version}), libc-dev
|
|
Description: Development files for libtdata
|
|
Development files i.e. headers and pkgconfig files
|
|
required to build software used libtdata
|
|
|
|
Package: libtdata
|
|
Section: libs
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Libtdata is a collection of useful data structures implementation
|
|
This is collection of the following stuff:
|
|
- AVL Tree
|
|
- Splay Tree
|
|
- B Tree
|
|
- Linked list
|
|
- Red and black Tree
|
|
- Index allocator
|