aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cppcodec/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/cppcodec/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/cppcodec/vcpkg.json')
-rw-r--r--vcpkg/ports/cppcodec/vcpkg.json16
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
+ }
+ ]
+}