b9bbd07b0f965a31fb02cb574db258d7ce640504
[memstore.git] / debian / control
1 Source: cl-memstore
2 Section: lisp
3 Priority: optional
4 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
5 Build-Depends-Indep: dh-lisp
6 Build-Depends: debhelper (>= 7.0.0)
7 Standards-Version: 3.9.2.0
8 Homepage: http://files.kpe.io/memstore/
9 Vcs-Git: git://git.kpe.io/memstore.git
10 Vcs-Browser: http://git.kpe.io/?p=memstore.git
11
12 Package: cl-memstore
13 Architecture: all
14 Depends: ${misc:Depends}, cl-rt, cl-kmrcl
15 Description: Memstore library for Common Lisp Programs
16  This package contains the Common Lisp memstore library.
17  This library provides high-level object serialization, including
18  optional compression as well as an interface to the memcached protocol.