reql 0.0.6-alpha6

A native RethinkDB driver
Documentation
1
2
3
4
5
6
7
with import <nixpkgs> {};

stdenv.mkDerivation {
  name = "reql";
  buildInputs = [ gcc openssl gnumake ];
  CARGO_INCREMENTAL = 1;
}