Source: snakeyaml
Section: java
Priority: extra
Maintainer: Stefan Denker <Stefan+Debian@dn-kr.de>
Build-Depends: debhelper (>= 9), default-jdk, javahelper, maven2
Build-Depends-Indep: libmaven-bundle-plugin-java,
 libmaven-clean-plugin-java,
 libmaven-compiler-plugin-java,
 libsurefire-java,
 libmaven-javadoc-plugin-java,
 libmaven-resources-plugin-java,
 libjoda-time-java,
 velocity,
 junit4,
Standards-Version: 3.9.3
Homepage: http://code.google.com/p/snakeyaml/

Package: libyaml-snake-java
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${java:Depends}
Recommends: ${java:Recommends}
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. 
