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
|
Source: dime
Section: graphics
Priority: optional
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: debhelper (>= 9), autoconf, automake, libtool, autotools-dev, doxygen
Standards-Version: 3.9.5
Package: dime
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libdime-doc
Description: DXF Import, Manipulation, and Export programs
Dime is a C++ class library for reading, constructing, manipulating,
and writing DXF file data.
.
This package comes with the programs dxf2vrml, which converts
dxf to VRML files and dxfsphere, which makes triangle mesh approximations
of spheres.
Package: libdime1
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: DXF Import, Manipulation, and Export library
Dime is a C++ class library for reading, constructing, manipulating,
and writing DXF file data.
Package: libdime-dev
Section: libdevel
Architecture: any
Depends: libdime1 (= ${binary:Version}), ${misc:Depends}
Description: DXF Import, Manipulation, and Export library - devel
Dime is a C++ class library for reading, constructing, manipulating,
and writing DXF file data.
Package: libdime-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: DXF Import, Manipulation, and Export library - devel
Dime is a C++ class library for reading, constructing, manipulating,
and writing DXF file data.
.
This dev package also contains doxygen generated documentation
|