From 0358b4667d1d61f12b832b1a904c4cb36e295182 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 18 Aug 2010 18:12:02 +0000 Subject: htable is a lightweight implementation of hash tables in C, greatly inspired by the implementations of spray and red-black trees found in *BSD kernels. To use it, you only need to copy the header file "htable.h" into your project. WWW: http://culot.org/public/Code/htable.html - While here, keep devel/Makefile sorted PR: 149613 Submitted by: Frederic Culot --- devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index 91c0f54ccdeb..76d5bf7fdf1e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -616,8 +616,8 @@ SUBDIR += hs-split SUBDIR += hs-terminfo SUBDIR += hs-test-framework - SUBDIR += hs-test-framework-quickcheck2 SUBDIR += hs-test-framework-hunit + SUBDIR += hs-test-framework-quickcheck2 SUBDIR += hs-testpack SUBDIR += hs-transformers SUBDIR += hs-unamb @@ -631,6 +631,7 @@ SUBDIR += hs-uvector-algorithms SUBDIR += hs-vector SUBDIR += hs-vector-algorithms + SUBDIR += htable SUBDIR += hypersrc SUBDIR += i386-rtems-binutils SUBDIR += i386-rtems-gcc -- cgit v1.2.3