File: control

package info (click to toggle)
ctre 3.9.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,084 kB
  • sloc: cpp: 80,452; makefile: 135; javascript: 69; python: 31
file content (36 lines) | stat: -rw-r--r-- 1,196 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
Source: ctre
Section: utils
Priority: optional
Standards-Version: 4.7.2
Maintainer: Shengqi Chen <harry@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 ninja-build,
 python3-sphinx <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
Homepage: https://github.com/hanickadot/compile-time-regular-expressions
Vcs-Git: https://salsa.debian.org/harry/ctre.git
Vcs-Browser: https://salsa.debian.org/harry/ctre
Rules-Requires-Root: no

Package: libctre-dev
Section: libdevel
Architecture: all
Depends: ${misc:Depends}
Description: Compile Time Regular Expression library in C++ (development files)
 ctre is a fast compile-time regular expressions C++ library with support
 for matching/searching/capturing during compile-time or runtime.
 .
 This package contains the development files of libctre.

Package: libctre-doc
Build-Profiles: <!nodoc>
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Compile Time Regular Expression library in C++ (documentation)
 ctre is a fast compile-time regular expressions C++ library with support
 for matching/searching/capturing during compile-time or runtime.
 .
 This package contains the documentation of libctre.