Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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
}
]
}