RubyGems Navigation menu

kaitai-struct 0.9

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. The main idea is that a particular format is described in Kaitai Struct language (.ksy file) and then can be compiled with ksc into source files in one of the supported programming languages. These modules will include a generated code for a parser that can read described data structure from a file / stream and give access to it in a nice, easy-to-comprehend API. This package provides small runtime library used by code generated by Kaitai Struct compiler.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.10 - July 09, 2022 (11.0 KB)
  2. 0.9 - October 15, 2020 (11.0 KB)
  3. 0.8 - February 06, 2018 (10.0 KB)
  4. 0.7 - March 22, 2017 (10.0 KB)
  5. 0.6 - February 04, 2017 (10.0 KB)
顯示所有版本(共 8)

擁有者:

Pushed by:

作者:

  • Mikhail Yakshin

SHA 256 checksum:

de9b474bb8fbb077add2e3531e9f55fce28d827d4cccac2cae93918f3964a505

總下載次數 29,346

這個版本 6,471

License:

MIT

Ruby 版本需求: >= 0

相關連結: