mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:25:33 +08:00
608e7ff107
* [immer] Add export CMake ConfigVersion file * update version * add comment for patch * x-add-version * add quote * update version
24 lines
450 B
JSON
24 lines
450 B
JSON
{
|
|
"name": "immer",
|
|
"version": "0.8.0",
|
|
"port-version": 1,
|
|
"description": "Postmodern immutable and persistent data structures for C++",
|
|
"homepage": "https://sinusoid.es/immer/",
|
|
"license": "BSL-1.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"docs": {
|
|
"description": "Build documentation"
|
|
}
|
|
}
|
|
}
|