jaxb 2.3.0.1-10.1 source package in Ubuntu

Changelog

jaxb (2.3.0.1-10.1) unstable; urgency=low

  * Non-maintainer upload.
  * Bump source/target 7 -> 8. (Closes: #1028845)

 -- Adrian Bunk <email address hidden>  Fri, 27 Jan 2023 11:16:53 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Low 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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jaxb_2.3.0.1-10.1.dsc 2.5 KiB ef915cd8373a9e8619504eb1a257f5a8cc936b602aa5dab0a16dc9a69bad5b51
jaxb_2.3.0.1.orig.tar.xz 1.4 MiB 771fc508de1b9ccfacb656a7d0fc71521b3ba54c9d37233c58a95e3db65e7908
jaxb_2.3.0.1-10.1.debian.tar.xz 24.6 KiB 2598cbc81558a56c838b2d09e0558674ba32ea46e23bef634dce0a45c66c7d7a

Available diffs

No changes file available.

Binary packages built by this source

jaxb: JAXB Reference Implementation (Command Line Tools)

 GlassFish Java Architecture for XML Binding (JAXB) Reference
 Implementation.
 .
 Java Architecture for XML Binding (JAXB) provides a fast and convenient
 way to bind XML schemas and Java representations, making it easy for
 Java developers to incorporate XML data and processing functions in Java
 applications. As part of this process, JAXB provides methods for
 unmarshalling (reading) XML instance documents into Java content trees,
 and then marshalling (writing) Java content trees back into XML instance
 documents. JAXB also provides a way to generate XML schema from Java
 objects.
 .
 This package contains the xjc and schemagen command line tools.

libcodemodel-java: Java library for code generators

 CodeModel is a Java library for code generators; it provides a way to
 generate Java programs in a way much nicer than
 PrintStream.println(). This project is a spin-off from the JAXB
 Reference Implementation for its schema compiler to generate Java
 source files.

libjaxb-java: JAXB Reference Implementation

 GlassFish Java Architecture for XML Binding (JAXB) Reference
 Implementation.
 .
 Java Architecture for XML Binding (JAXB) provides a fast and convenient
 way to bind XML schemas and Java representations, making it easy for
 Java developers to incorporate XML data and processing functions in Java
 applications. As part of this process, JAXB provides methods for
 unmarshalling (reading) XML instance documents into Java content trees,
 and then marshalling (writing) Java content trees back into XML instance
 documents. JAXB also provides a way to generate XML schema from Java
 objects.

libjaxb-java-doc: JAXB Reference Implementation -- documentation

 GlassFish Java Architecture for XML Binding (JAXB) Reference
 Implementation.
 .
 Java Architecture for XML Binding (JAXB) provides a fast and convenient
 way to bind XML schemas and Java representations, making it easy for
 Java developers to incorporate XML data and processing functions in Java
 applications. As part of this process, JAXB provides methods for
 unmarshalling (reading) XML instance documents into Java content trees,
 and then marshalling (writing) Java content trees back into XML instance
 documents. JAXB also provides a way to generate XML schema from Java
 objects.
 .
 This package contains the Javadoc API.

librngom-java: Java library for parsing RELAX NG grammars

 RNGOM is an open-source Java library for parsing RELAX NG grammars.
 .
 In particular, RNGOM can:
  * parse the XML syntax
  * parse the compact syntax
  * check all the semantic restrictions as specified in the specification
  * parse RELAX NG into application-defined data structures
  * build a default data structure based around the binarized simple syntax
    or another data structure that preserves more of the parsed information
  * parse foreign elements/attributes in a schema
  * parse comments in a schema

libtxw2-java: Typed XML Writer for Java

 A Java library that allows client applications to write arbitrary
 well-formed typed XML documents.

libxsom-java: XML Schema Object Model Java library

 XML Schema Object Model (XSOM) is a Java library that allows applications
 to easily parse XML Schema documents and inspect information in them. It
 is expected to be useful for applications that need to take XML Schema
 as an input.