File: control

package info (click to toggle)
libwx-scintilla-perl 0.39-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 4,060 kB
  • sloc: cpp: 64,843; perl: 5,279; makefile: 9
file content (35 lines) | stat: -rw-r--r-- 1,351 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
Source: libwx-scintilla-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312),
               libalien-wxwidgets-perl (>= 0.54+dfsg),
               libextutils-xspp-perl,
               libmodule-build-perl,
               libwx-perl (>= 1:0.9932-3~),
               perl,
               xauth,
               xvfb
Standards-Version: 3.9.8
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
Testsuite: autopkgtest-pkg-perl

Package: libwx-scintilla-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libwx-perl (>= 1:0.9932-3~)
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.