mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 16:18:59 +08:00
21 lines
436 B
JSON
21 lines
436 B
JSON
|
{
|
||
|
"name": "open-dis-cpp",
|
||
|
"version": "1.0.1",
|
||
|
"description": [
|
||
|
"DIS v6/v7 Library",
|
||
|
"C++ implementation of the IEEE-1278.1 Distributed Interactive Simulation (DIS) application protocol v6 and v7"
|
||
|
],
|
||
|
"homepage": "https://open-dis.org",
|
||
|
"license": "BSD-2-Clause",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|