./sysutils/scriptisto, Language-agnostic interpreter to write scripts in compiled languages

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.1.1, Package name: scriptisto-2.1.1, Maintainer: pkgsrc-users

Tool to enable writing one file scripts in languages that require compilation,
dependencies fetching or preprocessing.

It works as a "shebang" for those scripts, extracting build instructions from
comments. If a script is changed, scriptisto rebuilds it and caches the result.
If a script was already built, scriptisto immediately delegates to a binary
with only <1 ms overhead.


Master sites:

Filesize: 30.038 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-24 17:32:44 by pin | Files touched by this commit (5)
Log message:
sysutils/scriptisto: import package

Tool to enable writing one file scripts in languages that require compilation,
dependencies fetching or preprocessing.

It works as a "shebang" for those scripts, extracting build \ 
instructions from
comments. If a script is changed, scriptisto rebuilds it and caches the result.
If a script was already built, scriptisto immediately delegates to a binary
with only <1 ms overhead.