psl 0.0.1

Cache manager for the publicsuffix crate
Documentation
1
2
3
4
5
6
7
with import <nixpkgs> {};

stdenv.mkDerivation {
  name = "publicsuffix";
  OPENSSL_DIR = "${openssl.dev}";
  OPENSSL_LIB_DIR = "${openssl.out}/lib";
}