mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:29:07 +08:00
24 lines
485 B
JSON
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"
|
|
]
|
|
}
|