This package provide the runtime library in BuckleScript to be used with generated code from ocaml-protoc.
opam is the package manager for OCaml
If not installed you can install it running the following:
wget https://raw.github.com/ocaml/opam/master/shell/opam_installer.sh -O - | \
sh -s /usr/local/bin 4.02.3+buckle-master
eval `opam config env`
ocaml-protoc
is the compiler for protobuf messages to OCaml
opam install --yes ocaml-protoc
We assume you have node installed!
For a simple example see here.