File: control

package info (click to toggle)
lib-gnu.regexp-java 1.0.8-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 772 kB
  • ctags: 675
  • sloc: java: 1,942; makefile: 227; sh: 17
file content (13 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Source: lib-gnu.regexp-java
Section: devel
Priority: optional
Maintainer: Stephane Bortzmeyer <bortzmeyer@debian.org>
Standards-Version: 2.4.0.0

Package: lib-gnu.regexp-java
Architecture: all
Depends: java-common
Description: Regular Expressions for Java
 The gnu.regexp package is a pure-Java implementation of a traditional 
 (non-POSIX) NFA regular expression engine. Its syntax can emulate many 
 popular development tools, including awk, sed, emacs, perl and grep.