zeek/auxil/vcpkg/ports/lockpp/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

14 lines
273 B
JSON

{
"name": "lockpp",
"version": "3.0",
"description": "A C++17 Library that provides mutex protected objects",
"homepage": "https://github.com/Soundux/lockpp",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}