xom 1.3.9-1 source package in Ubuntu

Changelog

xom (1.3.9-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.3.9
  * Refresh patches.
  * Bump copyright years.
  * Cleanup whitespace in debian/changelog.
  * Bump Standards-Version to 4.6.2 (no changes).
  * Add debian/upstream/metadata as generated by lintian-brush.
  * Update the POM.

 -- Andrius Merkys <email address hidden>  Mon, 19 Feb 2024 03:36:31 -0500

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
Oracular release universe libs
Noble release universe libs

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xom_1.3.9-1.dsc 2.1 KiB 5c5aee11b655549e44636ebd3dac35d5ddc852adfb5752854e572c21575b38d7
xom_1.3.9.orig.tar.xz 2.7 MiB d9722f2e60e17542b61ca4a4735a3f25f6ef6193a5270643f24ccdcc9fecb3d0
xom_1.3.9-1.debian.tar.xz 6.7 KiB b006c7cd2298ddc53a0c1072598d152539e2fd0709225abcd008c9eb200e8727

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.