Source: p4lang-pi
Section: devel
Priority: optional
Maintainer: Frederic LOUI <frederic.loui@renater.fr>
Build-Depends: 
 debhelper (>= 9),
 autoconf,
 automake,
 libtool,
 pkg-config,
 libboost-dev, libboost-system-dev, libboost-thread-dev,
 libjudy-dev,
 libprotobuf-dev, libprotoc-dev, protobuf-compiler, python3-protobuf, libprotobuf-java,
 libgrpc++-dev, libgrpc-dev, protobuf-compiler-grpc, python3-grpcio, gcc, g++
Standards-Version: 4.1.4 
Homepage: https://github.com/p4lang/PI 

Package: p4lang-pi
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends},
 libboost-dev, libboost-system-dev, libboost-thread-dev,
 libjudy-dev,
 libprotobuf-dev, libprotoc-dev, protobuf-compiler, python3-protobuf,libprotobuf-java,
 libgrpc++-dev, libgrpc-dev, protobuf-compiler-grpc, python3-grpcio,
Description: Implementation framework of a P4Runtime server 
 Protocol Independent API (PI or P4 Runtime) defines a set of APIs that allow
 interacting with entities defined in a P4 program. 
 These include: tables, counters, meters ...
 .
 PI APIs are defined at the level of properties that can be effected.
 Examples include adding and deleting table entries. They are 
 independent from the actual
 instance of the controlled object (and thus the name) which is passed 
 as a parameter to the API.
 .
 This is the p4lang pi software

