1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Source: libbgcode
Section: libs
Priority: optional
Maintainer: Chow Loong Jin <hyperair@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
catch2,
cmake,
libboost-dev,
libboost-nowide-dev,
libheatshrink-dev,
pandoc,
zlib1g-dev
Standards-Version: 4.6.2
Homepage: https://github.com/prusa3d/libbgcode
Vcs-Browser: https://salsa.debian.org/3dprinting-team/libbgcode
Vcs-Git: https://salsa.debian.org/3dprinting-team/libbgcode.git
Package: libbgcode-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends},
Description: 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.
Package: bgcode
Section: misc
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 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.
|