ip6addr-0.3: ip6addr.cabal
Name: ip6addr
Version: 0.3
Author: Michel Boucey <michel.boucey@gmail.com>
Maintainer: Michel Boucey <michel.boucey@gmail.com>
Homepage: http://www.cybervisible.fr/ip6addr
Category: Network,Console
Synopsis: Command-line tools to deal with IPv6 Addresses text representation
Description: ip6addr consists of two command-line tools: ip6addrcan which filters IPv6 addresses parsed against RFC 4291 and canonized in conformation with RFC 5952. By default, ip6addrcan outputs only validated inputs, i.e. IPv6 addresses, removing CIDR suffix if necessary. Already compressed IPv6 adresses are recomputed. -e option throws out discarded inputs to stderr (which have of course to be redirected). The second command-line tool, ip6addrgen, generates random IPv6 adresses. -p option allows to provide a prefix to all IPv6 adresses to generate. -n option allows to provide the amount of IPv6 addresses to generate. Outputted IPv6 addresses have to be pipelined through ip6addrcan to be canonized.
License: BSD3
License-File: LICENSE
Build-Type: Simple
Cabal-Version: >= 1.2
extra-source-files:src/IPv6Addr.hs,
src/CidrSuffix.hs,
ChangeLog
Executable ip6addrcan
Hs-Source-Dirs: src
Main-Is: IP6AddrCan.hs
Build-Depends: base >= 4 && <= 5
Executable ip6addrgen
Hs-Source-Dirs: src
Main-Is: IP6AddrGen.hs
Build-Depends: base >= 4 && <= 5,
random