mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
2cf8b2aa25
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
32 lines
699 B
JSON
32 lines
699 B
JSON
{
|
|
"name": "autodock-vina",
|
|
"version-semver": "1.2.3",
|
|
"description": "AutoDock Vina is one of the fastest and most widely used open-source docking engines.",
|
|
"homepage": "http://vina.scripps.edu/",
|
|
"dependencies": [
|
|
"boost-algorithm",
|
|
"boost-array",
|
|
"boost-filesystem",
|
|
"boost-lexical-cast",
|
|
"boost-log",
|
|
"boost-math",
|
|
"boost-optional",
|
|
"boost-program-options",
|
|
"boost-ptr-container",
|
|
"boost-random",
|
|
"boost-serialization",
|
|
"boost-static-assert",
|
|
"boost-thread",
|
|
"boost-timer",
|
|
"boost-utility",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|