File: control

package info (click to toggle)
libcleri 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 560 kB
  • sloc: ansic: 4,572; makefile: 51; sh: 40
file content (38 lines) | stat: -rw-r--r-- 1,434 bytes parent folder | download
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
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.