File: control

package info (click to toggle)
cl-plplot 0.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 756 kB
  • sloc: lisp: 6,515; makefile: 53; sh: 26
file content (25 lines) | stat: -rw-r--r-- 1,207 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
Source: cl-plplot
Section: lisp
Priority: optional
Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>
Uploaders: Philipp Benner <philipp@debian.org>
Build-Depends: debhelper (>= 5), texlive-latex-base, texinfo, texi2html,
 sbcl, cl-cffi, libplplot-dev
Standards-Version: 3.9.2
Vcs-Browser: http://git.debian.org/?p=pkg-common-lisp/cl-plplot.git
Vcs-Git: http://git.debian.org/git/pkg-common-lisp/cl-plplot.git/
Homepage: http://common-lisp.net/project/cl-plplot/

Package: cl-plplot
Architecture: all
Depends: ${misc:Depends}, common-lisp-controller (>= 7.0), cl-cffi, libplplot-dev
Description: CFFI based interface to the PLplot scientific plotting library
 Cl-plplot provides a CFFI based interface to the PLplot graphics 
 library. The PLplot graphics library supports the drawing of many different 
 types of 2D and 3D graphs using a large variety of output devices including
 X11, postscript and png. PLplot can also be used to make scaled drawing,
 or diagrams.
 .
 At present, cl-plplot consists of two packages, one is low-level interface 
 to the PLplot library and the other is high-level plotting interface that 
 attempts to make using PLplot with Lisp easier.