Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michelboucey/ipv6addr
A Haskell library to deal with IPv6 address text representations
https://github.com/michelboucey/ipv6addr
haskell haskell-library ipv6 ipv6-address
Last synced: 21 days ago
JSON representation
A Haskell library to deal with IPv6 address text representations
- Host: GitHub
- URL: https://github.com/michelboucey/ipv6addr
- Owner: MichelBoucey
- License: bsd-3-clause
- Created: 2011-07-16T09:16:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T09:24:22.000Z (about 1 year ago)
- Last Synced: 2024-04-25T22:30:28.120Z (9 months ago)
- Topics: haskell, haskell-library, ipv6, ipv6-address
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/IPv6Addr
- Size: 146 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IPv6Addr ![CI](https://github.com/MichelBoucey/IPv6Addr/actions/workflows/haskell-ci.yml/badge.svg) [![Hackage](https://img.shields.io/hackage/v/IPv6Addr.svg)](https://hackage.haskell.org/package/IPv6Addr)
A library to deal with IPv6 address text representations, canonization and manipulations.
You can try/use `IPv6Addr` with the CLI tool [ip6addr]( https://hackage.haskell.org/package/ip6addr ).