d96451e383fb51b83779363d89c0f94b4b7eb363
[xlunit.git] / debian / control
1 Source: cl-xlunit
2 Section: devel
3 Priority: optional
4 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
5 Build-Depends: debhelper (>> 4.0.0)
6 Standards-Version: 3.7.2.2
7
8 Package: cl-xlunit
9 Architecture: all
10 Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.37)
11 Description: Common Lisp eXtreme Lisp Unit Testing Package
12  XLUnit provides a unit testing package for Common Lisp.
13  It it based on the XPTest package by OnShore development, but is
14  rewritten to be closer in usage to the JUnit package. Also, it is
15  designed to be used with significantly less overhead on the
16  part of the test author compared to XPTest.