mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 10:49:02 +08:00
6db51d86a9
If a call to `vcpkg_replace_string` makes no changes i.e doesn't effectively replace a string, A warning is logged. This should also help identify ports that no longer need these calls to fix things in `.pc` files etc.
28 lines
540 B
JSON
28 lines
540 B
JSON
{
|
|
"name": "guile",
|
|
"version": "3.0.9",
|
|
"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",
|
|
{
|
|
"name": "gperf",
|
|
"host": true
|
|
},
|
|
"libffi",
|
|
"libunistring"
|
|
]
|
|
}
|