bare-ocaml
bare-ocaml copied to clipboard
runtime library and code-generator for BARE (https://baremessages.org/)
Dear Simon, we have finished the review of Binary Application Record Encoding (BARE) Internet Draft [1][], [2][] before requesting the publication. We welcome the feedback for the latest version of...
https://git.sr.ht/~sircmpwn/go-bare/tree/master/example has some `.bin` files that must be valid according to the corresponding schema.
Hey! :) Just came across the BARE format (thanks to your project!) and was surprised by how similar it is to a custom format I created for my company's product....
https://datatracker.ietf.org/doc/draft-devault-bare/08/ means: - changing grammar (the new one is more regular!) - more tests (appendix A) - update main example
- keep runtime in one file (easy to vendor) - remove abstractions on writing, just output to a `Buffer.t`