File: control

package info (click to toggle)
ruby-js-regex 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 140 kB
  • sloc: ruby: 799; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,169 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
Source: ruby-js-regex
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-character-set (>= 1.4),
               ruby-regexp-parser (>= 1.5),
               ruby-regexp-property-values (>= 0.3)
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-js-regex.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-js-regex
Homepage: https://github.com/janosch-x/js_regex
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-js-regex
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-character-set (>= 1.4),
         ruby-regexp-parser (>= 1.5),
         ruby-regexp-property-values (>= 0.3),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Converts Ruby regexes to JavaScript regexes
 JsRegex converts Ruby's native regular expressions for JavaScript, taking care
 of various incompatibilities and returning warnings for unsolvable differences.