1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
Source: execline
Section: admin
Priority: optional
Maintainer: Shengjing Zhu <zhsj@debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
Build-Depends-Arch:
skalibs-dev (>= 2.10.0.0),
Standards-Version: 4.5.1
Homepage: https://skarnet.org/software/execline/
Vcs-Git: https://salsa.debian.org/zhsj/execline.git
Vcs-Browser: https://salsa.debian.org/zhsj/execline
Package: execline
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Suggests:
execline-doc,
Description: small and non-interactive scripting language
Execline is a (non-interactive) scripting language, like sh; but its
syntax is quite different from a traditional shell syntax. The execlineb
program is meant to be used as an interpreter for a text file; the other
commands are essentially useful inside an execlineb script.
.
Execline is as powerful as a shell: it features conditional loops,
getopt-style option handling, filename globbing, and more. Meanwhile, its
syntax is far more logic and predictable than the shell's syntax, and has
no security issues.
.
Documentation is provided in execline-doc package.
.
Binaries are installed in /usr/lib/execline/bin. Use the /usr/bin/execlineb
wrapper or add /usr/lib/execline/bin to PATH.
Package: execline-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: small and non-interactive scripting language (documentation)
Execline is a (non-interactive) scripting language, like sh; but its
syntax is quite different from a traditional shell syntax. The execlineb
program is meant to be used as an interpreter for a text file; the other
commands are essentially useful inside an execlineb script.
.
Execline is as powerful as a shell: it features conditional loops,
getopt-style option handling, filename globbing, and more. Meanwhile, its
syntax is far more logic and predictable than the shell's syntax, and has
no security issues.
.
This package contains documentation files.
Package: libexecline-dev
Architecture: any
Section: libdevel
Multi-Arch: same
Depends:
libexecline2.7 (= ${binary:Version}),
${misc:Depends},
Description: small and non-interactive scripting language (development files)
Execline is a (non-interactive) scripting language, like sh; but its
syntax is quite different from a traditional shell syntax. The execlineb
program is meant to be used as an interpreter for a text file; the other
commands are essentially useful inside an execlineb script.
.
Execline is as powerful as a shell: it features conditional loops,
getopt-style option handling, filename globbing, and more. Meanwhile, its
syntax is far more logic and predictable than the shell's syntax, and has
no security issues.
.
This package contains static and header files.
Package: libexecline2.7
Architecture: any
Section: libs
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: small and non-interactive scripting language (shared library)
Execline is a (non-interactive) scripting language, like sh; but its
syntax is quite different from a traditional shell syntax. The execlineb
program is meant to be used as an interpreter for a text file; the other
commands are essentially useful inside an execlineb script.
.
Execline is as powerful as a shell: it features conditional loops,
getopt-style option handling, filename globbing, and more. Meanwhile, its
syntax is far more logic and predictable than the shell's syntax, and has
no security issues.
.
This package contains shared libraries.
|