favilib 0.5.1

Library for fetching and parsing favicons from websites
Documentation
1
2
3
4
5
with import <nixpkgs> { };
stdenv.mkDerivation {
  name = "dev-environment";
  buildInputs = [ pkg-config openssl ];
}