25 lines
365 B
JSON
Executable file
25 lines
365 B
JSON
Executable file
{
|
|
"$schema": "./vagrant-box-configuration.schema.json",
|
|
"brew": [
|
|
"autoconf-archive",
|
|
"autoconf",
|
|
"automake",
|
|
"bison",
|
|
"cmake",
|
|
"gettext",
|
|
"gfortran",
|
|
"gperf",
|
|
"gtk-doc",
|
|
"libtool",
|
|
"meson",
|
|
"mono",
|
|
"nasm",
|
|
"ninja",
|
|
"pkg-config",
|
|
"texinfo",
|
|
"yasm"
|
|
],
|
|
"brew-cask": [
|
|
"powershell"
|
|
]
|
|
}
|