1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: kdevelop-pg-qt
Section: devel
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Maximiliano Curia <maxy@debian.org>,
Build-Depends: debhelper-compat (= 12), cmake (>= 3.0), bison, flex,
extra-cmake-modules (>= 5.14.0),
qtbase5-dev (>= 5.5.0),
Standards-Version: 4.5.0
Homepage: https://techbase.kde.org/Development/KDevelop-PG-Qt_Introduction
Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/kdevelop-pg-qt.git
Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/kdevelop-pg-qt
Package: kdevelop-pg-qt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: LL(1) parser generator based on Qt
KDevelop-PG-Qt is a parser generator written in readable source-code and
generating readable source-code. Its syntax was inspirated by AntLR.
It implements the visitor-pattern and uses the Qt library.
.
This package contains the kdev-pg-qt binary, the headers files generated by
the KDevelop parser generator and the cmake file to find the parser.
|