libtdata/debian/control

31 lines
936 B
Plaintext
Raw Normal View History

2014-11-24 01:10:27 +02:00
Source: libtdata
Priority: extra
Maintainer: Alexander Vdolainen <avdolainen@gmail.com>
2015-05-14 02:06:25 +03:00
Build-Depends: debhelper (>= 8.0.0), autotools-dev, libc-dev
2014-11-24 01:10:27 +02:00
Standards-Version: 3.9.3
Section: libs
Homepage: https://sourceforge.net/projects/libtdata/
2014-11-24 01:10:27 +02:00
#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
2015-05-14 02:06:25 +03:00
Depends: libtdata (= ${binary:Version}), libc-dev
2014-11-24 01:10:27 +02:00
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