srcdb
A tool for source code downloading and integrity checking
SRCDB is a simple database and a utility managing the database.
SRCDB (db) is designed to keep track of URLs of tarballs [presumably containing source code] and checksums (md5) of the files contained in the taballs. It is implemented as a filesystem subtree. The key to the database consists of 2 fields: name and version separated by dash. In the filesystem the key is implemented as a 'name/version' subtree.