./www/py-rjsmin, Fast Javascript minifier for Python

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


Branch: CURRENT, Version: 1.2.2, Package name: py311-rjsmin-1.2.2, Maintainer: pkgsrc-users

rJSmin is a javascript minifier written in python.

The minifier is based on the semantics of jsmin.c by Douglas Crockford.

The module is a re-implementation aiming for speed, so it can be used
at runtime (rather than during a preprocessing step). Usually it produces
the same results as the original jsmin.c.


Master sites:

Filesize: 410.775 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-09 08:03:17 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-rjsmin: updated to 1.2.2

Changes with version 1.2.2

Add musllinux wheels
Add support for Python 3.12
Update project boilerplate
   2023-05-11 00:46:44 by Mark Davies | Files touched by this commit (4)
Log message:
py-rjsmin: add version 1.2.1

rJSmin is a javascript minifier written in python.

The minifier is based on the semantics of jsmin.c by Douglas Crockford.

The module is a re-implementation aiming for speed, so it can be used
at runtime (rather than during a preprocessing step). Usually it produces
the same results as the original jsmin.c.