blob: 73691ced44af6931d68c4c22a30f6c7cbc74e6b4 (
plain)
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
54
55
56
57
58
59
60
61
62
|
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.
|