Files
vcpkg/ports/dpdk/vcpkg.json

40 lines
833 B
JSON

{
"name": "dpdk",
"version": "25.11",
"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/",
"license": "BSD-3-Clause",
"supports": "freebsd | linux",
"dependencies": [
{
"name": "libarchive",
"default-features": false
},
{
"name": "numactl",
"platform": "linux"
},
{
"name": "vcpkg-get-python-packages",
"host": true
},
{
"name": "vcpkg-tool-meson",
"host": true
}
],
"features": {
"docs": {
"description": "Build and install docs"
},
"tests": {
"description": "Build and install tests"
},
"trace": {
"description": "Build with fast path traces enabled"
}
}
}