From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eshel Yaron Newsgroups: gmane.emacs.devel Subject: [NonGNU ELPA] New package: sweep Date: Mon, 26 Sep 2022 13:22:23 +0300 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9767"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (darwin) Cc: Jan Wielemaker To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Sep 26 13:52:31 2022 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 1ocmf0-0002Lq-SL for ged-emacs-devel@m.gmane-mx.org; Mon, 26 Sep 2022 13:52:31 +0200 Original-Received: from localhost ([::1]:56214 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ocmez-0006qP-34 for ged-emacs-devel@m.gmane-mx.org; Mon, 26 Sep 2022 07:52:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37384) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oclFv-0005Q0-7s for emacs-devel@gnu.org; Mon, 26 Sep 2022 06:22:31 -0400 Original-Received: from mail.eshelyaron.com ([107.175.124.16]:41024 helo=eshelyaron.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oclFt-0007gb-E1 for emacs-devel@gnu.org; Mon, 26 Sep 2022 06:22:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=eshelyaron.com; s=mail; t=1664187747; bh=R8mXbTeaztb/6PuT1Hkes55hbZrxA/UwTw/7X0g++HA=; h=From:To:Cc:Subject:Date:From; b=cjVhCR9r5pOdfgcSsPUTrTQEykgQpMzlh7U+rStjioL/XModS/WhAr1wER6+E2E5o j2XzP3qpB1zqOlyDwaTUguQb7SUGACd0/uO1O40zZyrQoPz3e3Zeze7jq5KvIHdSPY 41Av/TUXHUJ5t/x+6qjTRv7YAAdl8Jup59xeMuOIzhTLh9bMuSzmifJqy7RX/XJ5/K dWZLffVwZlF6xy8/iLDl1xdBT219jTs78vUqlNTWC3C55g07Z3H2K0DlILTtqZfbYu eGWDVMEjaI35lofYGV2dvVTeHzq+VlWTlq9SpQljNfvgahNcPwAp3BNKIP9UyRZaNA vQv2zxBj+WLAA== Received-SPF: pass client-ip=107.175.124.16; envelope-from=me@eshelyaron.com; helo=eshelyaron.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_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Mon, 26 Sep 2022 07:39:31 -0400 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" Xref: news.gmane.io gmane.emacs.devel:296278 Archived-At: --=-=-= Content-Type: text/plain Hello emacs-devel, Long time listener, first time caller :) I would like to submit a new package to NonGNU ELPA, called "sweep": sweep is SWI-Prolog Embedded in Emacs. Quoting from the manual[0]: > sweep provides an interface for executing Prolog queries and consuming > their results from Emacs Lisp. sweep further builds on top of this > interface and on top of the standard Emacs facilities to provide > advanced features for developing SWI-Prolog programs in Emacs. The aim of this package is to provide a fully integrated development environment for SWI-Prolog[1] in GNU Emacs. It does so by creating a dynamic Emacs module that contains the SWI-Prolog runtime, which allows us to leverage the SWI-Prolog analysis and introspection facilities directly from Elisp. The dynamic module ("sweep-module") is distributed and built as part of the latest SWI-Prolog version, so the only files that need to be distributed via the ELPA package are the Elisp package sweep.el and the user manual. sweep is licensed under the BSD-2 license, similarly to the rest of SWI-Prolog. Its source code is available at https://git.sr.ht/~eshel/sweep and at https://github.com/SWI-Prolog/packages-sweep. This project is still in active development, any comments or suggestions will be appreciated! I'm attaching below the proposed patch to nongnu.git: --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-elpa-packages-sweep-New-package.patch >From 48c15e1354b7b49028f82369fddc458c40ade5ed Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Wed, 14 Sep 2022 23:26:20 +0300 Subject: [PATCH] * elpa-packages (sweep): New package --- elpa-packages | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/elpa-packages b/elpa-packages index 6ad5f44aee..51816e285c 100644 --- a/elpa-packages +++ b/elpa-packages @@ -567,6 +567,13 @@ :lisp-dir "subed" :ignored-files "LICENSES/GPL-3.0-or-later.txt") + ("sweep" :url "https://github.com/SWI-Prolog/packages-sweep" + :ignored-files ("LICENSE" + "sweep.c" + "sweep.pl" + "CMakeLists.txt") + :doc "README.org") + ("swift-mode" :url "https://github.com/swift-emacs/swift-mode" :ignored-files ("COPYING" "scripts" "test" "Eldev" "Makefile")) -- 2.37.3 --=-=-= Content-Type: text/plain Thanks, Eshel Yaron [0] https://eshelyaron.com/sweep.html [1] https://www.swi-prolog.org --=-=-=--