20,163
Packages
2,245
Modules
6,095,393
Downloads

6,095,393
Downloads
2,245
Modules
20,163
Packages
Pure-MoonBit, runtime-agnostic DEFLATE (RFC 1951) engine with gzip/zlib wrappers — suspendable and io-free.
LLM Agent framework with hexagonal (ports-and-adapters) architecture. Defines 9 traits + Agent loop. Depends on moonbitlang/async.
YAMLScript loader binding for MoonBit
MoonBit port of the tutuca UI framework (value language, templates, vdom, components, app runtime, lint, CLI)
Native MoonBit Git worktree manager with PR awareness
The Starlark configuration language, implemented in Moonbit
WHATWG-compliant URL and URLPattern library for MoonBit
Async-first declarative CLI builder for MoonBit, inspired by gunshi
Focused utility collections, traits, and value types for MoonBit
A Bluesky MCP server for the 2026-07-28 era, built on marianoguerra/mcp-server and marianoguerra/atproto. Reads the public AT Protocol AppView with no account and no token; posts with an app password.
A Slack MCP server for the 2026-07-28 era, built on marianoguerra/mcp-server. Runs against an in-process mock workspace with no Slack account, or against real Slack with a token.
One-shot command-line MCP client for the 2026-07-28 protocol era.
A unified LLM protocol middleware converting between OpenAI, Anthropic, Gemini and other provider formats via the Lucent IR neutral protocol
A MoonBit implementation of the just command runner
Pause for a number of seconds, like sleep, runnable via moonx
Concatenate files or stdin to stdout byte-transparently, like cat, runnable via moonx
Exit unsuccessfully, like false, runnable via moonx
Exit successfully, like true, runnable via moonx
Print the first lines or bytes of inputs like head, runnable via moonx
Print the last lines or bytes of inputs like tail, runnable via moonx
Android WASI host integration for MoonBit guests.
Transport-independent Android Open Accessory protocol support for MoonBit.
Format and print data like printf, runnable via moonx
Hex dump and reverse like xxd, runnable via moonx
experimental packages for moonbitlang/core
Asynchronous programming library for MoonBit
Node.js backend compatibility layer for moonbitlang/async in MoonBit, with native delegation and JS FFI implementations for process, fs, http, gzip, tls, socket, raw_fd, signal, sync primitives, websocket, stdio, pipe, and sys.
Pure MoonBit zlib/deflate implementation.
Automatic testing of MoonBit programs
Workflow engine core with Starlark-subset parser, DAG execution, and cache planning primitives.
Pure MoonBit LLM client library
Temporary file and directory management for MoonBit
AST and parsers for the MoonBit programming language
A LR(1) parser generator for MoonBit programming language.
A generic lexer library for handwritten lexers in MoonBit
A TOML parser implementation in MoonBit