mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-07 02:37:30 -08:00
17 lines
586 B
XML
17 lines
586 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<stabilize-allarches/>
|
|
<!-- maintainer-needed -->
|
|
<longdescription lang="en">
|
|
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.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">kaitai-io/kaitai_struct_python_runtime</remote-id>
|
|
<remote-id type="pypi">kaitaistruct</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|