mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:17:16 +08:00
659b6b5eea
* [zlib] Use readme as copyright * [soil2] update to 1.3.0 * [bento4] update to 1.6.0-639 * [bento4] fix version db * [zlib] Format manifest * [anglescript] Remove local license * [bustache] Update to master * [bustache] Don't update * version * version * remove version string * remove v * version * version * Fix version database. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
21 lines
402 B
JSON
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
|
|
}
|
|
]
|
|
}
|