vault / language_wizard / v0.1.0
language_wizard @ v0.1.0
integrity
- size
- 14.0 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/voluminor/language_wizard
release notes
What's Changed
- new/add-ch-method [v0.0.1] add WaitChan() and IsClose() by @SUNsung in https://github.com/voluminor/language_wizard/pull/1
New Contributors
- @SUNsung made their first contribution in https://github.com/voluminor/language_wizard/pull/1
Full Changelog: https://github.com/voluminor/language_wizard/commits/v0.1.0
download
unix · zip
curl -fL -o v0.1.0.zip https://ratatoskr.space/pkg/language_wizard/v0.1.0.zip
printf '%s %s\n' '5789ce0bb1c942ffe7d8d21b9bf27c9e17e42343ae38a9d64f753731ecef3ef9' 'v0.1.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/language_wizard/v0.1.0.zip"
$out = "v0.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5789ce0bb1c942ffe7d8d21b9bf27c9e17e42343ae38a9d64f753731ecef3ef9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.1.0.tar.gz https://ratatoskr.space/pkg/language_wizard/v0.1.0.tar.gz
printf '%s %s\n' '75d0aa1982d7fb2b8c6e36c577df97fd92f2a7d1f70d010481d7eb5528f2794c' 'v0.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/language_wizard/v0.1.0.tar.gz"
$out = "v0.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "75d0aa1982d7fb2b8c6e36c577df97fd92f2a7d1f70d010481d7eb5528f2794c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.1.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/language_wizard/v0.1.0.zip
printf '%s %s\n' '5789ce0bb1c942ffe7d8d21b9bf27c9e17e42343ae38a9d64f753731ecef3ef9' 'v0.1.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/language_wizard/v0.1.0.zip"
$out = "v0.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5789ce0bb1c942ffe7d8d21b9bf27c9e17e42343ae38a9d64f753731ecef3ef9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.1.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/language_wizard/v0.1.0.tar.gz
printf '%s %s\n' '75d0aa1982d7fb2b8c6e36c577df97fd92f2a7d1f70d010481d7eb5528f2794c' 'v0.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/language_wizard/v0.1.0.tar.gz"
$out = "v0.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "75d0aa1982d7fb2b8c6e36c577df97fd92f2a7d1f70d010481d7eb5528f2794c") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.1.0.zip | zip | 14.0 KiB |
blake3-24 9e223adbf9757f86ca9af5ab44e6888b0d0639c6f58537e6
sha256 5789ce0bb1c942ffe7d8d21b9bf27c9e17e42343ae38a9d64f753731ecef3ef9
sha1 b7e0ac393b371107cd4117216431f0abcc719344
|
| v0.1.0.tar.gz | tar.gz | 9.6 KiB |
blake3-24 52f930d80f134eed30e2d61a2d60307b049effa873415cee
sha256 75d0aa1982d7fb2b8c6e36c577df97fd92f2a7d1f70d010481d7eb5528f2794c
sha1 8fa1417e36ec8b8f332fee4c14830d61635bbfa5
|
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 |
|---|---|---|---|
| v0.1.0.zip | zip | 14.4 KiB |
blake3-24 2d334ad3dcaf19cf3079b4bbac430c79355328e62dcebe6b
sha256 5e682b558a9e060bd83a1dfce37c475a4fb32910ac87603a2c2571fdc24a63e2
sha1 b2c3a5aeb3272168e7985ac897bba4ab21bad88e
|
install
bazel
http_archive(
name = "language_wizard",
urls = ["https://ratatoskr.space/pkg/language_wizard/v0.1.0.tar.gz"],
integrity = "sha256-ddCqGYLX+yuMbjbFd9+X/ZLyp9H3DQEEgdfrVSjyeUw=",
strip_prefix = "language_wizard-v0.1.0",
)
zig
.url = "https://ratatoskr.space/pkg/language_wizard/v0.1.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/language_wizard@v0.1.0
install via yggdrasil mesh
bazel
http_archive(
name = "language_wizard",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/language_wizard/v0.1.0.tar.gz"],
integrity = "sha256-ddCqGYLX+yuMbjbFd9+X/ZLyp9H3DQEEgdfrVSjyeUw=",
strip_prefix = "language_wizard-v0.1.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/language_wizard/v0.1.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/language_wizard@v0.1.0