Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpb587/metalink
For receipt files that contain digests, metadata, and source information about blobs.
https://github.com/dpb587/metalink
Last synced: about 2 months ago
JSON representation
For receipt files that contain digests, metadata, and source information about blobs.
- Host: GitHub
- URL: https://github.com/dpb587/metalink
- Owner: dpb587
- License: mit
- Created: 2017-02-28T02:05:04.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T19:14:40.000Z (over 1 year ago)
- Last Synced: 2024-06-19T00:29:44.333Z (6 months ago)
- Language: Go
- Size: 17.4 MB
- Stars: 5
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# metalink
For creating and consuming Metalink files (XML-based download descriptions).
## Notes
* [RFC 5854](https://tools.ietf.org/html/rfc5854) - The Metalink Download Description Format
* [RFC 6249](https://tools.ietf.org/html/rfc6249) - Metalink/HTTP: Mirrors and Hashes
* [aria2](https://github.com/aria2/aria2) - alternative client for downloading metalink files
* [`curl --metalink URL`] - curl client may download metalink files## License
[MIT License](LICENSE)