File: control

package info (click to toggle)
slwildcard 0.5.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, trixie
  • size: 108 kB
  • sloc: ansic: 222; makefile: 66
file content (22 lines) | stat: -rw-r--r-- 855 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: slwildcard
Section: interpreters
Priority: optional
Maintainer: Rafael Laboissière <rafael@debian.org>
Build-Depends: debhelper-compat (= 13),
               libslang2-dev
Standards-Version: 4.6.1
Homepage: http://www.cheesit.com/downloads/slang/slwildcard.html
Vcs-Git: https://salsa.debian.org/debian/slwildcard.git
Vcs-Browser: https://salsa.debian.org/debian/slwildcard
Rules-Requires-Root: no

Package: slang-wildcard
Architecture: any
Depends: ${misc:Depends},  ${shlibs:Depends}
Suggests: slsh | jed | slrn
Description: adds a wildcard match function to S-Lang
 The S-Lang module contained in this package provides a
 wildcard_match() function to S-Lang. It's vectorized, so it should be
 faster than an array_map(&string_match, ... ).  This module can be
 used in slsh (the S-Lang shell), in the JED editor, and in the news
 reader slrn.