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

19 lines
345 B
JSON

{
"name": "inja",
"version": "3.4.0",
"description": "Inja - A Template Engine for Modern C++",
"homepage": "https://github.com/pantor/inja",
"license": "MIT",
"dependencies": [
"nlohmann-json",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}