File: control

package info (click to toggle)
automaton 1.11-8%2Bdfsg1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 464 kB
  • sloc: java: 4,422; xml: 106; makefile: 10
file content (21 lines) | stat: -rw-r--r-- 984 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
Source: automaton
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Michael Banck <mbanck@debian.org>, Thomas Koch <thomas@koch.ro>
Build-Depends: debhelper (>= 9), javahelper, default-jdk, ant, maven-repo-helper (>= 1.7.1)
Standards-Version: 3.9.4
Homepage: http://www.brics.dk/automaton/index.html
Vcs-Browser: http://anonscm.debian.org/git/pkg-java/automaton.git
Vcs-Git: git://anonscm.debian.org/git/pkg-java/automaton.git
DM-Upload-Allowed: yes

Package: libautomaton-java
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}
Recommends: ${java:Recommends}
Description: Finite-State Automaton for Regular Expressions
 Automaton is a DFA/NFA (finite-state automata) implementation with Unicode
 alphabet (UTF16) and support for the standard regular expression operations
 (concatenation, union, Kleene star) and a number of non-standard ones
 (intersection, complement, etc.).