Path to this page:
Subject: CVS commit: pkgsrc/lang/njs
From: Sergey A. Osokin
Date: 2022-03-14 03:52:48
Message id: 20220314025248.D5EA0FB24@cvs.NetBSD.org
Log Message:
lang/njs: add new port NGINX JavaScript (njs) command line utility
NGINX JavaScript, also knows as njs, is a subset of the JavaScript
language that allows extending nginx functionality. njs is created
in compliance with ECMAScript 5.1 (strict mode) with some ECMAScript 6
and later extensions. It's easy to use njs command line utility to
develop and debug additional functionality. Also, it's light-weight
and very useful as a shebang in some cases as the nodejs substitutor.
Files: