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/args

  • auth builtin

    Argon2id passwords + sessions — ships with LukeLang
    import std/auth

  • crypto builtin

    Crypto primitives via std/auth (Argon2id) — ships with LukeLang
    import std/auth

  • echo package

    Tiny echo helpers
    Download

  • env builtin

    Process environment — ships with LukeLang
    import std/env

  • files builtin

    Filesystem helpers — ships with LukeLang
    import std/files

  • greeter package

    Hello helper for luke/greeter
    Download

  • http builtin

    HTTP client helpers — ships with LukeLang
    import std/http

  • json builtin

    JSON encode/decode — ships with LukeLang
    import std/json

  • jwt builtin

    Auth surface (sessions/CSRF today; JWT helpers expanding)
    import std/auth

  • logger planned

    Planned first-party logger — not published yet
    coming soon

  • mysql planned

    Planned MySQL driver — not published yet
    coming soon

  • pg builtin

    Postgres via libpq — ships with LukeLang
    import std/pg

  • postgres builtin

    Postgres via libpq — ships with LukeLang
    import std/pg

  • redis planned

    Planned Redis client — not published yet
    coming soon

  • server builtin

    HTTP server — ships with LukeLang
    import std/server

  • sqlite builtin

    SQLite — ships with LukeLang
    import std/sqlite