File: control

package info (click to toggle)
cl-regex 1-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 272 kB
  • ctags: 338
  • sloc: lisp: 3,776; ansic: 68; makefile: 51; sh: 28
file content (14 lines) | stat: -rw-r--r-- 468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Source: cl-regex
Section: devel
Priority: optional
Maintainer: Matthew Danish <mrd@debian.org>
Build-Depends: debhelper (>> 4.0.0)
Standards-Version: 3.7.2

Package: cl-regex
Architecture: all
Depends: common-lisp-controller (>= 3.37)
Description: Common Lisp regular expression compiler/matcher
 A fully-featured regular expression compiler and matching engine for
 Common Lisp that claims to be roughly 5x-20x times faster than the GNU 
 regex matcher written in C.