libbgcode 0.0~git20240328.8ae75bd-1 source package in Ubuntu

Changelog

libbgcode (0.0~git20240328.8ae75bd-1) unstable; urgency=medium

  * [947ba83] New upstream version 0.0~git20240328.8ae75bd

 -- Chow Loong Jin <email address hidden>  Fri, 26 Apr 2024 17:38:09 +0800

Upload details

Uploaded by:
Chow Loong Jin
Uploaded to:
Sid
Original maintainer:
Chow Loong Jin
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libbgcode_0.0~git20240328.8ae75bd-1.dsc 2.1 KiB d6937f5ead11a5a3405fe2fe21c87e5ff4fdad0b819b764c5aa13736eec53047
libbgcode_0.0~git20240328.8ae75bd.orig.tar.xz 271.7 KiB 87b6ddc33f095104aec35932759774d3feb1392ec1b5bda47e970d81a533bdfc
libbgcode_0.0~git20240328.8ae75bd-1.debian.tar.xz 4.7 KiB 34d6ca04c7ba22414e3eab94e0396474b65948d6fcd2934d51124f00bb6d4407

No changes file available.

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.