pkg.pkl-lang.org/pkl-pantry/pkl.experimental.net1.3.0
package pkg.pkl-lang.org/pkl-pantry/pkl.experimental.net
- Pkl version:
- 0.25.0 or higher
- URI:
- package://pkg.pkl-lang.org/pkl-pantry/pkl.experimental.net@1.3.0content_copy
- Authors:
- The Pkl Authors <pkl-oss@group.apple.com>
- Version:
- 1.3.0
- Source code:
- https://github.com/apple/pkl-pantry/tree/pkl.experimental.net@1.3.0/packages/pkl.experimental.net
- Issue tracker:
- https://github.com/apple/pkl-pantry/issues
- Checksum:
- 786f5c9aa4e4ce88cb0658b87c71dcd6450fce140368e3e2e93298c06ff673cc
Modules
-
linkmodule
Who was it that said we'd never need more than 64 bits?? Some tasks work best with unsigned 128-bit integers, eg. working with IPv6 addresses. This module implements a
UInt128type composed out of 4UInts that can handle limited bit-wise and arithmetic operations. NB: this task is a better fit forUInt32, but it cannot be used here as we rely on shifting bits off the significant end and Pkl's implementation doesn't permit this -
linkmodule
We sell IP addresses and IP address accessories This module contains types and functions for handling network (IP and MAC) addresses
Experimental library for handling network (IP and MAC) addresses.