vcpkg/ports/guile/vcpkg.json
2024-10-07 15:11:06 -04:00

27 lines
520 B
JSON

{
"name": "guile",
"version": "3.0.10",
"description": "GNU's programming and extension language",
"homepage": "https://www.gnu.org/software/guile/",
"documentation": "https://www.gnu.org/software/guile/manual/",
"license": "LGPL-3.0-or-later",
"supports": "linux",
"dependencies": [
"bdwgc",
{
"name": "gettext",
"host": true,
"features": [
"tools"
]
},
"gmp",
{
"name": "gperf",
"host": true
},
"libffi",
"libunistring"
]
}