blob: 7cd6ac797c5c3a53abe480d6bad5d35f09085f81 (
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
31
|
{
"name": "chenjunfu2-nbt-cpp",
"version": "1.0.0",
"description": "A header-only C++ library for [NBT(Named Binary Tag)]",
"homepage": "https://github.com/chenjunfu2/NBT_CPP",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"xxhash": {
"description": "Enable XXHASH support for hash functionality",
"dependencies": [
"xxhash"
]
},
"zlib": {
"description": "Enable ZLIB support for compression",
"dependencies": [
"zlib"
]
}
}
}
|