This directory contains the CAML library files.
All the files are already compiled and ready to use, except the C files used
in the XDR interface.

If you need them here is a makefile to compile them:


xdr_fake.o: xdr_fake.c
	cc -O -c xdr_fake.c

talking_to: talking_to.c
	cc -o talking_to talking_to.c

