aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-bindata/pkg-descr
blob: 7af9baa8c7312fb2a57b0196d17d042117d7e06c (plain) (blame)
1
2
3
4
5
6
7
8
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