blob: 939b8399010a78e97f187d6c77c7cdd95e000773 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"name": "botan",
"version": "2.18.1",
"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"
}
}
}
|