# Homebrew packages required to build and test PCP on macOS.
# Used by INSTALL.md, .github/workflows/macOS.yml, and .cirrus.yml.
#
# Install everything with:  brew bundle
# (use --no-lock if you'd rather not generate Brewfile.lock.json)
#
# The Cirrus CI Homebrew cache fingerprint hashes this file, so
# changing it automatically invalidates the cache.

brew "autoconf"
brew "coreutils"
brew "gnu-tar"
brew "libuv"
brew "pkg-config"
brew "python-setuptools"
brew "python3"
brew "unixodbc"
brew "uv"
brew "valkey"
