File: control

package info (click to toggle)
meshio 0.2.0-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,052 kB
  • ctags: 493
  • sloc: sh: 8,765; cpp: 1,438; ansic: 135; makefile: 57
file content (22 lines) | stat: -rw-r--r-- 767 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: meshio
Section: devel
Priority: optional
Maintainer: Maurizio Boriani (baux) <baux@debian.org>
Build-depends: debhelper, glutg3-dev, libjpeg62-dev, libpng2-dev
Standards-Version: 3.1.0

Package: libmeshio-dev
Section: devel
Architecture: any
Depends: libmeshio0 (= ${Source-Version})
Description: libmeshio development files (includes)
 This package contains header files for use with libmeshio.

Package: libmeshio0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: MeshIO is a simple C++ library for the loading of 3D model files
 MeshIO is a simple C++ library for the loading of 3D model files. Currently,
 MeshIO only supports plain .3DS files as well as its native .RAW format.
 MeshIO will undergo a major redesign in the future.