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.
|