haskell-ip icon indicating copy to clipboard operation
haskell-ip copied to clipboard

IP Address implementation

Results 3 haskell-ip issues
Sort by recently updated
recently updated
newest added

Something like `Net.IPv4.{private,reserved,public}` for IPv6 would be nice.

Right now the presence of the `aeson` and `byte*` dependencies makes for a sizable footprint of `ip`. This to me makes `ip` an uninteresting candidate for use in libraries that...

This library offers three types for IP addresses: `IPv4`, `IPv6`, and `IP`. Two of these, `IP` and `IPv6`, are the same thing, but `IP` has special provisions for mapped IPv4...