mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
24 lines
530 B
JSON
24 lines
530 B
JSON
{
|
|
"name": "libmount",
|
|
"version": "2.40",
|
|
"description": "Block device identification library from util-linux",
|
|
"homepage": "https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/about/",
|
|
"license": null,
|
|
"supports": "linux",
|
|
"features": {
|
|
"nls": {
|
|
"description": "Enable native language support",
|
|
"dependencies": [
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
},
|
|
"gettext-libintl"
|
|
]
|
|
}
|
|
}
|
|
}
|