batlib/ 
  The visible hierarchy of modules

batteries.docdir/
  The API documentation.


juice/ 
  Any code necessary to get packages to work nicely together,
  to present a homogeneous API or a nice documentation.
juice/baselib/
	The glue for the base library, i.e. the library provided
	by INRIA with OCaml.
juice/extlib/
	The glue for ExtLib
juice/findlib/
	The glue for Findlib modules
juice/ocamldoc/
	The glue for OCamlDoc modules


build/
  Tools for compiling Batteries Included, generating the documentation...
