snakeyaml 1.23-1 source package in Ubuntu

Changelog

snakeyaml (1.23-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - Fixes the test failure with Java 11 (Closes: #912389)
  * Standards-Version updated to 4.2.1

 -- Emmanuel Bourg <email address hidden>  Wed, 07 Nov 2018 01:12:28 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
snakeyaml_1.23-1.dsc 2.2 KiB 4074caff323d9d09d64f786f90611e58ded4f8bef589a750ef6aa4e6a5471a41
snakeyaml_1.23.orig.tar.xz 257.1 KiB 2746d5d594bcc1597bf950f76e5d191bf7722236c208bc3df5f09eabfd8e7659
snakeyaml_1.23-1.debian.tar.xz 9.3 KiB b4f4e931f206c3a55adb59e391d31a3a231de89e61fd2d98ac498c82cb831230

Available diffs

No changes file available.

Binary packages built by this source

libyaml-snake-java: 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.

libyaml-snake-java-doc: 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.