blob: 0dbf7567dcaba469e2f5cf3849972e7e098d798b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "botan",
"version": "2.16.0",
"port-version": 2,
"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"
}
}
}
|