soarpkgs - Package Repository
Declarative, hash-pinned package definitions for Soar
This repository hosts declarative package definitions for Soar.
Every package pins its upstream artifact together with that artifact's hash, in git. Nothing here is executed: a client resolves a package by parsing alone, so the download can be verified against a hash that was reviewed in a commit rather than measured after the fact.
See docs/FORMAT.md for the format and its
rationale.
.
└── packages
└── <name>
├── pkg.toml --> identity, metadata, update policy
└── <name>-<version>.toml --> pinned URL, hash and size per hostNote
We recommend cloning with --filter=blob:none for local development
Package Listing & Searching: https://soarpkgs.qaidvoid.dev
Visit: https://soarpkgs.qaidvoid.dev
MIT License - see LICENSE for details