File: control

package info (click to toggle)
libperl-languageserver-perl 2.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 340 kB
  • sloc: perl: 4,524; makefile: 10
file content (58 lines) | stat: -rw-r--r-- 2,468 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: libperl-languageserver-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Mason James <mtj@kohaaloha.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libanyevent-aio-perl <!nocheck>,
                     libanyevent-perl <!nocheck>,
                     libclass-refresh-perl <!nocheck>,
                     libcompiler-lexer-perl <!nocheck>,
                     libcoro-perl <!nocheck>,
                     libdata-dump-perl <!nocheck>,
                     libencode-locale-perl <!nocheck>,
                     libhash-safekeys-perl <!nocheck>,
                     libio-aio-perl <!nocheck>,
                     libjson-perl <!nocheck>,
                     libmoose-perl <!nocheck>,
                     libpadwalker-perl <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libperl-languageserver-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libperl-languageserver-perl.git
Homepage: https://metacpan.org/release/Perl-LanguageServer
Rules-Requires-Root: no

Package: libperl-languageserver-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libanyevent-aio-perl,
         libanyevent-perl,
         libclass-refresh-perl,
         libcompiler-lexer-perl,
         libcoro-perl,
         libdata-dump-perl,
         libencode-locale-perl,
         libhash-safekeys-perl,
         libio-aio-perl,
         libjson-perl,
         libmoose-perl,
         libpadwalker-perl,
         libscalar-list-utils-perl
Description: Language Server and Debug Protocol Adapter for Perl
 Perl::LanguageServer is a Language Server and Debug Protocol Adapter for
 Perl. It implements the Language Server Protocol which provides
 syntax-checking, symbol search, etc. Perl to various editors, for example
 Visual Studio Code or Atom.
 https://microsoft.github.io/language-server-protocol/specification
 .
 It also implements the Debug Adapter Protocol, which allows debugging with
 various editors/includes
 https://microsoft.github.io/debug-adapter-protocol/overview
 .
 To use both with Visual Studio Code, install the extension "perl"
 https://marketplace.visualstudio.com/items?itemName=richterger.perl