ips/pkg6depotd
Till Wegmueller 0d737168e0
fix: Resolve dependency links to latest package version
Dependency FMRIs are version constraints (e.g. SUNWcs@0.5.11-151056.0)
not exact versions, so they don't match any specific manifest. Now
dependency links use the package name only, and the detail handler
resolves name-only or partial-version FMRIs by finding the latest
version from list_packages and redirecting to it.
2026-03-15 23:00:20 +01:00
..
src fix: Resolve dependency links to latest package version 2026-03-15 23:00:20 +01:00
static fix: Embed static assets in binary and fix font loading 2026-03-15 22:49:33 +01:00
templates fix: Inline CSS in HTML template to guarantee styling loads 2026-03-15 22:57:37 +01:00
tests feat: Add full-text search via FTS5 and enable search endpoints 2026-03-14 22:01:48 +01:00
.gitignore merging all ips packages into one repo 2021-03-21 14:12:03 -03:00
Cargo.lock merging all ips packages into one repo 2021-03-21 14:12:03 -03:00
Cargo.toml feat: Add web UI for browsing packages in pkg6depotd 2026-03-15 21:55:10 +01:00
LICENSE merging all ips packages into one repo 2021-03-21 14:12:03 -03:00
README.md merging all ips packages into one repo 2021-03-21 14:12:03 -03:00

IPS Repository server written in rust

Work in progress