20,090
Packages
2,223
Modules
6,058,842
Downloads

6,058,842
Downloads
2,223
Modules
20,090
Packages
MoonBit port of the tutuca UI framework (value language, templates, vdom, components, app runtime, lint, CLI)
LLM Agent framework with hexagonal (ports-and-adapters) architecture. Defines 9 traits + Agent loop. Depends on moonbitlang/async.
Deterministic schema governance for MoonBit: validate contracts, audit evolution, plan migrations, and enforce release gates.
A native MoonBit engine for record linkage, entity matching, deduplication, explainable scoring, and reproducible evaluation.
A MoonBit-native embedded full-text search kernel
Cloud-Optimized GeoTIFF and Multispectral Remote Sensing Engine in MoonBit
RSS syndication format library (port of the Rust rss crate)
Atom syndication format library
Minimal streaming XML pull-parser and writer
A high-performance vector artboard data model and operation kernel for Web/WASM built in MoonBit.
Deterministic mechanical tolerance stack-up analysis for MoonBit.
Lightweight AI Agent Runtime based on MoonBit
Image / video labeling backend for the MoonbitLabeler app: 18 async ops over @fs/@json for folder browsing, image IO, label IO, class management, and VOC/YOLO export. The op_handlers are pure async MoonBit functions and can be wired into any IPC layer (Proton/CEF, stdio JSON-RPC, HTTP, WASM, custom bridge). Includes a `dispatch_op(op, payload) -> Json raise` entry point in 0.2.0+ for embedding outside the CEF runtime.
Pure-MoonBit image decoder/encoder covering BMP / QOI / TGA / PNG / GIF / JPEG with zero external runtime dependencies. Decoders raise a structured `DecodeError` sub-error type so callers can branch on cause (UnsupportedFormat / TruncatedData / InvalidHeader / InvalidValue / EncodeNotImplemented).
Pure-MoonBit crypto & CTF toolbox (a port of ToolsFx): national crypto SM2/SM3/SM4 (GB/T 32905/32907/32918, byte-for-byte standard vectors), encoding toolkit (Base16/32/58/58Check/62/64/85/91, Punycode, URL, radix, QP, UU/XX), classical ciphers with ciphertext auto-detection, and a single-JSON-dispatch workbench shared by the browser frontend and the moon run demo.
A unified LLM protocol middleware converting between OpenAI, Anthropic, Gemini and other provider formats via the Lucent IR neutral protocol
MoonBit wireless frame, link simulation, security, routing, and 6LoWPAN toolkit
CBTC/CTCS train-borne ATP overspeed protection and dynamic braking curve calculation engine in MoonBit
Comprehensive MoonBit Safety Relief Calculation & Sizing Library for Process Safety Engineering
MoonBit native Content-Security-Policy parser, auditor and migration planner.
RFC-driven LDAPv3 client library for MoonBit with a generic ASN.1 BER codec
Pure MoonBit toolkit for Darwin Core biodiversity data validation, standardization, statistics and sensitive coordinate protection
A thin, type-safe SQL toolkit for MoonBit
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