File: control

package info (click to toggle)
repsnapper 2.5a5-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 5,460 kB
  • sloc: cpp: 61,683; ansic: 7,084; perl: 692; xml: 396; makefile: 348; sh: 231
file content (29 lines) | stat: -rw-r--r-- 1,115 bytes parent folder | download
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
Source: repsnapper
Section: utils
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: debhelper (>= 10),
               docbook-xsl,
               freeglut3-dev,
               intltool,
               libcairomm-1.0-dev,
               libgtkglext1-dev,
               libgtkglextmm-x11-1.2-dev,
               libgtkmm-2.4-dev,
               libpangomm-1.4-dev,
               libpolyclipping-dev,
               libvmmlib-dev (>= 1.0-2.1),
               libxml++2.6-dev,
               libzip-dev,
               xsltproc
Standards-Version: 4.0.0
Homepage: http://reprap.org/wiki/RepSnapper_Manual:Introduction

Package: repsnapper
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: STL to GCode Converter and print software for RepRap machines
 A RepRap is a 3D printer: a machine which can print 3-dimensional plastic
 objects from a computer model. Repsnapper can convert STL, which can be
 created with most 3D drawing programs like Blender, into GCode, which the
 RepRap can understand. It can also be used to send the result to the RepRap.