ql2 2.1.0

RethinkDB protocol
Documentation
with import <nixpkgs> {};

stdenv.mkDerivation {
  name = "ql2";
  buildInputs = [ gcc protobufc ];
}