aboutsummaryrefslogtreecommitdiff
path: root/ports/cereal
diff options
context:
space:
mode:
Diffstat (limited to 'ports/cereal')
-rw-r--r--ports/cereal/CONTROL4
-rw-r--r--ports/cereal/vcpkg.json7
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/cereal/CONTROL b/ports/cereal/CONTROL
deleted file mode 100644
index 511113482..000000000
--- a/ports/cereal/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: cereal
-Version: 1.3.0
-Homepage: https://github.com/USCiLab/cereal
-Description: a header-only C++11 serialization library (built in support for binary, XML and JSon)
diff --git a/ports/cereal/vcpkg.json b/ports/cereal/vcpkg.json
new file mode 100644
index 000000000..432b330e2
--- /dev/null
+++ b/ports/cereal/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "cereal",
+ "version-string": "1.3.0",
+ "port-version": 1,
+ "description": "a header-only C++11 serialization library (built in support for binary, XML and JSon)",
+ "homepage": "https://github.com/USCiLab/cereal"
+}