pilcrow @ v0.17.0
integrity
- size
- 761.7 KiB
- downloaded
- last checked
release notes
- Release v0.17.0
- release: mask code spans in the servable {{ }} guard so backticked token examples pass
- Ship via skills.sh + Claude plugin; add placeholder-leak and instruction-as-copy rules
Full changelog: https://github.com/SamGalanakis/pilcrow/compare/v0.16.0...v0.17.0
download
unix · zip
curl -fL -o v0.17.0.zip https://ratatoskr.space/pkg/pilcrow/v0.17.0.zip
printf '%s %s\n' '8f1986a428ae479361c004e5598bc7a434e6299247fd0ba29b1566f4ee6b5f19' 'v0.17.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pilcrow/v0.17.0.zip"
$out = "v0.17.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8f1986a428ae479361c004e5598bc7a434e6299247fd0ba29b1566f4ee6b5f19") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.17.0.tar.gz https://ratatoskr.space/pkg/pilcrow/v0.17.0.tar.gz
printf '%s %s\n' 'a6a7155ed800b20807e47777913202f0bd11c9797dbb7812852bea84ba36546a' 'v0.17.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pilcrow/v0.17.0.tar.gz"
$out = "v0.17.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a6a7155ed800b20807e47777913202f0bd11c9797dbb7812852bea84ba36546a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.17.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.17.0.zip
printf '%s %s\n' '8f1986a428ae479361c004e5598bc7a434e6299247fd0ba29b1566f4ee6b5f19' 'v0.17.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.17.0.zip"
$out = "v0.17.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8f1986a428ae479361c004e5598bc7a434e6299247fd0ba29b1566f4ee6b5f19") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.17.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.17.0.tar.gz
printf '%s %s\n' 'a6a7155ed800b20807e47777913202f0bd11c9797dbb7812852bea84ba36546a' 'v0.17.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.17.0.tar.gz"
$out = "v0.17.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a6a7155ed800b20807e47777913202f0bd11c9797dbb7812852bea84ba36546a") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.17.0.zip | zip | 757.0 KiB |
blake3-24 99815d0a2db73f25a7948be089807dd632bf9d4091009315
sha256 8f1986a428ae479361c004e5598bc7a434e6299247fd0ba29b1566f4ee6b5f19
sha1 84bbabae6b086dfc5af0e3cbb92f1b5598b9b576
|
| v0.17.0.tar.gz | tar.gz | 661.8 KiB |
blake3-24 6fbc35037c262004dfb0e95f3c52aa707bbfe7973846d2c8
sha256 a6a7155ed800b20807e47777913202f0bd11c9797dbb7812852bea84ba36546a
sha1 e23da7244f9ebac500f47368135cdd664ab877c6
|
install
bazel
http_archive(
name = "pilcrow",
urls = ["https://ratatoskr.space/pkg/pilcrow/v0.17.0.tar.gz"],
integrity = "sha256-pqcVXtgAsggH5Hd3kTIC8L0RyXl9u3gShSvqhLo2VGo=",
strip_prefix = "pilcrow-v0.17.0",
)
zig
.url = "https://ratatoskr.space/pkg/pilcrow/v0.17.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "pilcrow",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.17.0.tar.gz"],
integrity = "sha256-pqcVXtgAsggH5Hd3kTIC8L0RyXl9u3gShSvqhLo2VGo=",
strip_prefix = "pilcrow-v0.17.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.17.0.tar.gz",