From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marlin Subject: Fennel and Luarocks Date: Mon, 17 Jun 2019 22:35:06 -0300 Message-ID: <87fto7ptf9.fsf@firemail.cc> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41311) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hd31q-0007q7-Nn for guix-devel@gnu.org; Mon, 17 Jun 2019 21:35:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hd31m-0001hg-2t for guix-devel@gnu.org; Mon, 17 Jun 2019 21:35:18 -0400 Received: from mx1.cock.li ([185.10.68.5]:54671 helo=cock.li) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hd31l-0001c6-N6 for guix-devel@gnu.org; Mon, 17 Jun 2019 21:35:13 -0400 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org I'm trying to port over fennel and luarocks to guix. Fennel is a lisp language which compiles to lua, and luarocks is a Pypi-like package manager for lua libraries I believe a luarocks build system would be needed. The packges are luarocks.scm and fennel.scm, located at my personal channel. https://framagit.org/marlin1113/marlin-guix-packages