yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/hjson-go/v4.2.0
vault / hjson-go / v4.2.0

hjson-go @ v4.2.0

integrity

size
75.6 KiB
downloaded
last checked
overlays
go
detected
go module github.com/hjson/hjson-go/v4
source https://github.com/hjson/hjson-go · available · github

release notes

Retain key order in objects for UnmarshalJSON() and MarshalJSON() so that implementations of ordered maps can work.

New interface ElemTyper allows custom containers implementing UnmarshalJSON() to let hjson.Unmarshal() know what type of elements they will contain, so that hjson.Unmarshal() can unmarshal numbers, booleans and null into strings if needed by the custom container.

Tested on Go 1.11 - 1.19

download

unix · zip
curl -fL -o v4.2.0.zip https://ratatoskr.space/pkg/hjson-go/v4.2.0.zip
                    printf '%s  %s\n' '5b67ea6d515a6900c5fa438b4844b12a448c78fb45febba849e07523686a86db' 'v4.2.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/hjson-go/v4.2.0.zip"
$out = "v4.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5b67ea6d515a6900c5fa438b4844b12a448c78fb45febba849e07523686a86db") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v4.2.0.tar.gz https://ratatoskr.space/pkg/hjson-go/v4.2.0.tar.gz
                    printf '%s  %s\n' 'ca7ec37d964f8e085e4944fd88c21cc2ebf1988c079fbd6d9a1c6492098cfd8b' 'v4.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/hjson-go/v4.2.0.tar.gz"
$out = "v4.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ca7ec37d964f8e085e4944fd88c21cc2ebf1988c079fbd6d9a1c6492098cfd8b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v4.2.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.2.0.zip
                    printf '%s  %s\n' '5b67ea6d515a6900c5fa438b4844b12a448c78fb45febba849e07523686a86db' 'v4.2.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.2.0.zip"
$out = "v4.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5b67ea6d515a6900c5fa438b4844b12a448c78fb45febba849e07523686a86db") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v4.2.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.2.0.tar.gz
                    printf '%s  %s\n' 'ca7ec37d964f8e085e4944fd88c21cc2ebf1988c079fbd6d9a1c6492098cfd8b' 'v4.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.2.0.tar.gz"
$out = "v4.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ca7ec37d964f8e085e4944fd88c21cc2ebf1988c079fbd6d9a1c6492098cfd8b") { throw "sha256 mismatch" }
artifact format size hashes
v4.2.0.zip zip 78.9 KiB
blake3-24 1ecb727cd6dd97b8796f2eb38ac8e35967340e330de93bde
sha256 5b67ea6d515a6900c5fa438b4844b12a448c78fb45febba849e07523686a86db
sha1 4023ac9c89bd25845fc74f7c85321b1bba778575
v4.2.0.tar.gz tar.gz 39.3 KiB
blake3-24 992de58f52fccbad2d44abb91eb260e8e615026807b71782
sha256 ca7ec37d964f8e085e4944fd88c21cc2ebf1988c079fbd6d9a1c6492098cfd8b
sha1 177592bf46a4871d2f439f80355304b46b7ac802

go module archive

module zip with the module path rewritten to this mirror; fetched by go get through the GOPROXY route

artifact format size hashes
v4.2.0.zip zip 83.6 KiB
blake3-24 1e29ca93d04d507c4c1eeab32a164ee68fcf84864e223395
sha256 e9a7a0d0bcfc250a8ea1cddd82be4f3818080a0f9507fe63bf039cc85c4aa9bc
sha1 79376d46ab12df956b3f48e40b11e49f137bc5f6

install

bazel
http_archive(
    name = "hjson-go",
    urls = ["https://ratatoskr.space/pkg/hjson-go/v4.2.0.tar.gz"],
    integrity = "sha256-yn7DfZZPjgheSUT9iMIcwuvxmIwHn71tmhxkkgmM/Ys=",
    strip_prefix = "hjson-go-v4.2.0",
)
zig
.url = "https://ratatoskr.space/pkg/hjson-go/v4.2.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/hjson-go/v4@v4.2.0
install via yggdrasil mesh
bazel
http_archive(
    name = "hjson-go",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.2.0.tar.gz"],
    integrity = "sha256-yn7DfZZPjgheSUT9iMIcwuvxmIwHn71tmhxkkgmM/Ys=",
    strip_prefix = "hjson-go-v4.2.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.2.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4@v4.2.0
← v4.3.0v4.1.0 →