Source: libavl Standards-Version: 4.7.4 Maintainer: Debian Commons Uploaders: Guus Sliepen Section: devel Build-Depends: debhelper-compat (= 14), dpkg-dev (>= 1.22.5), Vcs-Browser: https://salsa.debian.org/debian/libavl Vcs-Git: https://salsa.debian.org/debian/libavl.git Homepage: https://git.fruit.je/avl/ Package: libavl-dev Architecture: any Section: libdevel Depends: libavl1t64 (= ${binary:Version}), libc6-dev, ${misc:Depends}, Description: AVL tree manipulation library - development This library consists of a set of functions to manipulate AVL trees. AVL trees are very efficient balanced binary trees, similar to red-black trees. The functions in this library can handle any kind of payload and search key type. . This package contains the header files. Package: libavl1t64 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends}, Breaks: libavl1 (<< ${source:Version}), Provides: ${t64:Provides}, Replaces: libavl1, Description: AVL tree manipulation library - runtime This library consists of a set of functions to manipulate AVL trees. AVL trees are very efficient balanced binary trees, similar to red-black trees. The functions in this library can handle any kind of payload and search key type. . This package contains the actual library.