publicsuffix 0.0.5

Accurately parse domain names using The Public Suffix List
Documentation
1
2
3
4
5
6
7
8
9
with import <nixpkgs> {};

stdenv.mkDerivation {
  name = "publicsuffix";

  OPENSSL_DIR = "${openssl.dev}";

  OPENSSL_LIB_DIR = "${openssl.out}/lib";
}