Skip to content

Commit

Permalink
Update README. (M)
Browse files Browse the repository at this point in the history
Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
  • Loading branch information
ruediger committed Oct 17, 2013
1 parent 93f6a80 commit d813e78
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.org
@@ -1,13 +1,21 @@
LibBERT is a BERT (Binary ERlang Term) library for C++ and C.
# -*- mode:org; mode:auto-fill; fill-column:80; coding:utf-8; -*-
* 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 [[http://www.erlang.org/doc/apps/erts/erl_ext_dist.html][Erlang's External Format]].
BERT is a format for encoding binary data. You can think of it as JSON for
binary formats. BERT is based on [[http://www.erlang.org/doc/apps/erts/erl_ext_dist.html][Erlang's External Format]].

bert.h is the C API (you need to link -lbert_capi!). bert.hpp is the C++ API (header only).
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 (http://flusspferd.org).
This library is written by Rüdiger Sonderfeld <[[ruediger@c-plusplus.de]]>. Some
basic stuff (CMake setup etc.) is copied from the [[https://github.com/Flusspferd/flusspferd][Flusspferd project]].

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

The library is licensed under the [[https://github.com/ruediger/Beerzlib-License][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.
The library is licensed under the [[https://github.com/ruediger/Beerzlib-License][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.

0 comments on commit d813e78

Please sign in to comment.