File: control

package info (click to toggle)
cl-sqlite 20130615-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 136 kB
  • sloc: lisp: 779; makefile: 13
file content (17 lines) | stat: -rw-r--r-- 565 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: cl-sqlite
Section: lisp
Priority: optional
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: dh-lisp
Standards-Version: 3.9.5
Homepage: http://common-lisp.net/project/cl-sqlite/
Vcs-Git: git://github.com/dmitryvk/cl-sqlite.git
Vcs-Browser: http://github.com/dmitryvk/cl-sqlite

Package: cl-sqlite
Architecture: all
Depends: ${misc:Depends}, cl-iterate, cl-cffi, libsqlite3-0
Description: Common Lisp interface to SQLite 
 CL-SQLITE package is an interface to the SQLite embedded relational
 database engine.