Source: libcleri
Section: libs
Priority: optional
Maintainer: SiriDB Maintainers <libcleri@packages.debian.org>
Uploaders:
 Jeroen van der Heijden <jeroen@cesbit.com>,
 Paul Gevers <elbrus@debian.org>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-zz-debputy (>> 0.1.20),
 libpcre2-dev,
Homepage: https://github.com/cesbit/libcleri
Vcs-Browser: https://salsa.debian.org/siridb-team/libcleri
Vcs-Git: https://salsa.debian.org/siridb-team/libcleri.git
Standards-Version: 4.5.0

Package: libcleri1
Architecture: any
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
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.
