
* Structure of the Moscow ML binary distribution:

  mosml/              README, install.txt
       bin/           mosml, mosmlc, mosmllex, mosmlyac, camlrunm
       copyrght/      copyright notices
       doc/           manual.dvi, manual.txt, mosmlref.dvi, recomp.txt
       examples/      a few pedagogical examples
       lib/           bytecode files and compiled libraries and signatures
       tools/         mosmldep, cutdeps, Makefile.stub
       utility/       emacs mode for Moscow ML


* Structure of the Moscow ML source distribution:

  mosml/src/ 
	   compiler/  sources for mosmlcmp, mosmllnk, mosmltop
	   config/    configuration for the runtime
	   launch/    scripts to start mosml and mosmlc
	   lex/       mosmllex sources
	   mosmllib/  library sources
	   mosmlyac/  yacc sources (C)
	   runtime/   sources for the modified Caml Light runtime system
	   test/      test cases for mosml
	   tools/     tools for recompiling Moscow ML
	   toolssrc/  sources for mosmldep and cutdeps, and for the 
		      MacOS compiler top-level (Smltope and Maine)
