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
|
Source: libcleri
Section: libs
Priority: optional
Maintainer: SiriDB Maintainers <libcleri@packages.debian.org>
Uploaders:
Jeroen van der Heijden <jeroen@transceptor.technology>,
Paul Gevers <elbrus@debian.org>,
Rules-Requires-Root: no
Build-Depends:
debhelper (>= 11~),
dh-exec,
libpcre2-dev,
Homepage: http://siridb.net/
Vcs-Browser: https://salsa.debian.org/siridb-team/libcleri
Vcs-Git: https://salsa.debian.org/siridb-team/libcleri.git
Standards-Version: 4.2.1
Package: libcleri0
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: language parser library
Libcleri is a powerful tool to build languages. From a built language,
libcleri can automatically create parse trees, which are data structures
representing how a grammar matches input. It also provides feedback in case
the input does not match the language. This can be useful for auto-completion,
suggestions or error handling.
Package: libcleri-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libcleri0 (= ${binary:Version}),
${misc:Depends},
Description: language parser library - development files
Libcleri is a powerful tool to build languages. From a built language,
libcleri can automatically create parse trees, which are data structures
representing how a grammar matches input. It also provides feedback in case
the input does not match the language. This can be useful for auto-completion,
suggestions or error handling.
.
This package contains the development files.
|