shepherd-launcher/scripts/deps/dev.pkgs
2026-01-01 13:48:17 -05:00

11 lines
263 B
Text

# Developer-only packages for shepherd-launcher
# These are extras useful during development
# The full dev set is: build.pkgs + run.pkgs + dev.pkgs
# One package per line, comments start with #
# Git for version control
git
# Useful debugging tools
strace
gdb