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 39 40 41 42 43 44 45 46 47 48
|
Source: snakeyaml
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Stefan Denker <Stefan+Debian@dn-kr.de>, Hilko Bengen <bengen@debian.org>
Build-Depends:
debhelper (>= 9),
default-jdk,
maven-debian-helper (>= 1.6.5),
Build-Depends-Indep:
junit4,
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
libjoda-time-java,
libspring-context-java,
velocity,
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/snakeyaml.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/snakeyaml.git
Homepage: https://bitbucket.org/asomov/snakeyaml
Package: libyaml-snake-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Description: YAML parser and emitter for the Java programming language
SnakeYAML is a YAML parser and emitter for the Java programming language.
.
SnakeYAML features
.
* a complete YAML 1.1 parser. In particular, SnakeYAML can parse all
examples from the specification.
* Unicode support including UTF-8/UTF-16 input/output.
* high-level API for serializing and deserializing native Java objects.
* support for all types from the YAML types repository.
* relatively sensible error messages.
Package: libyaml-snake-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${maven:DocDepends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libyaml-snake-java
Description: Documentation for SnakeYAML
SnakeYAML is a YAML parser and emitter for the Java programming
language.
.
This package contains the API documentation of libyaml-snake-java.
|