pkg.pkl-lang.org/pkl-pantry/pkl.experimental.net1.2.1
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.2.1content_copy
- Authors:
- The Pkl Authors <pkl-oss@group.apple.com>
- Version:
- 1.2.1
- Source code:
- https://github.com/apple/pkl-pantry/tree/pkl.experimental.net@1.2.1/packages/pkl.experimental.net
- Issue tracker:
- https://github.com/apple/pkl-pantry/issues
- Checksum:
- 0b82242e186d9d432ad34b3c60cb6df18a89dabcd1bb37111e47a2f852316e5f
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
UInt128
type composed out of 4UInt
s 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.