aboutsummaryrefslogtreecommitdiff
path: root/ports/avro-c/vcpkg.json
blob: 634b2c9482e21a0f52e06bc109117752a62cf528 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "avro-c",
  "version-string": "1.9.2",
  "port-version": 2,
  "description": "Apache Avro is a data serialization system",
  "homepage": "https://github.com/apache/avro",
  "supports": "!(uwp | osx)",
  "dependencies": [
    "jansson",
    "liblzma",
    "snappy",
    "zlib"
  ]
}