Update domain name to kpe.io
[xlunit.git] / debian / control
1 Source: cl-xlunit
2 Section: lisp
3 Priority: optional
4 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
5 Build-Depends-Indep: dh-lisp
6 Build-Depends: debhelper (>> 7.0.0)
7 Standards-Version: 3.8.2.0
8 Homepage: http://files.kpe.io/xlunit/
9 Vcs-Git: git://git.kpe.io/xlunit.git
10 Vcs-Browser: http://git.kpe.io/?p=xlunit.git
11
12 Package: cl-xlunit
13 Architecture: all
14 Depends: ${misc:Depends}
15 Description: Common Lisp eXtreme Lisp Unit Testing Package
16  XLUnit provides a unit testing package for Common Lisp.
17  It is based on the XPTest package by OnShore development, but is
18  rewritten to be closer in usage to the JUnit package. Also, it is
19  designed to be used with significantly less overhead on the
20  part of the test author compared to XPTest.