hjson-go @ v3.2.0
integrity
- size
- 61.1 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/hjson/hjson-go
release notes
Can unpack pointers to pointers to strings.
Added and re-enabled encoder options:
- EmitRootBraces works again.
- QuoteAmbiguousStrings can be set to false in order to not quote strings even if they will be identical to numbers, booleans or null.
- BaseIndentation can be used to add an indentation to every line in the output.
download
unix · zip
curl -fL -o v3.2.0.zip https://ratatoskr.space/pkg/hjson-go/v3.2.0.zip
printf '%s %s\n' 'ee2cf38ace29c244bb25fc1b6748ec980c072c3625b82c3aa8cacee2c0b04abb' 'v3.2.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/hjson-go/v3.2.0.zip"
$out = "v3.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ee2cf38ace29c244bb25fc1b6748ec980c072c3625b82c3aa8cacee2c0b04abb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v3.2.0.tar.gz https://ratatoskr.space/pkg/hjson-go/v3.2.0.tar.gz
printf '%s %s\n' 'bf7ac33979eb32861f71949989d8e215a12ea09ca11f9cb4dfcbc51e92835072' 'v3.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/hjson-go/v3.2.0.tar.gz"
$out = "v3.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bf7ac33979eb32861f71949989d8e215a12ea09ca11f9cb4dfcbc51e92835072") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v3.2.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v3.2.0.zip
printf '%s %s\n' 'ee2cf38ace29c244bb25fc1b6748ec980c072c3625b82c3aa8cacee2c0b04abb' 'v3.2.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v3.2.0.zip"
$out = "v3.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ee2cf38ace29c244bb25fc1b6748ec980c072c3625b82c3aa8cacee2c0b04abb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v3.2.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v3.2.0.tar.gz
printf '%s %s\n' 'bf7ac33979eb32861f71949989d8e215a12ea09ca11f9cb4dfcbc51e92835072' 'v3.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v3.2.0.tar.gz"
$out = "v3.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bf7ac33979eb32861f71949989d8e215a12ea09ca11f9cb4dfcbc51e92835072") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v3.2.0.zip | zip | 64.2 KiB |
blake3-24 a77e06616d4a99da2986f6fc143473910e46e8dcf64cef48
sha256 ee2cf38ace29c244bb25fc1b6748ec980c072c3625b82c3aa8cacee2c0b04abb
sha1 96bf70b1432eee0c2e6017da4ca2030031c9b463
|
| v3.2.0.tar.gz | tar.gz | 25.6 KiB |
blake3-24 144f0695436805d07f977eced8759bddc791f93539e28578
sha256 bf7ac33979eb32861f71949989d8e215a12ea09ca11f9cb4dfcbc51e92835072
sha1 6f39a19c587c02fdff6bd86abf271b4860042693
|
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 |
|---|---|---|---|
| v3.2.0.zip | zip | 68.8 KiB |
blake3-24 f13469ed80e0729ba04e2d8c125ae4b1c829c5cb346a5db9
sha256 0070dc7d996a4c6efc8583fcdbe6642dd7df58dbc98707de32b737b1584e3f59
sha1 ad003b9bcb64c25a6905eb7d7e408abaf1a75ccf
|
install
bazel
http_archive(
name = "hjson-go",
urls = ["https://ratatoskr.space/pkg/hjson-go/v3.2.0.tar.gz"],
integrity = "sha256-v3rDOXnrMoYfcZSZidjiFaEuoJyhH5y038vFHpKDUHI=",
strip_prefix = "hjson-go-v3.2.0",
)
zig
.url = "https://ratatoskr.space/pkg/hjson-go/v3.2.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/hjson-go/v3@v3.2.0
install via yggdrasil mesh
bazel
http_archive(
name = "hjson-go",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v3.2.0.tar.gz"],
integrity = "sha256-v3rDOXnrMoYfcZSZidjiFaEuoJyhH5y038vFHpKDUHI=",
strip_prefix = "hjson-go-v3.2.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v3.2.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v3@v3.2.0