kaitai_struct_nim_runtime
Kaitai Struct runtime library for Nim
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Passing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install kaitai_struct_nim_runtime
choosenim install kaitai_struct_nim_runtime
git clone https://github.com/kaitai-io/kaitai_struct_nim_runtime
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| kaitai_struct_nim_runtime | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/kaitai-io/kaitai_struct_nim_runtime |
|---|---|
| Homepage | https://github.com/kaitai-io/kaitai_struct_nim_runtime |
| Documentation | View Documentation |
| Registry Source | nimble_official |
README
Kaitai Struct: runtime library for Nim
This library implements Kaitai Struct API for Nim.
Kaitai Struct is a declarative language used for describe various binary data structures, laid out in files or in memory: i.e. binary file formats, network stream packet formats, etc.
Further reading: