mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:39:07 +08:00
19 lines
372 B
JSON
19 lines
372 B
JSON
{
|
|
"name": "ode",
|
|
"version": "0.16.5",
|
|
"description": "Open Dynamics Engine",
|
|
"homepage": "https://bitbucket.org/odedevs/ode/src/master/",
|
|
"license": "BSD-3-Clause OR LGPL-2.1-or-later",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|