File: control

package info (click to toggle)
libkarma 0.1.2-2.5
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 656 kB
  • ctags: 696
  • sloc: ansic: 6,224; sh: 328; makefile: 224; cs: 170
file content (76 lines) | stat: -rw-r--r-- 2,790 bytes parent folder | download | duplicates (2)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Source: libkarma
Priority: extra
Maintainer: Joe Nahmias <jello@debian.org>
Build-Depends: debhelper (>= 7.0.50~), zlib1g-dev, libtagc0-dev, libusb-dev
Build-Depends-Indep: mono-devel (>= 2.4.2.3), cli-common-dev (>= 0.7)
Standards-Version: 3.9.2
Section: libs
Homepage: http://www.freakysoft.de/html/libkarma/

Package: libkarma-dev
Section: libdevel
Architecture: any
Depends: libkarma0 (= ${binary:Version}), libtagc0-dev, ${misc:Depends}
Description: Rio Karma access library [development files]
 libkarma is a C language library that provides (read/write) access
 to the Rio Karma music player using either the usb (with OMFS) or
 network (PEARL) interface.
 .
 libkarma allows developers to do the following:
 .
   * login
   * read, write and delete music or data files
   * read and write file information
   * write music or taxi files with one function, including setting
     all metadata
 .
 This package contains the development files needed to compile
 programs using the facilities provided by libkarma.

Package: libkarma0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Rio Karma access library [runtime files]
 libkarma is a C language library that provides (read/write) access
 to the Rio Karma music player using either the usb (with OMFS) or
 network (PEARL) interface.
 .
 This package contains the runtime library needed by programs using
 the facilities provided by libkarma.

Package: karma-tools
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Rio Karma access library [tools]
 Some basic utilities for use with the Rio Karma music player.
 Includes:
 .
   * chprop - changes file properties on the Rio Karma
   * karma_helper - adjusts the state of the Rio Karma
   * riocp - transfers files to and from the Rio Karma

Package: libkarma-cil
Section: cli-mono
Architecture: all
Depends: ${misc:Depends}, ${cli:Depends}
Description: Rio Karma access library [CLI runtime library]
 Also known as karma-sharp, this is a CLI library (.dll) that
 provides (read/write) access to the Rio Karma music player using
 either the usb (with OMFS) or network (PEARL) interface.
 .
 This package contains the runtime glue library needed by C# programs
 using the facilities provided by libkarma.

Package: libkarma-cil-dev
Section: libdevel
Architecture: all
Depends: libkarma-cil (= ${binary:Version}), ${misc:Depends}
Replaces: libkarma-cil (<< 0.0.6-4.3)
Description: Rio Karma access library [CLI library development files]
 Also known as karma-sharp, this is a CLI library (.dll) that
 provides (read/write) access to the Rio Karma music player using
 either the usb (with OMFS) or network (PEARL) interface.
 .
 This package contains development files for the karma-sharp library used for
 compilation.