File: control

package info (click to toggle)
tl-parser 0.0.0%2Bgit20210107.1933e76f-3
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 404 kB
  • sloc: ansic: 7,536; xml: 119; makefile: 29; sh: 11
file content (36 lines) | stat: -rw-r--r-- 1,175 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
Source: tl-parser
Section: devel
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: debhelper-compat (= 13),
               cmake,
               docbook-xsl,
               pkgconf,
               xsltproc,
               zlib1g-dev
Standards-Version: 4.2.1
Homepage: https://github.com/vysheng/tl-parser

Package: tl-parser
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: command-line tool to parse TL scheme to tlo file
 This tool parses the TL scheme and compile the scheme to tlo file. It is part
 of the telegram-cli.
 .
 TL (Type Language) serves to describe the used system of types, constructors,
 and existing functions.

Package: libtl-parser-dev
Architecture: all
Section: devel
Depends: ${misc:Depends}
Description: command-line tool to parse TL scheme to tlo file (development)
 This tool parses the TL scheme and compile the scheme to tlo file. It is part
 of the telegram-cli.
 .
 TL (Type Language) serves to describe the used system of types, constructors,
 and existing functions.
 .
 This package contains some header files that can be cooperate with the parser.
 It is a header library.