File: control

package info (click to toggle)
rvm 1.13%2Bdebian-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,800 kB
  • ctags: 2,012
  • sloc: ansic: 20,307; sh: 8,996; makefile: 115
file content (45 lines) | stat: -rw-r--r-- 1,603 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
44
45
Source: rvm
Section: libs
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends: debhelper (>= 4.0), dpatch, autotools-dev, liblwp-dev
Standards-Version: 3.7.2

Package: librvm1
Architecture: any
Depends: ${shlibs:Depends}
Suggests: rvm-tools
Description: Recoverable Virtual Memory (library)
 Recoverable Virtual Memory provides easy to use persistent storage with
 transactional properties for applications. It was developed at CMU for the Coda
 distributed filesystem.
 .
 This package contains the runtime libraries required to run applications that
 use RVM.

Package: librvm-dev
Section: libdevel
Architecture: any
Depends: librvm1 (= ${Source-Version})
Recommends: librvm-doc
Description: Recoverable Virtual Memory (development files)
 Recoverable Virtual Memory provides easy to use persistent storage with
 transactional properties for applications. It was developed at CMU for the Coda
 distributed filesystem.
 .
 This package contains the headers and libraries required to build applications
 that use RVM.

Package: rvm-tools
Section: utils
Architecture: any
Depends: librvm1 (= ${Source-Version})
Recommends: librvm-doc
Description: Recoverable Virtual Memory (support tools)
 Recoverable Virtual Memory provides easy to use persistent storage with
 transactional properties for applications. It was developed at CMU for the Coda
 distributed filesystem.
 .
 This package contains the runtime libraries required to initialize and manage
 RVM files. Some application already know how to initialize rvm segments
 themselves and do not need these additional tools.