File: control

package info (click to toggle)
upb 0.0.0~git200730-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,680 kB
  • sloc: ansic: 16,828; cpp: 5,098; python: 360; pascal: 160; ruby: 21; sh: 19; makefile: 5
file content (34 lines) | stat: -rw-r--r-- 1,181 bytes parent folder | download
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
Source: upb
Section: devel
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends:
   debhelper-compat (= 12), cmake
Standards-Version: 4.5.0
Homepage: https://github.com/protocolbuffers/upb/wiki

Package: libupb0
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}, libupb0 (= ${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.