vcpkg/ports/liburing/vcpkg.json
Kai Pastor ea46374aa9
[vcpkg ci,liburing] Improve license identifier check (#39679)
Co-authored-by: Billy O'Neal <bion@microsoft.com>
2024-07-15 14:43:55 -04:00

10 lines
282 B
JSON

{
"name": "liburing",
"version": "2.6",
"port-version": 1,
"description": "Linux-native io_uring I/O access library",
"homepage": "https://github.com/axboe/liburing",
"license": "(MIT OR LGPL-2.1) AND (MIT OR (GPL-2.0 WITH Linux-syscall-note))",
"supports": "linux"
}