mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:38:59 +08:00
44 lines
943 B
JSON
44 lines
943 B
JSON
{
|
|
"name": "dpdk",
|
|
"version-string": "22.07",
|
|
"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": "libarchive",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
"trace": {
|
|
"description": "Build with fast path traces enabled"
|
|
}
|
|
}
|
|
}
|