Source: grout
Section: net
Maintainer: Robin Jarry <robin@jarry.cc>
Build-Depends:
 debhelper-compat (= 13),
 bash-completion,
 libcmocka-dev <!nocheck>,
 libdpdk-dev (>= 25.11),
 libecoli-dev,
 libedit-dev,
 libevent-dev,
 libmnl-dev,
 libnuma-dev,
 meson,
 ninja-build,
 pkgconf,
 scdoc,
 systemd-dev,
Standards-Version: 4.7.4
Homepage: https://github.com/DPDK/grout
Vcs-Browser: https://salsa.debian.org/debian/grout
Vcs-Git: https://salsa.debian.org/debian/grout.git

Package: grout
Architecture: linux-any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 driverctl,
 less,
Description: Graph router based on DPDK
 grout stands for Graph Router. In English, "grout" refers to thin mortar that
 hardens to fill gaps between tiles.
 .
 grout is a DPDK based network processing application. It uses the rte_graph
 library for data path processing.
 .
 Its main purpose is to simulate a network function or a physical router for
 testing/replicating real (usually closed source) VNF/CNF behavior with an
 opensource tool.
 .
 It comes with a client library to configure it over a standard UNIX socket and
 a CLI that uses that library. The CLI can be used as an interactive shell, but
 also in scripts one command at a time, or by batches.

Package: grout-headers
Architecture: all
Depends:
 ${misc:Depends},
Description: API headers for grout clients
 grout stands for Graph Router. In English, "grout" refers to thin mortar that
 hardens to fill gaps between tiles.
 .
 grout is a DPDK based network processing application. It uses the rte_graph
 library for data path processing.
 .
 Its main purpose is to simulate a network function or a physical router for
 testing/replicating real (usually closed source) VNF/CNF behavior with an
 opensource tool.
 .
 It comes with a client library to configure it over a standard UNIX socket and
 a CLI that uses that library. The CLI can be used as an interactive shell, but
 also in scripts one command at a time, or by batches.
 .
 This package contains API headers for grout clients development.
