aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sproto/vcpkg.json
blob: 2ba88887469564a80a44ead7edc64e3a644c3b70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "sproto",
  "version-date": "2024-07-08",
  "description": "Yet another protocol library like google protocol buffers, but simple and fast",
  "homepage": "https://github.com/cloudwu/sproto",
  "license": "MIT",
  "dependencies": [
    "lua",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}