File: control

package info (click to toggle)
cl-qmynd 20140914-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 380 kB
  • ctags: 617
  • sloc: lisp: 3,852; makefile: 11
file content (19 lines) | stat: -rw-r--r-- 733 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: cl-qmynd
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/qitab/
Vcs-Git: https://github.com/qitab/qmynd.git
Vcs-Browser: https://github.com/qitab/qmynd

Package: cl-qmynd
Architecture: all
Depends: ${misc:Depends}, cl-babel, cl-flexi-streams, cl-ironclad, cl-trivial-gray-streams, cl-usocket
Description: MySQL Native Driver for Common Lisp
 QMyND, the QITAB MySQL Native Driver, is a MySQL client library that
 directly talks to a MySQL server in its native network protocol. The little
 documentation there is currently lies in the code itself and its test
 suite.