aboutsummaryrefslogtreecommitdiff
path: root/ports/parson
diff options
context:
space:
mode:
Diffstat (limited to 'ports/parson')
-rw-r--r--ports/parson/CONTROL3
-rw-r--r--ports/parson/vcpkg.json6
2 files changed, 6 insertions, 3 deletions
diff --git a/ports/parson/CONTROL b/ports/parson/CONTROL
deleted file mode 100644
index fc3cb26f2..000000000
--- a/ports/parson/CONTROL
+++ /dev/null
@@ -1,3 +0,0 @@
-Source: parson
-Version: 2020-09-14
-Description: a lighweight json library written in C
diff --git a/ports/parson/vcpkg.json b/ports/parson/vcpkg.json
new file mode 100644
index 000000000..b128637b2
--- /dev/null
+++ b/ports/parson/vcpkg.json
@@ -0,0 +1,6 @@
+{
+ "name": "parson",
+ "version-string": "2020-09-14",
+ "port-version": 1,
+ "description": "a lighweight json library written in C"
+}