vcpkg/ports/guile/vcpkg.json

28 lines
540 B
JSON
Raw Normal View History

2022-08-25 00:04:34 +08:00
{
"name": "guile",
2024-03-12 11:14:50 +08:00
"version": "3.0.9",
"port-version": 1,
2022-08-25 00:04:34 +08:00
"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",
2024-03-12 11:14:50 +08:00
{
"name": "gperf",
"host": true
},
2022-08-25 00:04:34 +08:00
"libffi",
"libunistring"
]
}