publicsuffix 1.5.6

Robust domain name parsing and RFC compliant email address validation
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";
}