aboutsummaryrefslogtreecommitdiff
path: root/ports/cppcodec/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'ports/cppcodec/vcpkg.json')
-rw-r--r--ports/cppcodec/vcpkg.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/cppcodec/vcpkg.json b/ports/cppcodec/vcpkg.json
new file mode 100644
index 000000000..0713dfd7f
--- /dev/null
+++ b/ports/cppcodec/vcpkg.json
@@ -0,0 +1,6 @@
+{
+ "name": "cppcodec",
+ "version-string": "0.2",
+ "port-version": 1,
+ "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."
+}