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

21 lines
402 B
JSON

{
"name": "bustache",
"version": "1.1.0",
"port-version": 2,
"description": "C++11 implementation of {{ mustache }}",
"homepage": "https://github.com/jamboree/bustache",
"license": "BSL-1.0",
"dependencies": [
"boost-unordered",
"boost-utility",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}