File: control

package info (click to toggle)
libwx-scintilla-perl 0.39-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,056 kB
  • sloc: cpp: 64,843; perl: 5,279; makefile: 9
file content (36 lines) | stat: -rw-r--r-- 1,414 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: libwx-scintilla-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libalien-wxwidgets-perl,
               libextutils-xspp-perl,
               libmodule-build-perl,
               libwx-perl (>= 1:0.9932-8~),
               perl-xs-dev,
               perl:native,
               xauth <!nocheck>,
               xvfb <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libwx-scintilla-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libwx-scintilla-perl.git
Homepage: https://metacpan.org/release/Wx-Scintilla
Rules-Requires-Root: no

Package: libwx-scintilla-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libwx-perl (>= 1:0.9932-8~)
Description: source code editor component for wxWidgets
 Wx::Scintilla Perl module is a Wx wrapper around scintilla editor.
 .
 Wx::Scintilla project goal is to provide fresh Perl 5 and maybe Perl 6
 support in Wx while preserving compatibility with Wx::StyledTextCtrl.
 .
 Note: You cannot load Wx::STC and Wx::Scintilla in the same application. They
 are mutually exclusive. The wxSTC_... events are handled by one library or
 the other.