ql2 2.1.1

RethinkDB protocol
Documentation
1
2
3
4
5
6
with import <nixpkgs> {};

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