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