unbescape 1.1.5-1.1 source package in Ubuntu

Changelog

unbescape (1.1.5-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sat, 09 Jan 2021 13:35:56 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
unbescape_1.1.5-1.1.dsc 2.1 KiB 6bae0c9850ccb9754cff5732b1bde3b43313dcb3c2e1bf43df9d4e4b89fdc0a2
unbescape_1.1.5.orig.tar.gz 382.8 KiB 83c4b4aaeaad6b52b310cb88bbfcf1d23692694230c2a64edb9a0b99571041d4
unbescape_1.1.5-1.1.debian.tar.xz 3.1 KiB e625fc4465b5074aedbff9dc12e05d01cfe8099c9147c2be20ff6274961c9cdb

Available diffs

No changes file available.

Binary packages built by this source

libunbescape-java: advanced yet easy-to-use escape/unescape library for Java

 unbescape is a Java library aimed at performing fully-featured and
 high-performance escape and unescape operations for:
 .
  * HTML5 and HTML 4
  * XML 1.0 and XML 1.1
  * JavaScript
  * JSON
  * URI / URL (both paths and query parameters)
  * CSS (both identifiers and string literals)
  * CSV (Comma-Separated Values)
  * Java literals
  * Java .properties files (both keys and values)
 .
 Its goals are:
 .
  * To be easy to use. Few lines of code needed. No additional dependencies.
  * To be fast. Faster and lighter than most other options available in Java.
  * To be versatile. Provides different escaping types and levels in order to
    better adapt to different scenarios and contexts.
  * To be feature-complete. Includes full HTML5 support, careful implementation
    of the JavaScript, JSON, Java, etc specifications, streaming support...

libunbescape-java-doc: escape/unescape library for Java (documentation)

 This package contains the API documentation of libunbescape-java,
 a Java library aimed at performing fully-featured and
 high-performance escape and unescape operations.