jbbp 2.0.3-1 source package in Ubuntu

Changelog

jbbp (2.0.3-1) unstable; urgency=medium

  * New upstream release 2.0.3
    - Added service methods `JBBPUtils.traceData` to print dump of
      an input stream into a PrintStream
    - Improved `JBBPTokenizerException` to show marked error position
  * debian/control:
    - Remove unnecessary B-D.
  * Add d/gbp.conf
  * debian/patches:
    - Refresh patches.

 -- Roger Shimizu <email address hidden>  Sat, 09 Jan 2021 21:52:36 +0900

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
jbbp_2.0.3-1.dsc 2.1 KiB c10dec026c8aeb02beed25d81fc46e034ef6235c00e771c1824ae8e409827e22
jbbp_2.0.3.orig.tar.gz 3.1 MiB d91689d201d006c999a72736cd75c4ffdebd2c42ac37fd0f553284ae39f97af2
jbbp_2.0.3-1.debian.tar.xz 3.5 KiB 5a335f39eedc56f8b01f5b44a5dd0a366eb8e4eb2db945638d2b513d044e489b

Available diffs

No changes file available.

Binary packages built by this source

libjbbp-java: comfortable way to work with binary data in Java

 Java has some embedded features to parse binary data (for instance
 ByteBuffer), but sometime it is needed to work on bit level and
 describe binary structures through some DSL(domain specific language).