File: control

package info (click to toggle)
cl-ptester 20160829.gitfe69fde-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 116 kB
  • sloc: lisp: 489; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 687 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-ptester
Section: lisp
Priority: optional
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Peter Van Eynde <pvaneynd@debian.org>
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.1.4
Homepage: http://git.kpe.io/?p=ptester.git
Vcs-Git: https://salsa.debian.org/common-lisp-team/cl-ptester.git
Vcs-Browser: https://salsa.debian.org/common-lisp-team/cl-ptester

Package: cl-ptester
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Test suite for Common Lisp programs
 ptester is portable version of Franz's opensource testing suite. 
 It is designed for writing regression test suites for
 Common Lisp packages.