| argparser | Declarative command-line argument parser with GNU-style options, positional arguments, subcommands, and auto-generated help. |
| calm | CALM (Catastrophically Abridged Language Models) module. |
| crypto | Cryptographic primitives and utilities built on LITLS. |
| dns | DNS client library for recursive resolution with caching, CNAME following, search list expansion, server failover, and EDNS support. |
| http | HTTP client utilities for requests with TLS/mTLS and redirect following. |
| lev | Asynchronous I/O runtime for Lilush, built on epoll. |
| lilpack | LILPACK package system for Lilush. |
| markdown | Streaming markdown parser and renderer with support for CommonMark, GFM extensions (tables, strikethrough, autolinks, task lists), and djot features (fenced divs, inline attributes). |
| mneme | Single-file embedded key-value database with multiple keyspaces, typed values, TTL/expiry, sorted sets, lists, vector similarity search, BM25 full-text search, and optional encryption at rest. |
| redis | Async Redis client using the lev event loop. |
| std | Standard library with core utilities for sleeping, random ID generation, environment access, and system information. |
| term | Core terminal I/O library for cursor control, colors, ANSI styles, and keyboard input. |
| zlib | Zlib compression and decompression built on miniz. |