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 75 76 77 78 79
|
Source: opencamlib
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Kurt Kremitzki <kurt@kwk.systems>
Section: science
Priority: optional
Build-Depends: cmake,
debhelper-compat (= 13),
dh-python,
libboost-graph-dev,
libboost-python-dev,
libboost-system-dev,
python3-all-dev,
Build-Depends-Indep: doxygen,
ghostscript,
texlive-fonts-recommended,
texlive-latex-base,
texlive-latex-extra,
texlive-plain-generic
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/opencamlib
Vcs-Git: https://salsa.debian.org/science-team/opencamlib.git
Homepage: http://www.anderswallin.net/cam/
Package: libopencamlib-2023.01
Architecture: any
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Provides: libopencamlib
Conflicts: libopencamlib,
libopencamlib-2018.08,
libopencamlib-2019.07,
Replaces: libopencamlib
Suggests: opencamlib-doc
Multi-Arch: same
Description: C++ library for creating 3D toolpaths for CNC machines
OpenCAMLib is a 3D CAM library in C++ with Python bindings. The main
functionality it provides is axial and radial cutter-projection algorithms
against polyhedral (triangulated) surfaces.
Package: libopencamlib-dev
Architecture: any
Section: libdevel
Depends: libopencamlib-2023.01 (<< ${binary:Version}+1~),
libopencamlib-2023.01 (>= ${binary:Version}),
${misc:Depends}
Description: C++ library for creating 3D toolpaths for CNC machines - headers
OpenCAMLib is a 3D CAM library in C++ with Python bindings. The main
functionality it provides is axial and radial cutter-projection algorithms
against polyhedral (triangulated) surfaces.
.
This package provides development headers for OpenCAMLib.
Package: python3-opencamlib
Section: python
Architecture: any
Depends: python3,
${misc:Depends},
${shlibs:Depends}
Suggests: opencamlib-doc
Description: C++ library for creating 3D toolpaths for CNC machines - Python bindings
OpenCAMLib is a 3D CAM library in C++ with Python bindings. The main
functionality it provides is axial and radial cutter-projection algorithms
against polyhedral (triangulated) surfaces.
.
This package contains the Python bindings for OpenCAMLib.
Package: opencamlib-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: python3-opencamlib
Multi-Arch: foreign
Description: C++ library for creating 3D toolpaths for CNC machine - documentation
OpenCAMLib is a 3D CAM library in C++ with Python bindings. The main
functionality it provides is axial and radial cutter-projection algorithms
against polyhedral (triangulated) surfaces.
.
This package contains documentation for OpenCAMLib.
|