diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-04-02 16:10:39 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-04-02 16:10:39 +0000 |
commit | 145e4b9b99b48535f47129b6dc6f2dd707f33156 (patch) | |
tree | a6677717a49f894d8cf06837f37f26a69f2e57b1 /devel/libhash/pkg-plist | |
parent | d479dcb23754a8092c48f496afd82093741c592b (diff) | |
download | FreeBSD-ports-145e4b9b99b48535f47129b6dc6f2dd707f33156.zip FreeBSD-ports-145e4b9b99b48535f47129b6dc6f2dd707f33156.tar.gz |
This C library provides functions for manipulating in memory hash tables
(aka associative arrays). Data is stored as void *'s so any data structure
can be stored.
PR: 33859
Submitted by: andrew@ugh.net.au
Diffstat (limited to 'devel/libhash/pkg-plist')
-rw-r--r-- | devel/libhash/pkg-plist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/libhash/pkg-plist b/devel/libhash/pkg-plist new file mode 100644 index 0000000..d29cab8 --- /dev/null +++ b/devel/libhash/pkg-plist @@ -0,0 +1,4 @@ +include/hash.h +lib/libhash.so.1 +lib/libhash.so +lib/libhash.a |