xom 1.3.8-1 source package in Ubuntu

Changelog

xom (1.3.8-1) unstable; urgency=medium

  [ Emmanuel Bourg ]
  * New upstream release
    - Refreshed the patches
    - Updated the Maven pom
  * Standards-Version updated to 4.6.1

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable)

 -- Emmanuel Bourg <email address hidden>  Mon, 05 Dec 2022 14:17:14 +0100

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
Mantic release universe libs
Lunar release universe libs

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xom_1.3.8-1.dsc 2.1 KiB bc93e7cb6a92dbed292252e3f914146425d1e9bfeebfd7c959aa267a102a3d77
xom_1.3.8.orig.tar.xz 2.7 MiB b564fc92c6dd120fe74556bfdd181436b24230f507f4cba88d96141b1bd7fb0e
xom_1.3.8-1.debian.tar.xz 6.5 KiB 6c4810641d09b2a79e3cb2498d7a13d971eeff1c484db456f0aa35c855d0d7de

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.