This branch reorganizes the project to match conventions found in other Racket projects.
lib, test and doc packages with a titular metapackage
The metapackage implies only the lib and doc packages
Tests have been refactored as needed to reach into the implementation via require/expose as necessary. A single module+ test remains to simplify sharing of a runtime path.
This branch reorganizes the project to match conventions found in other Racket projects.
lib
,test
anddoc
packages with a titular metapackagelib
anddoc
packagesrequire/expose
as necessary. A singlemodule+ test
remains to simplify sharing of a runtime path.