File: control

package info (click to toggle)
cl-rsm-random 1.4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 84 kB
  • ctags: 36
  • sloc: ansic: 85; lisp: 82; makefile: 74; sh: 28
file content (16 lines) | stat: -rw-r--r-- 667 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: cl-rsm-random
Section: devel
Priority: optional
Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>
Uploaders: Peter Van Eynde <pvaneynd@debian.org>, Luca Capello <luca@pca.it>
Build-Depends: debhelper (>> 4.0.0)
Standards-Version: 3.7.3
Vcs-Git: http://git.debian.org/git/pkg-common-lisp/cl-rsm-random.git

Package: cl-rsm-random
Architecture: any
Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.37), cl-uffi
Recommends: cl-ptester
Description: McIntire's Common Lisp Random Number Library
 This is R. Scott McIntire's Common Lisp random number library. It uses 
 UFFI to access random number functions written in C.