vcpkg/ports/guile/vcpkg.json
2024-03-11 20:14:50 -07:00

27 lines
519 B
JSON

{
"name": "guile",
"version": "3.0.9",
"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"
]
}