vcpkg/ports/guile/vcpkg.json

24 lines
485 B
JSON
Raw Normal View History

2022-08-25 00:04:34 +08:00
{
"name": "guile",
"version": "3.0.8",
2022-10-01 05:42:18 +08:00
"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",
"libffi",
"libunistring"
]
}