File: control

package info (click to toggle)
libgtk2-sourceview2-perl 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 236 kB
  • ctags: 28
  • sloc: perl: 1,066; ansic: 58; makefile: 4
file content (37 lines) | stat: -rw-r--r-- 1,472 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
Source: libgtk2-sourceview2-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jozef Kutej <jozef@kutej.net>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: xauth,
               xvfb,
               libextutils-pkgconfig-perl,
               libgtk2-perl,
               perl,
               libextutils-depends-perl,
               libgtksourceview2.0-dev,
               debhelper (>= 9.20120312~)
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgtk2-sourceview2-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgtk2-sourceview2-perl.git
Homepage: https://metacpan.org/release/Gtk2-SourceView2

Package: libgtk2-sourceview2-perl
Architecture: any
Depends: ${perl:Depends},
         ${misc:Depends},
         ${shlibs:Depends},
         libgtk2-perl
Description: enhanced source code editor widget
 Gtk2::SourceView2 is the Perl binding for the C library gtksourceview-2.0.
 This is the same widget that's used by gedit, MonoDevelop, Anjuta and several
 other projects.
 .
 This widget extends the standard GTK+ framework for multiline text editing
 with support for configurable syntax highlighting, unlimited undo/redo, UTF-8
 compliant caseless searching, printing and other features typical of a source
 code editor.
 .
 For more information about gtksourceview-2.0 see:
 http://projects.gnome.org/gtksourceview/.