File: control

package info (click to toggle)
upb 0.0.0~git200730-1.1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 1,684 kB
  • sloc: ansic: 16,828; cpp: 5,098; python: 360; pascal: 160; ruby: 21; sh: 19; makefile: 5
file content (37 lines) | stat: -rw-r--r-- 1,292 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: upb
Section: devel
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
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.