aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/json-spirit/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/json-spirit/vcpkg.json')
-rw-r--r--vcpkg/ports/json-spirit/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/json-spirit/vcpkg.json b/vcpkg/ports/json-spirit/vcpkg.json
new file mode 100644
index 0000000..bbc8ca6
--- /dev/null
+++ b/vcpkg/ports/json-spirit/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "json-spirit",
+ "version": "4.1.0",
+ "port-version": 5,
+ "description": "A C++ JSON parser/generator implemented with Boost Spirit",
+ "dependencies": [
+ "boost-config",
+ "boost-integer",
+ "boost-smart-ptr",
+ "boost-spirit",
+ "boost-variant",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ]
+}