# $Id: README,v 1.1 2000/10/29 21:12:21 mis Exp $ 

TRURL library contains some useful data structures and routines:
- dynamic array 
- linked list 
 (both with Perl-like interface)
- hash table
- some string functions
- xmalloc()s 

and some other n stuff.

Build:
$ ./configure
$ make
$ make install DESTDIR/