vcpkg/ports/guile/vcpkg.json
2022-09-30 14:42:18 -07:00

24 lines
485 B
JSON

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