Home | History | Annotate | Line # | Download | only in modules
      1  1.1  christos Description:
      2  1.1  christos Simple hash table with string based keys.
      3  1.1  christos 
      4  1.1  christos Files:
      5  1.1  christos lib/hash.h
      6  1.1  christos lib/hash.c
      7  1.1  christos 
      8  1.1  christos Depends-on:
      9  1.1  christos obstack
     10  1.1  christos xalloc
     11  1.1  christos 
     12  1.1  christos configure.ac:
     13  1.1  christos 
     14  1.1  christos Makefile.am:
     15  1.1  christos lib_SOURCES += hash.h hash.c
     16  1.1  christos 
     17  1.1  christos Include:
     18  1.1  christos "hash.h"
     19  1.1  christos 
     20  1.1  christos License:
     21  1.1  christos GPL
     22  1.1  christos 
     23  1.1  christos Maintainer:
     24  1.1  christos Bruno Haible
     25  1.1  christos 
     26