Cura-packaging/CuraEngine/control
2019-07-13 11:59:39 +02:00

33 lines
1.0 KiB
Plaintext

Source: cura-engine
Section: utils
Priority: optional
Maintainer: Thomas Karl Pietrowski <thopiekar@gmail.com>
Build-Depends:
debhelper (>= 9), cmake,
libpthread-stubs0-dev,
python3-all-dev,
libarcus-dev,
# Protobuf (>= 3.5)
protobuf-compiler (>= 3.5), libprotobuf-dev (>= 3.5),
stb-dev,
# Tests
libcppunit-dev,
# # Optional installation of gmock
libgmock-dev | libgtest-dev,
libgtest-dev,
Standards-Version: 3.9.6
Homepage: https://github.com/Ultimaker/CuraEngine
Vcs-Git: https://github.com/Ultimaker/CuraEngine.git
Vcs-Browser: https://github.com/Ultimaker/CuraEngine
X-Python3-Version: >= 3.4
Package: cura-engine
Architecture: any
Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends}
Description: Slicing application for 3-D printers (CLI)
Most 3-D printers need a toolpath for printing, while what is usually distributed
is a 3-D model. A slicer programs converts a model to a toolpath, with user
defined settings for options such as infill density and printing speed.
.
This slicer is used by Cura to create these toolpaths.