mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
23 lines
429 B
JSON
23 lines
429 B
JSON
{
|
|
"name": "immer",
|
|
"version": "0.8.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"
|
|
}
|
|
}
|
|
}
|