aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kaitai-struct-cpp-stl-runtime/vcpkg.json
blob: 8d8a0b6c15aa752eb25bf55ef65a6279a4fddabd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "kaitai-struct-cpp-stl-runtime",
  "version": "0.11",
  "description": "Kaitai Struct is a declarative language used for describe various binary data structures, laid out in files or in memory. This library implements Kaitai Struct API for C++ using STL",
  "homepage": "http://kaitai.io/",
  "documentation": "https://doc.kaitai.io/lang_cpp_stl.html",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ],
  "default-features": [
    "iconv"
  ],
  "features": {
    "iconv": {
      "description": "Set the way strings have to be encoded to ICONV",
      "dependencies": [
        "libiconv"
      ]
    }
  }
}