reql 0.0.7

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

stdenv.mkDerivation {
  name = "reql";
  buildInputs = [ gcc openssl gnumake inotify-tools ];
  CARGO_INCREMENTAL = 1;
  OPENSSL_DIR = "${openssl.dev}";
  OPENSSL_LIB_DIR = "${openssl.out}/lib";
}