freebsd-ports/devel/py-kaitaistruct/pkg-descr
Alexey Dokuchaev fa4ecd821f ASCII'ze port descriptions which were (ab)using UTF-8 punctuation
While here, run these files through a spell-checker and wrap some
overly long lines and/or dangling prepositions (when appropriate).
2023-05-09 10:20:52 +00:00

10 lines
449 B
Text

This library implements Kaitai Struct API for Python.
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.
It is similar to Python's [construct] and [Construct3], but it is
language-agnostic. The format description is done in YAML-based .ksy
format, which then can be compiled into a wide range of target
languages.