K 10 svn:author V 6 swills K 8 svn:date V 27 2014-03-29T14:46:08.210224Z K 7 svn:log V 409 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 PR: ports/187950 Submitted by: Michael Moll END