Popularity
0.6
Stable
Activity
0.0
Stable
0
1
0

Monthly Downloads: 14
Programming language: Haskell
License: MIT License
Tags: Data     Network    
Latest version: v0.1.0.0

hostaddress alternatives and similar packages

Based on the "Data" category.
Alternatively, view hostaddress alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hostaddress or a related project?

Add another 'Data' Package

README

Cabal Build

Haskell Tools for Host Addresses

This package implements Host addresses as described in RFC2396 section 3.2.2 with additional consideration of

  • RFC1123 (additional restrictions for hostnames),
  • RFC1034 (disambiguate domain names and IPv4 addresses),
  • RFC4291 (parsing of IPv6 addresses), and
  • RFC3986 and RFC5952 (IPv6 literals within host addresses).

Build from Source

cabal v2-build

The following optional build flags are available:

  • -fwith-aeson: build ToJSON and FromJSON instance for use with aeson.

  • -fwith-configuration-tools: build instances and functions for supporting the use with configuration-tools.

  • -fwith-quickcheck: include function for generating arbitrary values and Arbitrary instance for use with QuickCheck.

Documentation

Documentation is available at https://hackage.haskell.org/package/hostaddress/.