ip-0.1.0.0: IP and subnetting library for Haskell

Copyright(C) 2015 Ricky Elrod
LicenseBSD2 (see LICENSE file)
MaintainerRicky Elrod <ricky@elrod.me>
Stabilityexperimental
Portabilitylens
Safe HaskellNone
LanguageHaskell2010

Network.IP

Description

This library provides functions and types for handling/dealing with IP addressing and subnetting, along with parsing them.

It is loosely based on Twitter's util and sebnow's haskell-network-address but gets away from usage of read and hopefully fixes some other bugs.

Documentation