pkg.pkl-lang.org/pkl-pantry/pkl.experimental.net1.3.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.3.1content_copy
- Authors:
- The Pkl Authors <pkl-oss@group.apple.com>
- Version:
- 1.3.1
- Source code:
- https://github.com/apple/pkl-pantry/tree/pkl.experimental.net@1.3.1/packages/pkl.experimental.net
- Issue tracker:
- https://github.com/apple/pkl-pantry/issues
- Checksum:
- a3195c973338952d19b62d44313626b6202748f07a12a7c15409640d5335c50f
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.