WARNING: This is a work in progress and is not yet ready for production use.
KORU IS CURRENTLY A TODDLER AND IS NOT READY FOR PRODUCTION USE.
Implementation Status: Koru Status.
Official ecosystem packages for the Koru programming language.
There is a 97% chance the Koru source-code is living in a sibling directory called koru.
| Tool | Description |
|---|---|
| koru | Sandboxed interpreter with capability-based security |
| Package | npm | Description |
|---|---|---|
| sqlite3 | @korulang/sqlite3 |
SQLite bindings with phantom obligations |
| docker | @korulang/docker |
Docker DSL for images and containers (planned) |
| gzip | @korulang/gzip |
Gzip compression for Koru - compile-time or runtime |
Point your koru.json paths here:
{
"paths": {
"koru": "/path/to/koru_libs"
}
}Then import:
~import "$koru/sqlite3"
~import "$koru/docker"
~import "$koru/gzip"
Each package publishes independently to npm under the @korulang scope:
cd sqlite3
npm publish --access public