0c1e82d66b22ba265118b252c798ea5c530386da
Review fixes (8 blocking issues):
- Extract ParseError to shared error.hpp (ODR fix)
- Remove dead package.cpp/package.hpp + tomlplusplus dep
- Safe parse_int() helper replacing crash-prone std::stoi
- consume_string() now accepts bare numbers and idents
- line_at() fixed for post-EOF line numbers
- Subcommand validation before file read in CLI
- KwService/KwAssert/KwImport added to consume_ident()
- root partition promoted to first-class BootBlock field
New features:
- Imports: imports = [...] with recursive merge resolution
- Assertions: assert { "msg" : field op value } in both parsers
- Merge engine: resolve_package() with features/config merge + force support
- Per-package overrides: /kappa/system/builds/<name>.kap
- .gitignore: added vcpkg_installed/ and kappa binary
kappa
A alternative implementation of Iota for the ZereneOS project.
Description
A egotistical competitor to the package manager from the ZereneOS project that is better and smarter than Iota.
TLDR; The package manager from the NixOS Maintainer's nightmares, or in other words, the package manager from hell.
Are we rubbing it in? Yeah? Why wouldn't we?
462 KiB
Languages
C++
83.4%
Shell
15.2%
Makefile
0.7%
CMake
0.5%
Dockerfile
0.2%