hostaddress alternatives and similar packages
Based on the "Data" category.
Alternatively, view hostaddress alternatives based on common mentions on social networks and blogs.
-
lens
Lenses, Folds, and Traversals - Join us on web.libera.chat #haskell-lens -
semantic-source
Parsing, analyzing, and comparing source code across many languages -
code-builder
Packages for defining APIs, running them, generating client code and documentation. -
text
Haskell library for space- and time-efficient operations over Unicode text. -
compendium-client
Mu (μ) is a purely functional framework for building micro services. -
cassava
A CSV parsing and encoding library optimized for ease of use and high performance -
unordered-containers
Efficient hashing-based container types -
holmes
A reference library for constraint-solving with propagators and CDCL. -
binary
Efficient, pure binary serialisation using ByteStrings in Haskell. -
primitive
This package provides various primitive memory-related operations. -
resource-pool
A high-performance striped resource pooling implementation for Haskell -
audiovisual
Extensible records, variants, structs, effects, tangles -
discrimination
Fast linear time sorting and discrimination for a large class of data types -
dependent-map
Dependently-typed finite maps (partial dependent products) -
dependent-sum
Dependent sums and supporting typeclasses for comparing and displaying them -
IORefCAS
A collection of different packages for CAS based data structures. -
safecopy
An extension to Data.Serialize with built-in version control -
streaming
An optimized general monad transformer for streaming applications, with a simple prelude of functions -
orgmode-parse
Attoparsec parser combinators for parsing org-mode structured text! -
reflection
Reifies arbitrary Haskell terms into types that can be reflected back into terms -
uuid-types
A Haskell library for creating, printing and parsing UUIDs -
scientific
Arbitrary-precision floating-point numbers represented using scientific notation
Static code analysis for 29 languages.
Do you think we are missing an alternative of hostaddress or a related project?
README
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
: buildToJSON
andFromJSON
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 andArbitrary
instance for use with QuickCheck.
Documentation
Documentation is available at https://hackage.haskell.org/package/hostaddress/.