hawtbuf 1.11-2 source package in Ubuntu

Changelog

hawtbuf (1.11-2) unstable; urgency=medium

  * Team upload.
  * Update Homepage URL (Closes: #982932)
  * Use debhelper-compat 13
  * Update watch file format version to 4.
  * Set upstream metadata fields: Bug-Database, Repository, Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Remove unnecessary get-orig-source-target.
  * Bump Standards-Version to 4.5.1
  * Set Rules-Requires-Root: no in debian/control

 -- tony mancill <email address hidden>  Fri, 18 Jun 2021 21:42:51 -0700

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

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
hawtbuf_1.11-2.dsc 2.1 KiB b7974b3880df6925ae7a12913a48f05b70c14f63adb9e7a8224fd4345aa0a6ca
hawtbuf_1.11.orig.tar.xz 65.0 KiB b0a72c93bac084f8535948e23e480c305536e51d15ddbd58b9bff072e2a8b30b
hawtbuf_1.11-2.debian.tar.xz 3.4 KiB 3622a64c80243235a630b7abd9cd0e89f64b99ee4c0f271e3cbebb087c0eb3a2

Available diffs

No changes file available.

Binary packages built by this source

libhawtbuf-java: HawtBuf rich byte buffer library

 The HawtBuf library implements a simple interface with working with
 byte arrays. The JDK doesn't come with a built in class that's simply
 a `byte[]`, `int offset`, `int length` class and providing a rich
 interface similar to what the String class does for `char` arrays.
 HawtBuf fills in that void by providing a Buffer class which does
 provide that rich interface.
 .
 HawtBuf also provides a Java protobuf code generator to make it easy
 to encode and decode objects to buffers and back.