xom 1.2.10-2 source package in Ubuntu

Changelog

xom (1.2.10-2) unstable; urgency=medium

  * Team upload.
  * Remove Kumar Appaiah from uploaders.
  * Updating Vcs-* tags to point to salsa.debian.org.
  * Watching releases on GitHub.
  * Registering dependency on jaxen in POM (Closes: #970723).
  * Wrapping and sorting.

 -- Andrius Merkys <email address hidden>  Wed, 25 Aug 2021 06:42:52 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xom_1.2.10-2.dsc 2.1 KiB 31f87f63649b6743f09e79c4c61f02ac10dc2e9765a0c06c7a3fe3d58f72da8b
xom_1.2.10.orig.tar.gz 6.3 MiB b41c91e25c19a8fc5fe7848218d9f402b3d9a088f809ca9a5df83e5346559283
xom_1.2.10-2.debian.tar.xz 7.3 KiB 7e7ebe223f228c0cd3b935f89eb80c6b6abfdedf2f00ed721acea5afd5147eae

Available diffs

No changes file available.

Binary packages built by this source

libxom-java: New XML object model for Java

 XOM(tm) is a new XML object model. It is an open source (LGPL),
 tree-based API for processing XML with Java that strives for correctness,
 simplicity, and performance, in that order.
 .
 XOM is designed to be easy to learn and easy to use. It works very
 straight-forwardly, and has a very shallow learning curve. Assuming
 you're already familiar with XML, you should be able to get up and
 running with XOM very quickly.
 .
 XOM is the only XML API that makes no compromises on correctness.
 XOM only accepts namespace well-formed XML documents, and only allows
 you to create namespace well-formed XML documents. (In fact, it's a
 little stricter than that: it actually guarantees that all documents
 are round-trippable and have well-defined XML infosets.) XOM manages
 your XML so you don't have to. With XOM, you can focus on the unique
 value of your application, and trust XOM to get the XML right.

libxom-java-doc: Documentation for the libxom-java package

 XOM(tm) is a new XML object model. It is an open source (LGPL),
 tree-based API for processing XML with Java that strives for correctness,
 simplicity, and performance, in that order.
 .
 XOM is designed to be easy to learn and easy to use. It works very
 straight-forwardly, and has a very shallow learning curve. Assuming
 you're already familiar with XML, you should be able to get up and
 running with XOM very quickly.
 .
 XOM is the only XML API that makes no compromises on correctness.
 XOM only accepts namespace well-formed XML documents, and only allows
 you to create namespace well-formed XML documents. (In fact, it's a
 little stricter than that: it actually guarantees that all documents
 are round-trippable and have well-defined XML infosets.) XOM manages
 your XML so you don't have to. With XOM, you can focus on the unique
 value of your application, and trust XOM to get the XML right.
 .
 This package includes the API documentation for libxom-java package.