kaitai-io / kaitai_struct_compiler   0.10

GNU General Public License v3.0 only Website GitHub

Kaitai Struct: compiler to translate .ksy => .cpp / .cs / .dot / .go / .java / .js / .lua / .nim / .php / .pm / .py / .rb

Scala versions: 2.12
Scala.js versions: 0.6

kaitai-struct-compiler 0.8


Group ID:
io.kaitai
Artifact ID:
kaitai-struct-compiler_2.12
Version:
0.8
Release Date:
Jan 25, 2020
Licenses:
Files:

libraryDependencies += "io.kaitai" %% "kaitai-struct-compiler" % "0.8"

Mill build tool

ivy"io.kaitai::kaitai-struct-compiler:0.8"

Scala CLI

//> using dep "io.kaitai::kaitai-struct-compiler:0.8"

Ammonite REPL

import $ivy.`io.kaitai::kaitai-struct-compiler:0.8`

<dependency>
  <groupId>io.kaitai</groupId>
  <artifactId>kaitai-struct-compiler_2.12</artifactId>
  <version>0.8</version>
</dependency>

compile group: 'io.kaitai', name: 'kaitai-struct-compiler_2.12', version: '0.8'