File: control

package info (click to toggle)
tgl 2.0.1%2Bgit20160323.ffb04cac-3
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 1,768 kB
  • sloc: ansic: 22,238; makefile: 98; awk: 37
file content (36 lines) | stat: -rw-r--r-- 1,391 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
Source: tgl
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: debhelper (>= 11),
               dh-exec (>= 0.3),
               libevent-dev,
               libssl-dev,
               libtl-parser-dev,
               tl-parser,
               zlib1g-dev
Standards-Version: 4.3.0
Section: libs
Homepage: https://github.com/vysheng/tgl

Package: libtgl-0.0.0.20160623-0
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: telegram API library
 Telegram is an instant messaging application with a focus on speed, it is
 super-fast, simple and free. You can use Telegram on all your devices at the
 same time - your messages sync seamlessly across any number of your phones,
 tablets or computers. This library handles Telegram API and protocol.

Package: libtgl-0.0.0.20160623-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libtgl-0.0.0.20160623-0 (= ${binary:Version}), ${misc:Depends}
Description: telegram API library (development headers)
 Telegram is an instant messaging application with a focus on speed, it is
 super-fast, simple and free. You can use Telegram on all your devices at the
 same time - your messages sync seamlessly across any number of your phones,
 tablets or computers. This library handles Telegram API and protocol.
 .
 This package contains the development files.