mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 06:19:06 +08:00
15 lines
352 B
JSON
15 lines
352 B
JSON
|
{
|
||
|
"name": "libfuse",
|
||
|
"version": "3.16.2",
|
||
|
"description": "The reference implementation of the Linux FUSE (Filesystem in Userspace) interface",
|
||
|
"homepage": "https://github.com/libfuse/libfuse",
|
||
|
"license": "LGPL-2.1 AND GPL-2.0",
|
||
|
"supports": "linux",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-tool-meson",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|