libbgcode 0.0~git20240220.33a1eeb-1build1 source package in Ubuntu

Changelog

libbgcode (0.0~git20240220.33a1eeb-1build1) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 18:50:14 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
libbgcode_0.0~git20240220.33a1eeb.orig.tar.xz 272.0 KiB d65a3358629259b02d7ee4e16c5aee355ae7e31cac558dc12a80fb7e8719d937
libbgcode_0.0~git20240220.33a1eeb-1build1.debian.tar.xz 4.7 KiB e82ab9ff9b3b1bccad1c32af60240c016965a366e3b3f67f9c560908a6e29030
libbgcode_0.0~git20240220.33a1eeb-1build1.dsc 2.2 KiB bbc8e329d423417cf4e3d47eb67fad819c53db73571544b6a7044adc7a8cb1ba

View changes file

Binary packages built by this source

bgcode: binary gcode generation library

 libbgcode is a library used to generate binary G-code for 3D printers.
 Binary G-code is a new G-code file format featuring the following
 improvements over the legacy G-code:
 .
 1) Block structure with distinct blocks for metadata vs. G-code
 2) Faster navigation
 3) Coding & compression for smaller file size
 4) Checksum for data validity
 5) Extensivity through new (custom) blocks. For example, a file
    signature block may be welcome by corporate customers.
 .
 This package contains the bgcode command line utility used to convert textual
 gcode files into binary gcode.

bgcode-dbgsym: debug symbols for bgcode
libbgcode-dev: binary gcode generation library

 libbgcode is a library used to generate binary G-code for 3D printers.
 Binary G-code is a new G-code file format featuring the following
 improvements over the legacy G-code:
 .
 1) Block structure with distinct blocks for metadata vs. G-code
 2) Faster navigation
 3) Coding & compression for smaller file size
 4) Checksum for data validity
 5) Extensivity through new (custom) blocks. For example, a file
    signature block may be welcome by corporate customers.
 .
 This package contains the development files required to compile applications
 against this library.