---
name: libds
version: 1.0
origin: devel/libds
comment: ANSI Generic Data Structures Library
arch: freebsd:9:x86:64
www: UNKNOWN
maintainer: kingofgib@users.sourceforge.net
prefix: /usr/local
licenselogic: single
flatsize: 164642
desc: |
  LibDS is a small but powerful and easy to use library containing a few
  very useful data structures. Currently, the following data structures are
  supported:
    - a balanced binary tree (an AVL tree);
    - a binary HEAP;
    - a QUEUE;
    - a HASH table;
    - a SET and a BAG;
    - a variable length array that can grows dynamically as new elements are
      added or deleted (PARRAY).
    - a STACK;

  LibDS has been designed to be very easy to use, without sacrificing either
  flexibility or speed. The API is small, and clean.
categories: [devel]
files:
  /usr/local/include/ds.h: 29676dc5eccfc0ae54a28d7629907c5c3732040e96bb3200e961de68e16ff788
  /usr/local/lib/libds.a: e3ec71e8efb79c45c3863b42e113a0b3aec3e3366acae2d85e7992c51ab12c9e
  /usr/local/lib/libds.so: '-'
  /usr/local/lib/libds.so.1: 31c82b9974ae95c900a8b83c6a9494162f3ff3919aa485d5123541cb2cbd82d3
  /usr/local/man/man3/libds.3.gz: dfb0fbb77f5ef7a86fe4ce0cfac435e401558f1f59b5cd42c61796d11bafe6bf
  /usr/local/share/doc/libds/avltree.html: 4f3fa8f07dca841a934b35672debe2a8ef8443ec0698be07a76450b7756c2206
  /usr/local/share/doc/libds/hashtbl.html: c5590296cc53a8c2283a00a32e2502ce0cc26f15c35578049bbb53230d7b0b8f
  /usr/local/share/doc/libds/heap.html: 56dcc4c791a2f271af44bafb4cdaaa0a58b510b0f676a139da1d2cb8eb334d98
  /usr/local/share/doc/libds/index.html: 45f6ab8e884d7f97ffdcba018cfc6394ce52484b00bcd9e2cf87b456235a8bb1
  /usr/local/share/doc/libds/parray.html: 4e5cc4560fe910cd0969a7ae818fbf88a86f3a29d761f4401144eadc6a514fd2
  /usr/local/share/doc/libds/queue.html: edce5a3e97b638e169e7d897e81eac078148a09b34f61e8a05af795afa8550e7
  /usr/local/share/doc/libds/set.html: b1f8287cd0f72a6e956c767e426d11222af5f843c158a8326b47752d3bb64d82
  /usr/local/share/doc/libds/stack.html: 572713693fd979eba0c8e051ef8020bc66302b4e3a8f4c029dea58da337c3abe
directories:
  /usr/local/share/doc/libds/: y
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  pre-deinstall: |
    /sbin/ldconfig -R
