mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:28:59 +08:00
43 lines
924 B
JSON
43 lines
924 B
JSON
{
|
|
"name": "dpdk",
|
|
"version-string": "22.03",
|
|
"port-version": 1,
|
|
"description": "A set of libraries and drivers for fast packet processing",
|
|
"homepage": "https://www.dpdk.org/",
|
|
"documentation": "https://doc.dpdk.org/guides/index.html",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "linux | freebsd",
|
|
"dependencies": [
|
|
{
|
|
"name": "numactl",
|
|
"platform": "linux"
|
|
},
|
|
"python3",
|
|
{
|
|
"name": "vcpkg-get-python-packages",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"docs": {
|
|
"description": "Build and install docs"
|
|
},
|
|
"kmods": {
|
|
"description": "Build and install kernel modules"
|
|
},
|
|
"tests": {
|
|
"description": "Build and install tests",
|
|
"dependencies": [
|
|
"libarchive"
|
|
]
|
|
},
|
|
"trace": {
|
|
"description": "Build with fast path traces enabled"
|
|
}
|
|
}
|
|
}
|