Expand description
Package Repository Hosting
HTTP-based package repository server for VeridianOS. Hosts binary packages with metadata indexing, Ed25519 signature verification, paginated search, and JSON-like index generation for client consumption.
§HTTP Endpoints (conceptual)
GET /api/packages– paginated package listingGET /api/packages/{name}– all versions of a packageGET /api/packages/{name}/{version}– specific version metadataPOST /api/packages– upload with Ed25519 signature auth
Structs§
- Repo
Config - Repository configuration.
- Repo
Index - Repository package index.
- Repo
Package Meta - Package metadata stored in the repository index.
- Repo
Request - Parsed HTTP request for the repository API.
- Repo
Response - HTTP response from the repository.
- Repo
Server - Package repository server.
Enums§
- Http
Method - HTTP request method (subset relevant to the repo API).