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/m98325vh10dh91kl9xznc885q1ilf4lk-execline-2.8.1.0.drv
x86_64-linuxx86_64-w64-mingw32/gnu/store/lx9h7017j05cyvd7amrharq0wpjap6jg-execline-2.8.1.0.drv
x86_64-linuxriscv64-linux-gnu/gnu/store/nafaijd2sfyv165wvz515wqd6a4m06c8-execline-2.8.1.0.drv
x86_64-linuxpowerpc-linux-gnu/gnu/store/3fnwvwph6bxc9vv9mm13ljrzcrsflp47-execline-2.8.1.0.drv
x86_64-linuxpowerpc64le-linux-gnu/gnu/store/djazqcmz6xj3sp2s3b34bgnq1h19v8xd-execline-2.8.1.0.drv
x86_64-linuxmips64el-linux-gnu/gnu/store/n30ql4c2sq9823iaq2qh3l8zjdxx1w7j-execline-2.8.1.0.drv
x86_64-linuxi686-w64-mingw32/gnu/store/l2jna5r2vrl4rympybnijs46b2bmffd3-execline-2.8.1.0.drv
x86_64-linuxi586-pc-gnu/gnu/store/kb0fvhw0yhwgn2x78slxd9sk0sh56qkp-execline-2.8.1.0.drv
x86_64-linuxarm-linux-gnueabihf/gnu/store/djm2lghca6bqy7j6w0yc0q3p97ml7h39-execline-2.8.1.0.drv
x86_64-linuxaarch64-linux-gnu/gnu/store/qlwh2f7g3b5fqz1was6f45nmn1bs2dkm-execline-2.8.1.0.drv
riscv64-linux/gnu/store/cq0kilcmpk2hvzbbr3sjz09vbsf6c7bp-execline-2.8.1.0.drv
    powerpc-linux/gnu/store/i87gn44wf9agncmf1qw5knsxr4i6zyai-execline-2.8.1.0.drv
      powerpc64le-linux/gnu/store/9dj1wnjm95vxrswxg90acvbah4ms14dg-execline-2.8.1.0.drv
      mips64el-linux/gnu/store/yx218vwlqynqlvzcficdbm0xf4x2acbx-execline-2.8.1.0.drv
        i686-linux/gnu/store/frxg8j0lfsvqdiy74rbjn4xp0s8v4zjj-execline-2.8.1.0.drv
        i586-gnu/gnu/store/16nqi5xp09603d1lilb3r986avicvlgk-execline-2.8.1.0.drv
        armhf-linux/gnu/store/m2plx3m1p105fhlyq9fplhs3fscx7v20-execline-2.8.1.0.drv
        aarch64-linux/gnu/store/x5vnj5yaqlsiwa90zhj6sw5qi6i8axl5-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