# -*- encoding: utf-8 -*- # stub: kaitai-struct 0.8 ruby lib Gem::Specification.new do |s| s.name = "kaitai-struct".freeze s.version = "0.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Mikhail Yakshin".freeze] s.date = "2018-02-06" s.description = "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.\n\nThe 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.\n\nThis package provides small runtime library used by code generated by Kaitai Struct compiler.\n".freeze s.email = "greycat@kaitai.io".freeze s.files = [".gitignore".freeze, "README.md".freeze, "kaitai-struct.gemspec".freeze, "lib/kaitai/struct/struct.rb".freeze] s.homepage = "http://kaitai.io".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Kaitai Struct: runtime library for Ruby".freeze end