No description
npins | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.nix | ||
Cargo.toml | ||
default.nix | ||
LICENSE | ||
README.md | ||
shell.nix |
sidx
Indexing archives and build outputs.
Roadmap
- PoC: basic
reqwest
fetcher, minimalsnix-castore
integration, claims of the form "$uri
referred to$blake3
at$time
" stored in sqlite. - Zip, tar, git fetchers.
- ELF scanning: claims of the form "
$blake3
is ELF" and "$blake3
'sDT_RUNPATH
is$runpath
", etc. (DT_NEEDED
,.interp
, symbols exported in.data
and.text
) cuobjdump
scanner: claims of the form "$blake3
containsPTX
orSASS
code for$gencode
".
Approach
Vapourware and means to an end.