Source: upb Section: devel Priority: optional Maintainer: Laszlo Boszormenyi (GCS) Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 12), cmake Standards-Version: 4.5.0 Homepage: https://github.com/protocolbuffers/upb/wiki Package: libupb0t64 Provides: ${t64:Provides} Replaces: libupb0 Breaks: libupb0 (<< ${source:Version}) Architecture: any Multi-Arch: same Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Description: small protobuf implementation in C upb generates a C API for creating, parsing, and serializing messages as declared in .proto files. upb is heavily arena-based: all messages always live in an arena (note: the arena can live in stack or static memory if desired). . This package contains the runtime libraries needed for upb. Package: libupb-dev Architecture: any Multi-Arch: same Section: libdevel Depends: ${misc:Depends}, libupb0t64 (= ${binary:Version}) Description: small protobuf implementation in C (development files) upb generates a C API for creating, parsing, and serializing messages as declared in .proto files. upb is heavily arena-based: all messages always live in an arena (note: the arena can live in stack or static memory if desired). . This package contains the development headers needed for upb.