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
|
Source: dime
Section: graphics
Priority: optional
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
Uploaders: Steve M. Robbins <smr@debian.org>
Build-Depends: debhelper (>> 3.0.0)
Build-Depends-Indep: doxygen
Standards-Version: 3.6.1.0
Package: dime
Architecture: any
Depends: ${shlibs:Depends}
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: libdime
Architecture: any
Depends: ${shlibs: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
Architecture: all
Depends: ${shlibs: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
Architecture: all
Depends: ${shlibs: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
|