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

18 lines
364 B
JSON

{
"name": "libzen",
"version": "0.4.41",
"description": "ZenLib is a C++ utility library for easiest cross-platform development",
"homepage": "https://github.com/MediaArea/ZenLib",
"license": "Zlib",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}