https://github.com/repology/repology-rs
Repology rewrite in Rust
https://github.com/repology/repology-rs
Last synced: 10 months ago
JSON representation
Repology rewrite in Rust
- Host: GitHub
- URL: https://github.com/repology/repology-rs
- Owner: repology
- License: gpl-3.0
- Created: 2024-08-07T13:27:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T15:37:07.000Z (over 1 year ago)
- Last Synced: 2024-12-13T16:03:47.435Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 743 KB
- Stars: 19
- Watchers: 3
- Forks: 0
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-opensource-projects - Repology - Package version tracking service that aggregates package information from 300+ repositories (Project Categories)
README
# Repology
[](https://github.com/repology/repology-rs/actions/workflows/ci.yml)
Repology is a service which monitors *a lot* of package repositories
and other sources and aggregates data on software package versions,
reporting new releases and packaging problems.
This repository is a gradual rewrite of Repology components to Rust.
## Components
- **repology-common** - common code for all Repology components, such as
data classes and database queries.
- **repology-webapp** - backend of Repology web site (active development;
most of repology.org traffic is already served from this implementation).
- **repology-vulnupdater** - tool to sync vulnerability information from
[National Vulnerability Database](https://nvd.nist.gov/) (complete).
## Requirements
This code requires at least Rust 1.91-nightly.
## Author
- [Dmitry Marakasov](https://github.com/AMDmi3)
## License
- [GPLv3 or later](LICENSE).