Bash script that converts an apt Packages file to json
# For example use the Garden Linux packages file for today binary-amd64
curl -s https://repo.gardenlinux.io/gardenlinux/dists/today/main/binary-amd64/Packages > Packages
./packages2json.sh Packages | json_pp