mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 08:49:11 +08:00
23 lines
473 B
JSON
23 lines
473 B
JSON
|
{
|
||
|
"name": "libcred",
|
||
|
"version": "1.0.0",
|
||
|
"description": "a cross-platform credentials helper library",
|
||
|
"homepage": "https://github.com/mamba-org/libcred",
|
||
|
"license": "MIT",
|
||
|
"supports": "!osx & !uwp & !arm & !(windows & staticcrt) & !android",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "glib",
|
||
|
"platform": "linux"
|
||
|
},
|
||
|
{
|
||
|
"name": "libsecret",
|
||
|
"platform": "linux"
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-tool-meson",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|