Hi:

Inet.data is a Clojure library for modeling various Internet-related
conceptual entities as data.  It is intended to support applications
which are *about* the modeled entities versus *interfacing* with them.

It presently contains types and associated APIs for representing IP
addresses, IP networks, and DNS domains.  None of the provided functions
will ever perform any sort of DNS resolution or other network operation
on the entity represented.  Instead, it supports such operations as
network address enumeration, network and DNS zone set membership tests,
and domain suffix list lookups.

Overview documentation and source code available at:

    https://github.com/llasram/inet.data

Detailed API documentation at:

    http://llasram.github.com/inet.data/

Leiningen dependency coordinates:

    [inet.data "0.5.1"]

Feedback and contributions welcome!

-Marshall

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to