This library is in flux. APIs may change without notice. Generated from source on 6/15/2026.

Package

package.kz - Package manager integration for Koru

package.kz

package.kz - Package manager integration for Koru This module provides events for declaring Koru package dependencies distributed via various package managers (npm, cargo, go, pip). NOTE: These are for importing KORU PACKAGES that happen to be distributed through these package managers, not for importing native JS/Rust/Go/Python code directly into Koru. Usage: ~std/package:requires.npm { "@korulang/sqlite3": "^0.0.1", "@koru/graphics": "^1.0.0" } Then run: koruc main.kz i Or: koruc main.kz install This will: 1. Collect all package:requires.npm invocations from your code 2. Generate package.json 3. Run npm install