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
32
|
{
"name": "autodock-vina",
"version-semver": "1.2.6",
"port-version": 1,
"description": "AutoDock Vina is one of the fastest and most widely used open-source docking engines.",
"homepage": "https://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
}
]
}
|