Cura-packaging/CuraEngine/control

33 lines
1.0 KiB
Plaintext
Raw Normal View History

2016-09-10 10:33:26 +00:00
Source: cura-engine
Section: utils
Priority: optional
2018-12-23 13:48:04 +00:00
Maintainer: Thomas Karl Pietrowski <thopiekar@gmail.com>
2016-10-23 11:07:56 +00:00
Build-Depends:
debhelper (>= 9), cmake,
libpthread-stubs0-dev,
2016-10-23 11:07:56 +00:00
python3-all-dev,
2016-09-10 10:33:26 +00:00
libarcus-dev,
2018-10-13 13:27:08 +00:00
# Protobuf (>= 3.5)
protobuf-compiler (>= 3.5), libprotobuf-dev (>= 3.5),
stb-dev,
2016-10-23 11:07:56 +00:00
# Tests
libcppunit-dev,
# # Optional installation of gmock
2019-07-13 09:59:39 +00:00
libgmock-dev | libgtest-dev,
libgtest-dev,
2016-09-10 10:33:26 +00:00
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
2016-09-10 10:33:26 +00:00
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.