Path to this page:
./
devel/py-kaitaistruct,
Kaitai Struct declarative parser generator for binary data
Branch: CURRENT,
Version: 0.9nb1,
Package name: py39-kaitaistruct-0.9nb1,
Maintainer: pkgsrc-usersKaitai 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.
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 5.368 KB
Version history: (Expand)
- (2022-01-05) Updated to version: py39-kaitaistruct-0.9nb1
- (2021-10-07) Updated to version: py39-kaitaistruct-0.9
- (2021-04-07) Updated to version: py38-kaitaistruct-0.9
- (2020-01-26) Updated to version: py37-kaitaistruct-0.8
- (2018-02-26) Updated to version: py27-kaitaistruct-0.8
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-04-06 22:01:36 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-kaitaistruct: updated to 0.9
0.9:
Add ValidationExprError
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2018-02-26 17:09:55 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-kaitaistruct: updated to 0.8
0.8:
Reverting change that broken ~13 tests
|
2017-04-14 14:31:06 by Leonardo Taccari | Files touched by this commit (4) |
Log message:
Import py-kaitaistruct-0.7 as devel/py-kaitaistruct
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.
|