Source: libsunavl
Section: libs
Priority: required
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
 debhelper ( >= 9 ),
 dpkg-dev ( >= 1.16.1~ ),
 gcc-multilib [ illumos-amd64 amd64],
Standards-Version: 3.9.4
Homepage: http://illumos.org/

Package: libsunavl2
Section: libs
Priority: optional
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: illumos AVL tree library
 This package provides the shared library to manipulate AVL trees. AVL trees
 are very efficient balanced binary trees, similar to red-black trees. The
 functions in this library are widely used in Solaris and illumos userland
 utilities and can handle any kind of payload and search key type.

Package: lib32sunavl2
Section: libs
Priority: optional
Architecture: illumos-amd64 amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: illumos AVL tree library (32 bit)
 This package provides the shared library to manipulate AVL trees. AVL trees
 are very efficient balanced binary trees, similar to red-black trees. The
 functions in this library are widely used in Solaris and illumos userland
 utilities and can handle any kind of payload and search key type.
 .
 This is 32-bit version of the library

Package: libsunavl-dev
Architecture: any
Priority: optional
Section: libdevel
Depends: ${misc:Depends}, libsunavl2 (= ${binary:Version})
Description: illumos AVL tree library: development files
 Contains the symlink, static library and headers needed to compile
 applications using illumos/solaris AVL tree library.
 .
 The functions in this library are widely used in Solaris and illumos userland
 utilities and can handle any kind of payload and search key type.

Package: lib32sunavl-dev
Architecture: illumos-amd64 amd64
Priority: optional
Section: libdevel
Depends: ${misc:Depends}, lib32sunavl2 (= ${binary:Version}),
 libsunavl-dev (= ${binary:Version})
Description: illumos AVL tree library: development files (32 bit)
 Contains the symlink, static library and headers needed to compile
 32-bit applications using illumos/solaris AVL tree library.
 .
 The functions in this library are widely used in Solaris and illumos userland
 utilities and can handle any kind of payload and search key type.

