Hi, Here a new port related to rust ecosystem.
It is a perl script I wrote in order to generate on the fly, the metadata expected by cargo when using local registry. The repository is at https://github.com/semarie/cargo-generate-vendor/ The metadata file (.cargo-checksum.json file) is a JSON file containing: - sha256 of the archive (the tgz archive as downloaded from crates.io) - sha256 of every files inside the archive (in fact, every files inside the extracted directory to permit local patching). It is a requirement for upcoming devel/cargo module. Thanks. -- Sebastien Marie
cargo-generate-vendor.tar.gz
Description: application/tar-gz