File: control

package info (click to toggle)
libunicode-escape-perl 0.0.2-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 144 kB
  • sloc: perl: 75; makefile: 11
file content (28 lines) | stat: -rw-r--r-- 1,003 bytes parent folder | download | duplicates (2)
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
Source: libunicode-escape-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: cdbs,
               devscripts,
               libmodule-build-perl,
               perl,
               debhelper,
               dh-buildinfo,
               libunicode-string-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libunicode-escape-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libunicode-escape-perl
Homepage: http://search.cpan.org/dist/Unicode-Escape/

Package: libunicode-escape-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         ${cdbs:Depends}
Description: escape and unescape Unicode characters
 Unicode::Escape is a Perl library to escape and unescape Unicode
 characters other than ASCII.
 .
 When the server response is javascript code, this is convenient.