7 releases
0.1.6 | Nov 21, 2023 |
---|---|
0.1.5 | Nov 21, 2023 |
0.1.3 | Jan 1, 2023 |
0.1.2 | Dec 29, 2019 |
0.1.1 | Aug 22, 2019 |
#1006 in Parser implementations
23 downloads per month
25KB
640 lines
nexers
nexers
parses Nexus repository indexes, including the one provided by
maven central. It can optionally build a relational
database based on this data.
Usage
Build maven.db
from the latest index, using pv
to report status and zcat
to unpack:
wget -N https://repo1.maven.org/maven2/.index/nexus-maven-repository-index.gz
pv nexus-maven-repository-index.gz \
| zcat \
| cargo run --release --example build_db
Minimum Supported Rust Version (MSRV)
rusqlite
does not commit to an MSRV, so we can't, either.
License
Licensed under either of
- Apache License, Version 2.0
- MIT license
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~0.7–4.5MB
~90K SLoC