Crates.io | nexers |
lib.rs | nexers |
version | 0.1.6 |
source | src |
created_at | 2019-08-22 09:33:57.503642 |
updated_at | 2023-11-21 14:16:40.396566 |
description | Parses Maven/Nexus repository index files |
homepage | |
repository | https://github.com/FauxFaux/nexers |
max_upload_size | |
id | 158840 |
size | 65,321 |
nexers
parses Nexus repository indexes, including the one provided by
maven central. It can optionally build a relational
database based on this data.
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
rusqlite
does not commit to an MSRV, so we can't, either.
Licensed under either of
at your option.
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.