blob: e9e289e5438f02f6ac7bfb16c4b92344c7e33c1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "b64",
"version": "2.0.0.1",
"port-version": 2,
"description": "libb64 is a library of ANSI C routines for fast encoding/decoding data into and from a base64-encoded format",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
|