aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sajson/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/sajson/vcpkg.json')
-rw-r--r--vcpkg/ports/sajson/vcpkg.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/sajson/vcpkg.json b/vcpkg/ports/sajson/vcpkg.json
new file mode 100644
index 0000000..5c831dc
--- /dev/null
+++ b/vcpkg/ports/sajson/vcpkg.json
@@ -0,0 +1,16 @@
+{
+ "name": "sajson",
+ "version-date": "2018-09-21",
+ "port-version": 3,
+ "description": "Lightweight, extremely high-performance JSON parser for C++11",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}