No description
Find a file
Petr Pucil 1f1cd4c314 Fix Nim 1.6 compat: addr doesn't work on let variables
See ae8b66dd0f/test_out/nim/ci.json

```
/root/.nimble/pkgs/kaitai_struct_nim_runtime-#head/kaitai_struct_nim_runtime.nim(69, 33) Error: expression has no address; maybe use 'unsafeAddr'
```
2025-11-19 16:11:38 +01:00
kaitai_struct_nim_runtime.nim Fix Nim 1.6 compat: addr doesn't work on let variables 2025-11-19 16:11:38 +01:00
kaitai_struct_nim_runtime.nimble Bump version to 0.11.0 2025-09-08 23:09:17 +02:00
LICENSE Bump copyright year 2025-09-08 23:08:51 +02:00
README.md README: convert links from http: to https: 2025-09-08 23:07:31 +02:00

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: