Biniou (pronounced "be new") is a binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve. Biniou is vastly equivalent to JSON in terms of functionality but allows implementations several times faster (4 times faster than yojson), with 25-35% space savings.
Biniou (pronounced "be new") is a binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve. Biniou is vastly equivalent to JSON in terms of functionality but allows implementations several times faster (4 times faster than yojson), with 25-35% space savings.
To install ocaml-biniou, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-biniou
To see what files were installed by ocaml-biniou, run:
port contents ocaml-biniou
To later upgrade ocaml-biniou, run:
sudo port selfupdate && sudo port upgrade ocaml-biniou
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.