Language

Package: execline @ 2.8.1.0

Synopsis

Non-interactive shell-like language with minimal overhead

Description

Execline is a (non-interactive) scripting language, separated into a parser (execlineb) and a set of commands meant to execute one another in a chain-execution fashion, storing the whole script in the argument array. It features conditional loops, getopt-style option handling, file name globbing, redirection and other shell concepts, expressed as discrete commands rather than in special syntax, minimizing runtime footprint and complexity.

Home page
https://skarnet.org/software/execline/
Location
gnu/packages/skarnet.scm (line: 62, column: 2)
License

Derivations

SystemTargetDerivationBuild status
x86_64-linux/gnu/store/5ipqzaf2m80chcvkkqnh3c0njywyyix4-execline-2.8.1.0.drv
x86_64-linuxx86_64-w64-mingw32/gnu/store/0vhfa2xqylrjwp43m2dm9l7n2vspbrna-execline-2.8.1.0.drv
x86_64-linuxriscv64-linux-gnu/gnu/store/c5ag1ml2apg9irj308dfgyr3yhhh5941-execline-2.8.1.0.drv
x86_64-linuxpowerpc-linux-gnu/gnu/store/qd1mpql6ijdw93lgmdqx4xbgnaygskf5-execline-2.8.1.0.drv
x86_64-linuxpowerpc64le-linux-gnu/gnu/store/w4fa2qclpvfdhipr3ammaaxc6j70mkfg-execline-2.8.1.0.drv
x86_64-linuxmips64el-linux-gnu/gnu/store/82an0j8dqy5a0zv8bx9qi12cbbw4ld26-execline-2.8.1.0.drv
x86_64-linuxi686-w64-mingw32/gnu/store/0pi06ps3wxiyhc5dmlphvf6k0zj828r8-execline-2.8.1.0.drv
x86_64-linuxi586-pc-gnu/gnu/store/vin601sb7ars49kw13mr7pachf0da1sr-execline-2.8.1.0.drv
x86_64-linuxarm-linux-gnueabihf/gnu/store/gfg22rlmznvdmvsgf6sbk6sqybxhc37v-execline-2.8.1.0.drv
x86_64-linuxaarch64-linux-gnu/gnu/store/s2rxagwidvh33mhw17d0y0s7wmyl4w9p-execline-2.8.1.0.drv
riscv64-linux/gnu/store/bmpf680w2l46mrrxcxm7lwsk5fq409vi-execline-2.8.1.0.drv
    powerpc-linux/gnu/store/l2ckywwbnzqvdxxnq55jn9fn6ai459xk-execline-2.8.1.0.drv
      powerpc64le-linux/gnu/store/ybpbybq221x7sxp7z7j0jwa1x146yv5i-execline-2.8.1.0.drv
      mips64el-linux/gnu/store/d64pd6hmm7283zvckwyxm1d4vf519hic-execline-2.8.1.0.drv
        i686-linux/gnu/store/xwjqj37hfm7cx4xr090md2a170vd1f8k-execline-2.8.1.0.drv
        i586-gnu/gnu/store/xjhl3bw42jpgywgafv73gk0dg4239znr-execline-2.8.1.0.drv
        armhf-linux/gnu/store/brddp46r4q1pc6flklhx5hklhr48m5q9-execline-2.8.1.0.drv
        aarch64-linux/gnu/store/g2ajlj034m5q73fif7xqxky0lmn5mhsg-execline-2.8.1.0.drv

        Lint warnings

        LinterMessageLocation
        wrapper-inputs

        Make sure 'wrap-program' can finds its interpreter.

        "bash-minimal" should be in 'inputs' when 'wrap-program' is used