File: control

package info (click to toggle)
vmemcache 0.8.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 820 kB
  • sloc: ansic: 8,950; perl: 892; sh: 444; python: 140; makefile: 7
file content (37 lines) | stat: -rw-r--r-- 1,321 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
Source: vmemcache
Priority: optional
Maintainer: Adam Borowski <kilobyte@angband.pl>
Build-Depends:
	cmake,
	debhelper-compat (= 12),
	pandoc,
	pkg-config,
	valgrind [amd64 arm64 armhf i386 powerpc ppc64el x32]
Standards-Version: 4.5.0
Section: libs
Homepage: https://github.com/pmem/vmemcache
Vcs-Browser: https://github.com/kilobyte/vmemcache/tree/debian
Vcs-Git: https://github.com/kilobyte/vmemcache -b debian

Package: libvmemcache-dev
Section: libdevel
Architecture: amd64 arm64 ppc64el mips64el s390x alpha ia64 ppc64 riscv64 sparc64
Multi-Arch: same
Depends: libvmemcache0 (= ${binary:Version}), ${misc:Depends}
Description: buffer-based LRU cache
 Vmemcache is a volatile filesystem based key:value cache.  It works best
 when backed with a DAX-capable persistent memory device, but can work on
 tmpfs or on legacy disks.
 .
 This package contains development headers and documentation.

Package: libvmemcache0
Architecture: amd64 arm64 ppc64el mips64el s390x alpha ia64 ppc64 riscv64 sparc64
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: buffer-based LRU cache
 Vmemcache is a volatile filesystem based key:value cache.  It works best
 when backed with a DAX-capable persistent memory device, but can work on
 tmpfs or on legacy disks.
 .
 This package contains the runtime library.