C library for the Public Suffix List
Go to file
Tim Ruehsen 6563469fc1 inital commit 2014-03-20 17:17:24 +01:00
include inital commit 2014-03-20 17:17:24 +01:00
tests inital commit 2014-03-20 17:17:24 +01:00
AUTHORS inital commit 2014-03-20 17:17:24 +01:00
COPYING inital commit 2014-03-20 17:17:24 +01:00
ChangeLog inital commit 2014-03-20 17:17:24 +01:00
INSTALL inital commit 2014-03-20 17:17:24 +01:00
LICENSE Initial commit 2014-03-20 08:38:32 -07:00
Makefile.am inital commit 2014-03-20 17:17:24 +01:00
NEWS inital commit 2014-03-20 17:17:24 +01:00
README inital commit 2014-03-20 17:17:24 +01:00
README.md inital commit 2014-03-20 17:17:24 +01:00
autogen.sh inital commit 2014-03-20 17:17:24 +01:00
configure.ac inital commit 2014-03-20 17:17:24 +01:00

README.md

libpsl - C library to handle the Public Suffix List

Find more information here. Download the Public Suffix List here.

Building from git

Download project and prepare sources with

	git clone http://github.com/rockdaboot/mget
	./autogen.sh
	./configure
	make
	make check