ip: Library for IP and MAC addresses
The ip
package provides types and functions for dealing with
IPv4 addresses, CIDR blocks, and MAC addresses. We provide instances
for typeclasses found in commonly used packages like aeson
, vector
,
and hashable
. We also provide Parser
s for working with attoparsec.
.
Notably, this package does not overload functions by introducing any
typeclasses of its own. Neither does it prefix functions with the name
of the type that they work on. Instead, functions of the same name are
exported by several different modules, and it is expected that end users
disambiguate by importing these modules qualified.
.
The only module intended to be imported unqualified is Net.Types
. The
types in this package should not conflict with the types in
any other commonly used packages.
.
The following packages are intended to be used with this package:
.
* `yesod-ip`: Provides orphan instances needed to work with yesod and
persistent. Also, provides a `yesod-form` helper.
[Skip to Readme]
Downloads
- ip-1.7.8.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.4, 0.5, 0.6.0, 0.6.1, 0.6.2, 0.7, 0.8, 0.8.1, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.8.7, 0.9, 0.9.1, 0.9.2, 0.9.3, 1.0.0, 1.1.0, 1.1.1, 1.1.2, 1.2.0, 1.2.1, 1.3.0, 1.4.0, 1.4.1, 1.4.2, 1.4.2.1, 1.5.0, 1.5.1, 1.6.0, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8 |
---|---|
Change log | CHANGELOG.md |
Dependencies | aeson (>=1.0), attoparsec (>=0.13), base (>=4.9 && <5), bytebuild (>=0.3.4), byteslice (>=0.1.2), bytesmith (>=0.3.9), bytestring (>=0.10.8), deepseq (>=1.4), hashable (>=1.2), natural-arithmetic (>=0.1), primitive (>=0.6.4), text (>=1.2), text-short (>=0.1.3), vector (>=0.11), wide-word (>=0.1.1.2), word-compat (>=0.0.4) [details] |
Tested with | ghc ==9.4.8 || ==9.6.3 || ==9.8.1 |
License | BSD-3-Clause |
Copyright | 2016 Andrew Martin |
Author | Andrew Martin |
Maintainer | amartin@layer3com.com |
Category | web |
Home page | https://github.com/byteverse/haskell-ip |
Bug tracker | https://github.com/byteverse/haskell-ip/issues |
Source repo | head: git clone git://github.com/byteverse/haskell-ip.git |
Uploaded | by l3c_amartin at 2024-03-01T18:10:36Z |
Distributions | LTSHaskell:1.7.8, NixOS:1.7.8, Stackage:1.7.8 |
Reverse Dependencies | 25 direct, 13 indirect [details] |
Downloads | 29413 total (225 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2024-03-01 [all 1 reports] |