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
|
Source: dime
Section: graphics
Priority: optional
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: debhelper (>> 3.0.0), g++, automake, libtool, doxygen
Standards-Version: 3.5.2
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.
.
This library package comes with the program dxf2vrml, which converts
dxf to VRML files.
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
|