diff options
author | mjl <mjl@pkgsrc.org> | 2000-10-27 12:20:35 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2000-10-27 12:20:35 +0000 |
commit | 8b9f822309a07f0fd9917930ab2f4a4d91edea72 (patch) | |
tree | 852e674c164f16959165a03452dadad015ba518e /devel/libavl/pkg | |
parent | 4a25c6ea22ae47d28a8259e0e597ac15788ac75f (diff) | |
download | pkgsrc-8b9f822309a07f0fd9917930ab2f4a4d91edea72.tar.gz |
This is version 1.4 of libavl, a library in ANSI C for manipulation of
balanced binary trees. Functions for use with three varieties of AVL
tree and one type of red-black tree are included. There is full
documentation, including an explanation of what AVL and red-black
trees are and why you'd use them.
Diffstat (limited to 'devel/libavl/pkg')
-rw-r--r-- | devel/libavl/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/libavl/pkg/DESCR | 5 | ||||
-rw-r--r-- | devel/libavl/pkg/PLIST | 7 |
3 files changed, 13 insertions, 0 deletions
diff --git a/devel/libavl/pkg/COMMENT b/devel/libavl/pkg/COMMENT new file mode 100644 index 00000000000..8c8742f4263 --- /dev/null +++ b/devel/libavl/pkg/COMMENT @@ -0,0 +1 @@ +library for manipulation of balanced binary trees diff --git a/devel/libavl/pkg/DESCR b/devel/libavl/pkg/DESCR new file mode 100644 index 00000000000..aaf3f6a31eb --- /dev/null +++ b/devel/libavl/pkg/DESCR @@ -0,0 +1,5 @@ +This is a library in ANSI C for manipulation of balanced binary +trees. Functions for use with three varieties of AVL tree and +one type of red-black tree are included. There is full documentation, +including an explanation of what AVL and red-black trees are and why +you'd use them, in Texinfo, Info, HTML, and plain text formats. diff --git a/devel/libavl/pkg/PLIST b/devel/libavl/pkg/PLIST new file mode 100644 index 00000000000..13c2f3e6d0f --- /dev/null +++ b/devel/libavl/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/27 12:20:35 mjl Exp $ +include/avl.h +include/avlt.h +include/avltr.h +include/rb.h +info/avl.info +lib/libavl.a |