ruediger / libbert

A BERT library for C++ and C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LibBERT — a BERT (Binary ERlang Term) library for C++ and C.

BERT is a format for encoding binary data. You can think of it as JSON for binary formats. BERT is based on Erlang’s External Format.

bert.h is the C API (you need to link -lbert_capi!). bert.hpp is the C++ API (header only).

See http://bert-rpc.org/

This library is written by Rüdiger Sonderfeld <ruediger@c-plusplus.de>. Some basic stuff (CMake setup etc.) is copied from the Flusspferd project.

Thanks to Nikolas Bowe, Samuel Chou, and Richard van der Hoff for their contributions.

The library is licensed under the beerzlib license. The beerzlib license is a modified zlib license. It contains an additional clause that encourages users to send beer (or other beverages or gifts) to the developers. See the file license for the full text of the license.

About

A BERT library for C++ and C

License:Other


Languages

Language:C++ 89.1%Language:Shell 5.9%Language:C 4.5%Language:Emacs Lisp 0.4%