File: control

package info (click to toggle)
cura-engine 1%3A5.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,860 kB
  • sloc: cpp: 52,613; python: 322; makefile: 10; sh: 2
file content (27 lines) | stat: -rw-r--r-- 949 bytes parent folder | download | duplicates (2)
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
Source: cura-engine
Priority: optional
Maintainer: Debian 3-D Printing Packages <3dprinter-general@lists.alioth.debian.org>
Uploaders: Gregor Riepl <onitake@gmail.com>,
 Christoph Berg <myon@debian.org>,
Build-Depends: debhelper-compat (= 12), cmake,
 pkgconf,
 libcppunit-dev,
 libboost-dev,
 protobuf-compiler, libprotobuf-dev,
 rapidjson-dev, libpolyclipping-dev,
 libarcus-dev (>= 5.0~beta),
 libgmock-dev,
 libstb-dev,
Standards-Version: 4.1.4
Section: utils
Homepage: https://github.com/Ultimaker/CuraEngine
Vcs-Browser: https://salsa.debian.org/3dprinting-team/cura-engine
Vcs-Git: https://salsa.debian.org/3dprinting-team/cura-engine.git

Package: cura-engine
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: command line slicer engine for 3d printing
 The CuraEngine is a C++ console application for 3D printing
 GCode generation. It has been made as a better and faster
 alternative to the old Skeinforge engine.