LibBERT is 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).
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).
To install libbert, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libbert
To see what files were installed by libbert, run:
port contents libbert
To later upgrade libbert, run:
sudo port selfupdate && sudo port upgrade libbert
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.