vault / language_wizard / v0.2.0
language_wizard @ v0.2.0
integrity
- size
- 22.9 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
- Upd/fix and add by @SUNsung in https://github.com/voluminor/language_wizard/pull/2
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.2.0
download
unix · zip
curl -fL -o v0.2.0.zip https://ratatoskr.space/pkg/language_wizard/v0.2.0.zip
printf '%s %s\n' '174c3437a454792752b83d587eb9751379eda2417780e5b39c319221afe18a47' 'v0.2.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/language_wizard/v0.2.0.zip"
$out = "v0.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "174c3437a454792752b83d587eb9751379eda2417780e5b39c319221afe18a47") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.2.0.tar.gz https://ratatoskr.space/pkg/language_wizard/v0.2.0.tar.gz
printf '%s %s\n' 'af320ad499053b6a09aac178f355dcc0a14fec8dd86927dd59af68eb117c322d' 'v0.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/language_wizard/v0.2.0.tar.gz"
$out = "v0.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "af320ad499053b6a09aac178f355dcc0a14fec8dd86927dd59af68eb117c322d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.2.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/language_wizard/v0.2.0.zip
printf '%s %s\n' '174c3437a454792752b83d587eb9751379eda2417780e5b39c319221afe18a47' 'v0.2.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/language_wizard/v0.2.0.zip"
$out = "v0.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "174c3437a454792752b83d587eb9751379eda2417780e5b39c319221afe18a47") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.2.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/language_wizard/v0.2.0.tar.gz
printf '%s %s\n' 'af320ad499053b6a09aac178f355dcc0a14fec8dd86927dd59af68eb117c322d' 'v0.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/language_wizard/v0.2.0.tar.gz"
$out = "v0.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "af320ad499053b6a09aac178f355dcc0a14fec8dd86927dd59af68eb117c322d") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.2.0.zip | zip | 23.0 KiB |
blake3-24 c533c20808a1760992084f2b01a061c4bdd42435e78817dc
sha256 174c3437a454792752b83d587eb9751379eda2417780e5b39c319221afe18a47
sha1 41529c32e65dd36f888b7e8ab9fc2404e9a1d02e
|
| v0.2.0.tar.gz | tar.gz | 17.4 KiB |
blake3-24 a708184c890e6c5cb03df8fda460925f5929a2fdee759735
sha256 af320ad499053b6a09aac178f355dcc0a14fec8dd86927dd59af68eb117c322d
sha1 e67813f72082006c0e5f4c2ee726afb42c150f45
|
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.2.0.zip | zip | 23.4 KiB |
blake3-24 2329d81d90b454d1f807a80f1759b0c6029ba050b9773c3d
sha256 aca39d1b449d09e16d0bbf45565eb4cea33d2516945496e866d1f833b3471503
sha1 449bf97e3041c7b437076d282568d900555e976c
|
install
bazel
http_archive(
name = "language_wizard",
urls = ["https://ratatoskr.space/pkg/language_wizard/v0.2.0.tar.gz"],
integrity = "sha256-rzIK1JkFO2oJqsF481XcwKFP7I3YaSfdWa9o6xF8Mi0=",
strip_prefix = "language_wizard-v0.2.0",
)
zig
.url = "https://ratatoskr.space/pkg/language_wizard/v0.2.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/language_wizard@v0.2.0
install via yggdrasil mesh
bazel
http_archive(
name = "language_wizard",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/language_wizard/v0.2.0.tar.gz"],
integrity = "sha256-rzIK1JkFO2oJqsF481XcwKFP7I3YaSfdWa9o6xF8Mi0=",
strip_prefix = "language_wizard-v0.2.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/language_wizard/v0.2.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/language_wizard@v0.2.0