aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/avro-c/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/avro-c/vcpkg.json')
-rw-r--r--vcpkg/ports/avro-c/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/avro-c/vcpkg.json b/vcpkg/ports/avro-c/vcpkg.json
new file mode 100644
index 0000000..0bb75e8
--- /dev/null
+++ b/vcpkg/ports/avro-c/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "avro-c",
+ "version": "1.12.0",
+ "description": "Apache Avro is a data serialization system",
+ "homepage": "https://github.com/apache/avro",
+ "license": "Apache-2.0",
+ "supports": "!uwp",
+ "dependencies": [
+ "jansson",
+ "liblzma",
+ "snappy",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ "zlib"
+ ]
+}