mishok13 / psl

Clojure library supporting Public Suffix List manipulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

![License MIT][badge-license] Build Status Coverage Status

io.s6/psl

A Clojure library implementing Public Suffix List support.

Usage

>>> (require '[io.s6.psl :as psl])
>>> (def p (psl/psl))
>>> (println (psl/suffix p "www.google.com"))
"google.com"

License

Copyright © 2015 Screen6

Distributed under the MIT license.

About

Clojure library supporting Public Suffix List manipulation

License:MIT License


Languages

Language:Clojure 100.0%