File: control

package info (click to toggle)
protobuf-c 0.14-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,960 kB
  • sloc: sh: 8,913; ansic: 8,685; cpp: 3,307; perl: 2,318; makefile: 122
file content (62 lines) | stat: -rw-r--r-- 2,719 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: protobuf-c
Section: devel
Priority: optional
Maintainer: Robert S. Edmonds <edmonds@debian.org>
Build-Depends: debhelper (>= 7), autoconf, autotools-dev, automake, libtool,
 libprotobuf-dev (>= 2.2.0a-0.1~), libprotoc-dev, protobuf-compiler,
 zlib1g-dev
Standards-Version: 3.9.1
Homepage: http://protobuf-c.googlecode.com/

Package: protobuf-c-compiler
Architecture: any
Section: devel
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: protocol buffers C compiler
 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data – think XML, but smaller, faster, and
 simpler. You define how you want your data to be structured once, then
 you can use special generated source code to easily write and read your
 structured data to and from a variety of data streams and using a variety
 of languages. You can even update your data structure without breaking
 deployed programs that are compiled against the "old" format.
 .
 This is the C implementation of protocol buffers.
 .
 This package contains a compiler that generates C stubs from protocol
 buffer schemas. These stubs must be compiled and linked against
 libprotobuf-c.

Package: libprotobuf-c0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Protocol Buffers C library
 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data – think XML, but smaller, faster, and
 simpler. You define how you want your data to be structured once, then
 you can use special generated source code to easily write and read your
 structured data to and from a variety of data streams and using a variety
 of languages. You can even update your data structure without breaking
 deployed programs that are compiled against the "old" format.
 .
 This is the C implementation of protocol buffers.
 .
 This package contains the shared library.

Package: libprotobuf-c0-dev
Architecture: any
Section: libdevel
Depends: libprotobuf-c0 (= ${binary:Version}), ${misc:Depends}
Description: Protocol Buffers C static library and headers
 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data – think XML, but smaller, faster, and
 simpler. You define how you want your data to be structured once, then
 you can use special generated source code to easily write and read your
 structured data to and from a variety of data streams and using a variety
 of languages. You can even update your data structure without breaking
 deployed programs that are compiled against the "old" format.
 .
 This is the C implementation of protocol buffers.
 .
 This package contains the static library and development headers.