Archived. Mast generates file manifests and checksums for project packages. Today the same can be accomplished with simple shell commands:
# List all files: git ls-files > MANIFEST # With checksums: find . -not -path './.git/*' -type f -exec sha256sum {} \; | sort > DIGESTThis repository is preserved for historical reference.
See README.rdoc for full documentation.
Copyright (c) 2009 Thomas Sawyer, Rubyworks
BSD-2-Clause License.