2021-04-29 04:51:03 +08:00
|
|
|
{
|
|
|
|
"name": "botan",
|
2022-05-21 05:36:05 +08:00
|
|
|
"version": "2.19.1",
|
2021-04-29 04:51:03 +08:00
|
|
|
"description": "A cryptography library written in C++11",
|
|
|
|
"homepage": "https://botan.randombit.net",
|
2022-01-25 06:59:19 +08:00
|
|
|
"license": "BSD-2-Clause",
|
2021-04-29 04:51:03 +08:00
|
|
|
"supports": "!(windows & arm)",
|
|
|
|
"features": {
|
|
|
|
"amalgamation": {
|
|
|
|
"description": "Do an amalgamation build of the library"
|
2022-03-17 05:29:17 +08:00
|
|
|
},
|
|
|
|
"zlib": {
|
|
|
|
"description": "Build with zlib. Enable compression pipes.",
|
|
|
|
"dependencies": [
|
|
|
|
"zlib"
|
|
|
|
]
|
2021-04-29 04:51:03 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|