mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
928c150043
* Initial open-dis-cpp port * Correct vcpkg file and versions file * Add open-dis-cpp version file * Remove unused variables * prefer ninja * use master for now * Tweak portfile for sha * Update sha512 * Remove debug include files * Use forked repo for testing * Update sha512 * Update version database * Update usage * Update version database * Update to 1.0.1 release * Correct repo path * Update sha512 * Update versions * Correct cmake options * Update version database
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
|
|
}
|
|
]
|
|
}
|