File: control

package info (click to toggle)
ruby-rails-assets-punycode 1.3.2-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 132 kB
  • sloc: javascript: 292; ruby: 36; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,383 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
29
30
31
32
33
34
Source: ruby-rails-assets-punycode
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Rejah Rehim <rejah.rehim@gmail.com>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rails-assets-punycode.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-rails-assets-punycode.git;a=summary
Homepage: https://github.com/bestiejs/punycode.js
XS-Ruby-Versions: all

Package: ruby-rails-assets-punycode
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
Description: provide punycode converter via rails asset pipeline
 This package provides an easy way for rails apps to use punycode
 via asset pipeline.
 .
 It is built from rubygem automatically generated from its bower package
 by rails-assets.org

Package: libjs-punycode
Section: web
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: punycode converter library in javascript
 Robust Punycode converter that fully complies to RFC 3492 and RFC 5891,
 and works on nearly all JavaScript platforms.
 .
 This JavaScript library is the result of comparing, optimizing
 and documenting different open-source implementations
 of the Punycode algorithm