forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
8 lines
339 B
Text
8 lines
339 B
Text
BinData is a declarative way to read and write binary file formats.
|
|
|
|
This means the programmer specifies *what* the format of the binary
|
|
data is, and BinData works out *how* to read and write data in this
|
|
format. It is an easier (and more readable) alternative to Ruby's
|
|
#pack and #unpack methods.
|
|
|
|
WWW: https://github.com/dmendel/bindata
|