18 lines
427 B
TOML
18 lines
427 B
TOML
# Escrita a mano (Etapa G, tanda 2026-07-05b): fuera del radar de nixpkgs; último tag
|
|
# estable resuelto con git ls-remote, vía Go automática del lab.
|
|
name = "pint"
|
|
version = "0.86.0"
|
|
|
|
[source]
|
|
repo = "https://github.com/cloudflare/pint"
|
|
commit = "e622a47c6fc350caabb3fe75c25cc3bfbd6feab6"
|
|
|
|
[build]
|
|
compiler = "zig-cc"
|
|
target = "x86_64-linux-musl"
|
|
link = "static"
|
|
flags = ["./cmd/pint"]
|
|
|
|
[deps]
|
|
build = ["go"]
|