mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-06 18:36:50 +00:00
- Add cmd/classify: reads raw cached releases and produces a CSV of all distributables with sortable version columns (ver_major/minor/patch/pre) - Export rawcache.ActivePath() for use by cmd/classify - Add OS detection: openbsd, netbsd, dragonflybsd, plan9, mac→darwin - Add arch detection: armv5, armhf→armv7, arm7→armv7, 386→x86, 32bit/64bit (no hyphen), universal→universal2, riscv64, loong64, mipsle, mips64le - Infer Linux from .deb/.rpm format when OS not in filename - Add .deb and .rpm as recognized formats - Normalize all per-source values to buildmeta vocabulary (x86_64, aarch64) - Filter source archives and buildable-artifact meta-assets - Add CAT-RULES.md tracking classifier learnings - Add CATEGORIZED.md and LINKS.md for reference Batch 1 tested: go, node, hugo, caddy, pathman (35,919 rows)
6 lines
111 B
Modula-2
6 lines
111 B
Modula-2
module github.com/webinstall/webi-installers
|
|
|
|
go 1.26.1
|
|
|
|
require github.com/jszwec/csvutil v1.10.0 // indirect
|