packages.lukelang.org
mimo forge
Official package index. Builtin modules ship with the compiler; packages install into luke_modules/.
Install
mimo forge greeter
mimo forge http # builtin → import std/http
Machine index: index.json
Catalog
args builtin
CLI args — ships with LukeLang
import std/argsauth builtin
Argon2id passwords + sessions — ships with LukeLang
import std/authcrypto builtin
Crypto primitives via std/auth (Argon2id) — ships with LukeLang
import std/authecho package
Tiny echo helpers
Downloadenv builtin
Process environment — ships with LukeLang
import std/envfiles builtin
Filesystem helpers — ships with LukeLang
import std/filesgreeter package
Hello helper for luke/greeter
Downloadhttp builtin
HTTP client helpers — ships with LukeLang
import std/httpjson builtin
JSON encode/decode — ships with LukeLang
import std/jsonjwt builtin
Auth surface (sessions/CSRF today; JWT helpers expanding)
import std/authlogger planned
Planned first-party logger — not published yet
coming soonmysql planned
Planned MySQL driver — not published yet
coming soonpg builtin
Postgres via libpq — ships with LukeLang
import std/pgpostgres builtin
Postgres via libpq — ships with LukeLang
import std/pgredis planned
Planned Redis client — not published yet
coming soonserver builtin
HTTP server — ships with LukeLang
import std/serversqlite builtin
SQLite — ships with LukeLang
import std/sqlite