NuLib v2.2 README (30-Apr-90)
NuLib v2.1 README (05-Nov-89)

This is the third wide release; the first was back in August, when
I first distributed this as NuARC.  The second, NuLib v2.1, was distributed
back in November.

As you can see, it's been a while.

New items:
 - Prints comments.
 - Correctly handles ShrinkIt v3.0 archives.
 - Unpacks disk archives to files (good for the UNIX Apple ][+ simulator).
 - Fake compression (no real stuff yet) handles files that don't compress
   (it used to store them as compressed whether or not they really did).
 - Various minor changes/improvements.

To make the MS-DOS version, use the nulib.mak and nulib.lnk files
(supplied by Bruce Kahn).  To make the APW version, put all the files in
one directory, and make a subdirectory called "OBJ".  Put the "linkcom"
file in OBJ, and then "make.apw".  This will compile all the files.
When it finishes, change to OBJ and alink linkcom.  (the makefile used
to do this automatically, but with only 1.25MB of RAM you have to exit
APW to completely flush all the memory used by the compiler, and
and then restart APW and run the linker).

In both cases, be sure to modify "nudefs.h" first.

Please send bug reports, ideas, or gripes to fadden@cory.berkeley.edu, or to
one of the addresses mentioned in the documentation or under the "-hw"
option.

Things to come:
 - Support for UNIX tar
 - CRLF translations while adding files
 - ShrinkIt compression

