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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Source: solvespace
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: whitequark <whitequark@whitequark.org>,
Anton Gladky <gladk@debian.org>
Section: graphics
Priority: optional
Build-Depends: dpkg-dev (>= 1.22.5), cmake (>= 3.9),
debhelper-compat (= 13),
libeigen3-dev,
libfontconfig1-dev,
libfreetype-dev,
libgl-dev,
libglew-dev,
libglu1-mesa-dev,
libgtkmm-3.0-dev,
libjson-c-dev,
libpangomm-1.4-dev,
libpng-dev,
libspnav-dev,
zlib1g-dev
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/science-team/solvespace
Vcs-Git: https://salsa.debian.org/science-team/solvespace.git
Homepage: https://solvespace.com
Rules-Requires-Root: no
Package: solvespace
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends},
libjs-three,
unifont
Description: Parametric 2d/3d CAD
SolveSpace is a parametric 2d/3d CAD program. Applications include:
.
* modeling 3d parts — draw with extrudes, revolves, helix creation,
and Boolean (union / difference / intersection) operations;
* modeling 2d parts — draw the part as a single section, and export DXF,
PDF, SVG; use 3d assembly to verify fit;
* 3d-printed parts — export the STL or other triangle mesh expected by
most 3d printers;
* preparing CAM data — export 2d vector art for a waterjet machine or
laser cutter; or generate STEP or STL, for import into third-party
CAM software for machining;
* mechanism design — use the constraint solver to simulate planar or
spatial linkages, with pin, ball, or slide joints;
* plane and solid geometry — replace hand-solved trigonometry and
spreadsheets with a live dimensioned drawing.
Package: libslvs1t64
Provides: ${t64:Provides}
Replaces: libslvs1
Breaks: libslvs1 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Description: SolveSpace geometric kernel
SolveSpace is a parametric 2d/3d CAD. libslvs contains the geometric
kernel of SolveSpace, built as a library.
Package: libslvs1-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
libslvs1t64 (= ${binary:Version})
Description: SolveSpace geometric kernel (development files)
SolveSpace is a parametric 2d/3d CAD. libslvs contains the geometric
kernel of SolveSpace, built as a library.
.
This package includes development files for libslvs.
|