File: control

package info (click to toggle)
libsweble-wikitext-java 3.1.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 20,476 kB
  • sloc: java: 77,950; xml: 23,034; sh: 12; makefile: 12
file content (38 lines) | stat: -rw-r--r-- 1,337 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: libsweble-wikitext-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Markus Koschany <apo@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 jflex,
 libbuild-helper-maven-plugin-java,
 libcommons-io-java,
 libcommons-lang3-java,
 libjflex-maven-plugin-java,
 libreplacer-java,
 libsweble-common-java,
 libxtc-rats-java,
 maven-debian-helper
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/java-team/libsweble-wikitext-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libsweble-wikitext-java
Homepage: https://oss.cs.fau.de/research/research-resources/sweble-wikitext/

Package: libsweble-wikitext-java
Architecture: all
Depends:
 ${maven:Depends},
 ${misc:Depends}
Suggests:
 ${maven:OptionalDepends}
Description: parser for MediaWiki's wikitext
 The Sweble Wikitext Parser is a parser for the wiki markup (called Wikitext)
 used by the MediaWiki wiki engine. Of course, the MediaWiki software provides
 its own parser for wikitext, however, the MediaWiki parser only produces HTML
 output. The Sweble Wikitext Parser on the other hand generates a
 machine-readable representation (AST – abstract syntax tree) of an article,
 thus unlocking the structured data within a wiki running the MediaWiki
 software.