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

Changelog

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

  * [bb7fbd2] New upstream version 0.0~git20240220.33a1eeb

 -- Chow Loong Jin <email address hidden>  Sun, 03 Mar 2024 17:57:59 +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~git20240220.33a1eeb-1.dsc 2.1 KiB 74eb22055d32b1967a68c678848531736be19f45411814fbebca619f4f8a5c18
libbgcode_0.0~git20240220.33a1eeb.orig.tar.xz 272.0 KiB d65a3358629259b02d7ee4e16c5aee355ae7e31cac558dc12a80fb7e8719d937
libbgcode_0.0~git20240220.33a1eeb-1.debian.tar.xz 4.6 KiB 79183a38e3c9ac15d81fa8dfec72c3ef1521e8002cb4c72bce86026ce2f9e855

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.