mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:39:07 +08:00
95db7663b9
* [brigand] Fix pkgconfig file and modernize portfile.cmake. * Undo patch patch and add version. * Depend only on boost-fusion and boost-variant, as suggested by PhoebeHui Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Update version database. Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
16 lines
372 B
JSON
16 lines
372 B
JSON
{
|
|
"name": "brigand",
|
|
"version-string": "1.3.0",
|
|
"port-version": 2,
|
|
"description": "Brigand is a light-weight, fully functional, instant-compile time C++ 11 meta-programming library.",
|
|
"homepage": "https://github.com/edouarda/brigand",
|
|
"dependencies": [
|
|
"boost-fusion",
|
|
"boost-variant",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|