File: control

package info (click to toggle)
libassetml 1.2.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,980 kB
  • ctags: 77
  • sloc: sh: 8,586; ansic: 388; makefile: 165
file content (43 lines) | stat: -rw-r--r-- 1,639 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: libassetml
Section: libs
Priority: optional
Maintainer: Yann Dirson <dirson@debian.org>
Build-Depends: debhelper (>= 4), libxml2-dev, libglib2.0-dev, libpopt-dev, texinfo, texi2html, dh-buildinfo
Standards-Version: 3.5.8

Package: libassetml0
Architecture: any
Depends: ${shlibs:Depends}
Section: libs
Description: share image, sounds and video assets with other projects
 Assetml is an xml format to allow image, sounds and video assets to
 be shared by different project. Each project will be able to use this
 format to well organise its own resources, and more, to let them be
 used by other easily.
 .
 This package contains the runtime shared library.

Package: libassetml-dev
Architecture: any
Depends: libassetml0, libc6-dev, libglib2.0-dev
Section: libdevel
Description: share image, sounds and video assets with other projects
 Assetml is an xml format to allow image, sounds and video assets to
 be shared by different project. Each project will be able to use this
 format to well organise its own resources, and more, to let them be
 used by other easily.
 .
 This package contains the headers and development files needed to
 build programs using libassetml.

Package: libassetml-tools
Architecture: any
Depends: ${shlibs:Depends}
Section: utils
Description: share image, sounds and video assets with other projects
 Assetml is an xml format to allow image, sounds and video assets to
 be shared by different project. Each project will be able to use this
 format to well organise its own resources, and more, to let them be
 used by other easily.
 .
 This package contains command-line tools to access assetml data.