diff options
Diffstat (limited to 'vcpkg/ports/json11/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/json11/vcpkg.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/json11/vcpkg.json b/vcpkg/ports/json11/vcpkg.json new file mode 100644 index 0000000..f87f180 --- /dev/null +++ b/vcpkg/ports/json11/vcpkg.json @@ -0,0 +1,12 @@ +{ + "name": "json11", + "version-date": "2017-06-20", + "port-version": 7, + "description": "json11 is a tiny JSON library for C++11, providing JSON parsing and serialization.", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |