diff options
Diffstat (limited to 'vcpkg/ports/cppcodec/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cppcodec/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/cppcodec/vcpkg.json b/vcpkg/ports/cppcodec/vcpkg.json new file mode 100644 index 0000000..f22508c --- /dev/null +++ b/vcpkg/ports/cppcodec/vcpkg.json @@ -0,0 +1,16 @@ +{ + "name": "cppcodec", + "version": "0.2", + "port-version": 4, + "description": "Header-only C++11 library to encode/decode base64, base64url, base32, base32hex and hex (a.k.a. base16) as specified in RFC 4648, plus Crockford's base32.", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |