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.7.1
vault / hjson-go / v4.7.1

hjson-go @ v4.7.1

integrity

size
124.3 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

Fixes issue where unmarshal (decoding an Hjson input string) would abort with an error message if the input contained "1e" or similar strings that might be interpreted as numbers in scientific notation that are missing their exponent.

Tested on Go 1.12 and 1.27

download

unix · zip
curl -fL -o v4.7.1.zip https://ratatoskr.space/pkg/hjson-go/v4.7.1.zip
                    printf '%s  %s\n' '2ed668f10075923da017edfaf8ff89b5a93b9c30605fa82b612a1aedb5ba041d' 'v4.7.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/hjson-go/v4.7.1.zip"
$out = "v4.7.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2ed668f10075923da017edfaf8ff89b5a93b9c30605fa82b612a1aedb5ba041d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v4.7.1.tar.gz https://ratatoskr.space/pkg/hjson-go/v4.7.1.tar.gz
                    printf '%s  %s\n' '7e737b83c773d45dcb1e7b6a8ab99751589ffe5191c79917328baee42843659a' 'v4.7.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/hjson-go/v4.7.1.tar.gz"
$out = "v4.7.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7e737b83c773d45dcb1e7b6a8ab99751589ffe5191c79917328baee42843659a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v4.7.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.7.1.zip
                    printf '%s  %s\n' '2ed668f10075923da017edfaf8ff89b5a93b9c30605fa82b612a1aedb5ba041d' 'v4.7.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.7.1.zip"
$out = "v4.7.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2ed668f10075923da017edfaf8ff89b5a93b9c30605fa82b612a1aedb5ba041d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v4.7.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.7.1.tar.gz
                    printf '%s  %s\n' '7e737b83c773d45dcb1e7b6a8ab99751589ffe5191c79917328baee42843659a' 'v4.7.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.7.1.tar.gz"
$out = "v4.7.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7e737b83c773d45dcb1e7b6a8ab99751589ffe5191c79917328baee42843659a") { throw "sha256 mismatch" }
artifact format size hashes
v4.7.1.zip zip 130.4 KiB
blake3-24 c199149981b98bf5e51e5b2ce2e46f6f7ba77250bf099472
sha256 2ed668f10075923da017edfaf8ff89b5a93b9c30605fa82b612a1aedb5ba041d
sha1 e50dfb9b7de973c7f92f36176a59320f5ad7f181
v4.7.1.tar.gz tar.gz 61.4 KiB
blake3-24 372f8dbdcd0bdabb3aa3a8ff690a375ee89df6b7b9fa469b
sha256 7e737b83c773d45dcb1e7b6a8ab99751589ffe5191c79917328baee42843659a
sha1 29c57323cf23e139fd5b4fdf8ad77220a81ed6e4

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.7.1.zip zip 138.4 KiB
blake3-24 8da4d51f735ea1088d13d031f24287aad7844d2902d04e46
sha256 afcf0324bfceb25ac90da8d0f65eabb1c133747f6ad7dc8626de5b35802f530e
sha1 90bae52a40056e085160e6fb89cf985543f8b95a

install

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