mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-24 05:17:56 +08:00
47c5701747
* add moar ram (no PR) * Provision autoconf-archive on osx (PR #22872) * [mpfr] Support Linux and OSX (PR #22845) * VM software versions * fix minor schema bug * update pool Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: Kai Pastor <dg0yt@darc.de> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
24 lines
339 B
JSON
24 lines
339 B
JSON
{
|
|
"$schema": "./vagrant-box-configuration.schema.json",
|
|
"brew": [
|
|
"autoconf",
|
|
"autoconf-archive",
|
|
"automake",
|
|
"bison",
|
|
"gettext",
|
|
"gfortran",
|
|
"gperf",
|
|
"gtk-doc",
|
|
"libtool",
|
|
"meson",
|
|
"mono",
|
|
"nasm",
|
|
"pkg-config",
|
|
"texinfo",
|
|
"yasm"
|
|
],
|
|
"brew-cask": [
|
|
"powershell"
|
|
]
|
|
}
|