From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jeremy Bryant Newsgroups: gmane.emacs.devel Subject: NonGNU ELPA: Conditions for accepting a potential new package 'rmsbolt' ? Date: Sun, 25 Feb 2024 21:07:23 +0000 Message-ID: <87jzmsmecw.fsf@jeremybryant.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6261"; mail-complaints-to="usenet@ciao.gmane.io" To: "emacs-devel@gnu.org" , Jay Kamat , =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= , Stefan Monnier , Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Feb 25 22:20:26 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1reLv7-0001Si-U2 for ged-emacs-devel@m.gmane-mx.org; Sun, 25 Feb 2024 22:20:26 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1reLuD-0004LN-BB; Sun, 25 Feb 2024 16:19:29 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1reLuA-0004Kx-EM for emacs-devel@gnu.org; Sun, 25 Feb 2024 16:19:26 -0500 Original-Received: from out-176.mta1.migadu.com ([95.215.58.176]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1reLu7-0002K4-UX for emacs-devel@gnu.org; Sun, 25 Feb 2024 16:19:26 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jeremybryant.net; s=key1; t=1708895954; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=monXpuhzdUBE3jbvZ+nw6pyecKn98BzCE2fMj2bIbCU=; b=qC1LhtNaOVP2S23n7SW8jdG3HSMmAqwY9gSB/espKjcrsFlDSTEyxvc0TiggnWgZTyiQk4 HO6kFwvItjA1vjtISMJCbsRMXhm4AZkF6bMLluClaV2G5amQCHb4VSNgLkKqQ93xNK8D2c uS7pksfPD5Ri8QfUAv8jUCck/Gv9Tn1dkI0EJIdTTU5FGIgL/EZndCqoN2mGjq27y1GyBl aNAJXNWrxCyl/4QYm9vDL710eWQtrWytFqEnQz0yL/pqFspIZZmchD15kY0vSS4r2pgsGc S+DP7IUNUTbE/vPsLZkeq3DEJiZMFmvh6PMEItpMcSLS+xMJnGbYdGmV3qxU3g== X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=95.215.58.176; envelope-from=jb@jeremybryant.net; helo=out-176.mta1.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:316540 Archived-At: I would like to recommend the package 'rmsbolt' for NonGNU ELPA and volunteer for any required changes. The author is Jay Kamat, who as I understand is potentially supportive if the changes are minimal (and I am volunteering for these.) 1. What is it? "A supercharged implementation of the [[https://github.com/mattgodbolt/compiler-explorer][godbolt compiler-explorer]] for Emacs. RMSbolt tries to make it easy to see what your compiler is doing. It does this by showing you the assembly output of a given source code file. It also highlights which source code a given assembly block corresponds to, and vice versa. It supports more types of languages than any previous tool of its kind. " It is currently hosted on gitlab and distributed on MELPA. 2. License >From reading nongnu.elpa.git's README.org The package displays its License, which is Affero. Is the GNU Affero license considered suitable for NonGNU ELPA? 3. Other I believe it follows the other requirements. WDYT?