<HTML><BODY>I've written universal library for parsing binary files or their parts into Racket objects.<br>You may install it with 'raco pkg install binary-class'. This library has verbose documentation and easy syntax.<br>You simply describe your data in terms of class fields and load the object from the file.<br><br>I've written parsers for MP3 ID3 tags (binary-class-mp3 package) and DBF files (binary-class-dbf package, no docs yet, only Readme at <a href="https://github.com/Kalimehtar/binary-class-dbf">https://github.com/Kalimehtar/binary-class-dbf</a>). You may treat them as usage examples for the library.<br><br>Please, give me feedback. Maybe I can do something better, or maybe somebody write another file format to the library.<br><br><br>-- <br>Roman Klochkov</BODY></HTML>