File: control

package info (click to toggle)
jruby-joni 2.1.11-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,136 kB
  • ctags: 2,210
  • sloc: java: 16,469; xml: 181; sh: 7; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 988 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
Source: jruby-joni
Section: java
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Hideki Yamane <henrich@debian.org>,
 Torsten Werner <twerner@debian.org>
Build-Depends:
 debhelper (>= 9),
 default-jdk
Build-Depends-Indep:
 junit,
 libasm-java (>= 5.0),
 libjcodings-java (>= 1.0.13),
 maven-debian-helper (>= 2.0)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jruby-joni/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jruby-joni.git
Homepage: https://github.com/jruby/joni/

Package: libjruby-joni-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Java port of Oniguruma regexp library
 Oniguruma is a regular expressions library.  The characteristics of this
 library is that different character encoding for every regular expression
 object can be specified. The supported APIs are GNU regex, POSIX, and Oniguruma
 native.