Go to file
LLM 64845d732d [+] add archlinux package management module with libsolv backend
1. add models: package_desc_t, repo_index_t, vercmp_t, compile_options_t;
  2. add db.py: parse pacman .db tar archives into repo_index_t;
  3. add pacman.py: wrap pacman cli for listing installed, downloading .db;
  4. add resolver.py: pure python dependency resolver;
  5. add compile.py: fetch archive indices, resolve, output compiled reqs;
  6. add solv_backend.py: libsolv-based solver with repo_store_t, solv_pool_t;
  7. add cli.py: list-installed, compile, download subcommands;
  8. add mypy-stubs/types-solv for solv python bindings;
  9. add .gitattributes lfs tracking for test .db files;
2026-04-03 16:45:00 +00:00
.vscode [+] add launch.json 2024-12-04 19:04:06 +03:00
d1 [+] reformat with ruff 2025-05-20 11:03:00 +03:00
d2/gamepad [+] refactor book1 2025-01-12 18:20:19 +03:00
deps [+] make proper LFS pointer 2026-03-15 21:34:49 +03:00
docker [+] integrate with podman 2025-03-20 17:02:18 +03:00
dotfiles [+] update configs 2025-04-30 09:47:30 +03:00
meson/toolchains [+] update wasm cross init 2025-06-12 15:28:37 +03:00
mypy-stubs [+] add archlinux package management module with libsolv backend 2026-04-03 16:45:00 +00:00
platform_dotfiles [+] update platform 2025-04-04 12:40:09 +03:00
python [+] add archlinux package management module with libsolv backend 2026-04-03 16:45:00 +00:00
releases [+] rename version before merging 2025-07-01 16:29:29 +03:00
.dockerignore
.gitattributes [+] add archlinux package management module with libsolv backend 2026-04-03 16:45:00 +00:00
.gitignore [+] pack .whl release 2025-03-04 18:49:12 +03:00
.gitmodules [+] fix .gitmodules 2025-01-12 18:23:47 +03:00
docker-compose.yml [+] migrate to systemd 2025-03-20 19:20:55 +03:00
Makefile [+] update configs 2025-04-30 09:47:30 +03:00
osx-brew.txt [~] Refactor 2024-05-04 15:14:42 +03:00
requirements.in [+] add make 2025-03-20 19:03:05 +03:00
requirements.txt [+] add make 2025-03-20 19:03:05 +03:00