Add debian directory
[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 Depends: cl-kmrcl
8 Standards-Version: 3.9.2.0
9 Homepage: http://files.b9.com/memstore/
10 Vcs-Git: git://git.b9.com/memstore.git
11 Vcs-Browser: http://git.b9.com/?p=memstore.git
12
13 Package: cl-memstore
14 Architecture: all
15 Depends: ${misc:Depends}, cl-rt
16 Description: Memstore library for Common Lisp Programs
17  This package contains the Common Lisp memstore library.
18  This library provides high-level object serialization, including
19  optional compression as well as an interface to the memcached protcol.