File: control

package info (click to toggle)
ruby-js-regex 3.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 184 kB
  • sloc: ruby: 1,198; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 975 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
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,
               ruby-regexp-parser (>= 2.11~),
               ruby-regexp-property-values (>= 1.0~)
Standards-Version: 4.7.2
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
Rules-Requires-Root: no

Package: ruby-js-regex
Architecture: all
Depends: ${ruby:Depends},
         ${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.