From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dFNvi-0003u7-Dc for guix-patches@gnu.org; Mon, 29 May 2017 12:54:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dFNve-0007UB-Gv for guix-patches@gnu.org; Mon, 29 May 2017 12:54:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40916) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dFNve-0007U7-DC for guix-patches@gnu.org; Mon, 29 May 2017 12:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dFNve-0006ee-6x for guix-patches@gnu.org; Mon, 29 May 2017 12:54:02 -0400 Subject: bug#27132: [PATCH 0/6] Add uglify-js Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dFNvF-0003pW-Tb for guix-patches@gnu.org; Mon, 29 May 2017 12:53:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dFNvC-00075S-1Y for guix-patches@gnu.org; Mon, 29 May 2017 12:53:37 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21043) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dFNvB-00074r-PW for guix-patches@gnu.org; Mon, 29 May 2017 12:53:33 -0400 From: Ricardo Wurmus Date: Mon, 29 May 2017 18:53:02 +0200 Message-Id: <20170529165302.2708-1-rekado@elephly.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27132@debbugs.gnu.org Cc: Ricardo Wurmus Hi Guix, this patch set adds a JavaScript compressor "uglify-js", which is really just a wrapper around the Common Lisp library cl-uglify-js, a JavaScript compressor library. I'm not very familiar with Common Lisp, so the wrapper could probably be improved. ~~ Ricardo Ricardo Wurmus (6): gnu: Add sbcl-cl-ppcre-unicode. gnu: Add sbcl-parse-js. gnu: Add sbcl-parse-number. gnu: Add sbcl-iterate. gnu: Add sbcl-cl-uglify-js. gnu: Add uglify-js. gnu/packages/lisp.scm | 172 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 172 insertions(+) -- 2.12.2