mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 14:19:00 +08:00
e1aaeb2356
* [vcpkg baseline][omplapp] Fix dependencies, add features * version * [sdformat9] Add the required dependency urdfdom-headers * [ignition-math6] Fix build error * version * [botan] Fix the pkgconfig again * version
14 lines
317 B
JSON
14 lines
317 B
JSON
{
|
|
"name": "botan",
|
|
"version": "2.18.1",
|
|
"port-version": 5,
|
|
"description": "A cryptography library written in C++11",
|
|
"homepage": "https://botan.randombit.net",
|
|
"supports": "!(windows & arm)",
|
|
"features": {
|
|
"amalgamation": {
|
|
"description": "Do an amalgamation build of the library"
|
|
}
|
|
}
|
|
}
|