Files
hammer/recipes/tomlq.toml
T
sergioandClaude Opus 4.8 e143b4af27 Etapa G: 9na cosecha del VPS — 12 promovidos (corpus 266→278)
Cosechado tras cerrar imagen↔repo. Ecosistema typst (tinymist LSP, typstyle,
trunk, wasm-pack) + dotfiles (dotter, tuckr) + viddy/tomlq/wstunnel/rust-script/
pixi (ahora entero) + when (script Perl). 11 ELF static-musl + when (Perl).
El VPS siguió moliendo autónomo durante toda la sesión imagen↔repo.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25 18:45:43 -04:00

20 lines
661 B
TOML

# Importada de nixpkgs por `hammer import-nix` (Etapa G). PUNTO DE PARTIDA, no final:
# - el build usa el lab de hammer (zig-cc / musl estático), NO el stdenv de nix ⇒ revisá
# compiler/link/phases y adaptá hasta que compile.
# - las deps van con su nombre NIX; remapealas a las recetas del corpus si difieren.
name = "tomlq"
version = "0.2.2"
[source]
repo = "https://github.com/cryptaliagy/tomlq"
commit = "c4a785cde4e91ffdca6661494474cd9b5ed23e8d"
[build]
compiler = "zig-cc"
target = "x86_64-linux-musl"
link = "static"
flags = ["--bin", "tq"]
[build.phases]
install = "mkdir -p /out/usr/bin && cp target/release/tq /out/usr/bin/tq"