kama package registry
This host is read by the kama toolchain, not by browsers: it serves
the official @kama/* packages as a static tree.
{
"registries": { "@kama": "https://registry.kama-lang.org" },
"dependencies": { "@kama/sodium": { "version": "^0.4.0" } }
}
Add a dependency with kama pkg add kama.json @kama/sodium --version ^0.4.0, then
kama pkg install kama.json. How registries work:
kama-lang.org/docs/packages.
Every published version is immutable and pinned by its sha256. The publish history is the git log of cosmic-canopy/kama-registry.