Packages
Browse packages published to the Dogma registry at registry.dogma.ws.
The registry is live but no packages have been published yet. Check back as the ecosystem grows.
Built-in packages
These packages are built into the runtime and available without a registry download:
| Package | Description |
|---|---|
dogma:core | I/O, array operations, type conversions, assertions |
dogma:fs | File system operations |
dogma:net | TCP networking |
dogma:process | Process I/O, environment, arguments |
dogma:collections | Vec<T> and Map<K, V> |
dogma:async | Coroutine-based concurrency |
See the Standard Library reference for full documentation.