pilcrow @ v0.10.0
integrity
- size
- 552.1 KiB
- downloaded
- last checked
release notes
- Release v0.10.0
- Add argue lens: argument map + steelman + coverage check
- Update doc counts for 20 LLM rules and 8 lenses
Full changelog: https://github.com/SamGalanakis/pilcrow/compare/v0.9.0...v0.10.0
download
unix · zip
curl -fL -o v0.10.0.zip https://ratatoskr.space/pkg/pilcrow/v0.10.0.zip
printf '%s %s\n' '4d125796c3d51fb9c5d5f3b20cdfa24c1bb021fe422c5a762139b637023e5471' 'v0.10.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pilcrow/v0.10.0.zip"
$out = "v0.10.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4d125796c3d51fb9c5d5f3b20cdfa24c1bb021fe422c5a762139b637023e5471") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.10.0.tar.gz https://ratatoskr.space/pkg/pilcrow/v0.10.0.tar.gz
printf '%s %s\n' 'e8b8db8c98db8f8e31d018aca6668a21bf0719297de61a034213d8f418e3c4a4' 'v0.10.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pilcrow/v0.10.0.tar.gz"
$out = "v0.10.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e8b8db8c98db8f8e31d018aca6668a21bf0719297de61a034213d8f418e3c4a4") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.10.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.10.0.zip
printf '%s %s\n' '4d125796c3d51fb9c5d5f3b20cdfa24c1bb021fe422c5a762139b637023e5471' 'v0.10.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.10.0.zip"
$out = "v0.10.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4d125796c3d51fb9c5d5f3b20cdfa24c1bb021fe422c5a762139b637023e5471") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.10.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.10.0.tar.gz
printf '%s %s\n' 'e8b8db8c98db8f8e31d018aca6668a21bf0719297de61a034213d8f418e3c4a4' 'v0.10.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.10.0.tar.gz"
$out = "v0.10.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e8b8db8c98db8f8e31d018aca6668a21bf0719297de61a034213d8f418e3c4a4") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.10.0.zip | zip | 546.6 KiB |
blake3-24 dbe794693f98311e5938df3e9fafef5f9120e552b58d4f5e
sha256 4d125796c3d51fb9c5d5f3b20cdfa24c1bb021fe422c5a762139b637023e5471
sha1 8c8861f312d94403b163f9df9d1d4e3e322c9cee
|
| v0.10.0.tar.gz | tar.gz | 480.4 KiB |
blake3-24 cd2b7e1856ecab4a9d841e47e33a1e0dab9915d5a982ff99
sha256 e8b8db8c98db8f8e31d018aca6668a21bf0719297de61a034213d8f418e3c4a4
sha1 d9e2e524e488bd95b45c21409bea2b16e0751706
|
install
bazel
http_archive(
name = "pilcrow",
urls = ["https://ratatoskr.space/pkg/pilcrow/v0.10.0.tar.gz"],
integrity = "sha256-6LjbjJjbj44x0BispmaKIb8HGSl95hoDQhPY9BjjxKQ=",
strip_prefix = "pilcrow-v0.10.0",
)
zig
.url = "https://ratatoskr.space/pkg/pilcrow/v0.10.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "pilcrow",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.10.0.tar.gz"],
integrity = "sha256-6LjbjJjbj44x0BispmaKIb8HGSl95hoDQhPY9BjjxKQ=",
strip_prefix = "pilcrow-v0.10.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.10.0.tar.gz",