chore: backup

This commit is contained in:
Stefan Imhoff
2024-11-14 17:16:57 +01:00
parent 2725149536
commit 496b891605

View File

@@ -39,7 +39,7 @@ brew "gettext"
# Command-line interface for SQLite # Command-line interface for SQLite
brew "sqlite" brew "sqlite"
# C/C++ and Java libraries for Unicode and globalization # C/C++ and Java libraries for Unicode and globalization
brew "icu4c" brew "icu4c@76"
# Remove large files or passwords from Git history like git-filter-branch # Remove large files or passwords from Git history like git-filter-branch
brew "bfg" brew "bfg"
# Parser generator # Parser generator
@@ -128,8 +128,8 @@ brew "gnu-sed"
brew "gnu-tar" brew "gnu-tar"
# Open source programming language to build simple/reliable/efficient software # Open source programming language to build simple/reliable/efficient software
brew "go" brew "go"
# Manage compile and link flags for libraries # Package compiler and linker metadata toolkit
brew "pkg-config" brew "pkgconf"
# Generate introspection data for GObject libraries # Generate introspection data for GObject libraries
brew "gobject-introspection" brew "gobject-introspection"
# Google Testing and Mocking Framework # Google Testing and Mocking Framework