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

hjson-go @ v4.6.0

integrity

size
124.1 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 with decoding into struct fields of unknown type after fields of known type in the same struct.

New parameter -preserveComments for the command line tool hjson-cli.

Tested on Go 1.12 and 1.25

download

unix · zip
curl -fL -o v4.6.0.zip https://ratatoskr.space/pkg/hjson-go/v4.6.0.zip
                    printf '%s  %s\n' '8c63147affc54b8043c6ba5d5de2db5d3b052f1fbef5aab7467fddf4ee5c7f2c' 'v4.6.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/hjson-go/v4.6.0.zip"
$out = "v4.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8c63147affc54b8043c6ba5d5de2db5d3b052f1fbef5aab7467fddf4ee5c7f2c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v4.6.0.tar.gz https://ratatoskr.space/pkg/hjson-go/v4.6.0.tar.gz
                    printf '%s  %s\n' 'db6827e75f9d8a0e1a1ea10e4b7c8885691d771f13206ec6876a7fe37f9ff3cc' 'v4.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/hjson-go/v4.6.0.tar.gz"
$out = "v4.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "db6827e75f9d8a0e1a1ea10e4b7c8885691d771f13206ec6876a7fe37f9ff3cc") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v4.6.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.6.0.zip
                    printf '%s  %s\n' '8c63147affc54b8043c6ba5d5de2db5d3b052f1fbef5aab7467fddf4ee5c7f2c' 'v4.6.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.6.0.zip"
$out = "v4.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8c63147affc54b8043c6ba5d5de2db5d3b052f1fbef5aab7467fddf4ee5c7f2c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v4.6.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.6.0.tar.gz
                    printf '%s  %s\n' 'db6827e75f9d8a0e1a1ea10e4b7c8885691d771f13206ec6876a7fe37f9ff3cc' 'v4.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.6.0.tar.gz"
$out = "v4.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "db6827e75f9d8a0e1a1ea10e4b7c8885691d771f13206ec6876a7fe37f9ff3cc") { throw "sha256 mismatch" }
artifact format size hashes
v4.6.0.zip zip 130.1 KiB
blake3-24 636400f0f4557f911c9f50149c723f5d559645ff247a3c63
sha256 8c63147affc54b8043c6ba5d5de2db5d3b052f1fbef5aab7467fddf4ee5c7f2c
sha1 5fe8fca6f2b60690447910ddc988f952501d4377
v4.6.0.tar.gz tar.gz 61.2 KiB
blake3-24 753e4ccd47a8b2db408cd0f01d13fefd63532fe3bd6bb82c
sha256 db6827e75f9d8a0e1a1ea10e4b7c8885691d771f13206ec6876a7fe37f9ff3cc
sha1 8825da798b13f0472f2b669a32aa12131e82e587

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.6.0.zip zip 138.1 KiB
blake3-24 8a3f147919b0687c8887dbd5b7f04562299076582fb18850
sha256 49b98bdebff7f795afdcaef5230dfb2cb9041444829ac12915391fe6d31cbd74
sha1 c27ac3e652bb175769ccf1c573b2faf5eb794b9f

install

bazel
http_archive(
    name = "hjson-go",
    urls = ["https://ratatoskr.space/pkg/hjson-go/v4.6.0.tar.gz"],
    integrity = "sha256-22gn51+dig4aHqEOS3yIhWkddx8TIG7Gh2p/43+f88w=",
    strip_prefix = "hjson-go-v4.6.0",
)
zig
.url = "https://ratatoskr.space/pkg/hjson-go/v4.6.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/hjson-go/v4@v4.6.0
install via yggdrasil mesh
bazel
http_archive(
    name = "hjson-go",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.6.0.tar.gz"],
    integrity = "sha256-22gn51+dig4aHqEOS3yIhWkddx8TIG7Gh2p/43+f88w=",
    strip_prefix = "hjson-go-v4.6.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.6.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.6.0
v4.5.0 →