From: Eshel Yaron <me@eshelyaron.com>
To: emacs-devel@gnu.org
Cc: Jan Wielemaker <jan@swi-prolog.org>
Subject: [NonGNU ELPA] New package: sweep
Date: Mon, 26 Sep 2022 13:22:23 +0300 [thread overview]
Message-ID: <m1zgema10g.fsf@esmac.lan> (raw)
[-- Attachment #1: Type: text/plain, Size: 1350 bytes --]
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:
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-elpa-packages-sweep-New-package.patch --]
[-- Type: text/x-patch, Size: 854 bytes --]
From 48c15e1354b7b49028f82369fddc458c40ade5ed Mon Sep 17 00:00:00 2001
From: Eshel Yaron <me@eshelyaron.com>
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
[-- Attachment #3: Type: text/plain, Size: 93 bytes --]
Thanks,
Eshel Yaron
[0] https://eshelyaron.com/sweep.html
[1] https://www.swi-prolog.org
next reply other threads:[~2022-09-26 10:22 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-26 10:22 Eshel Yaron [this message]
2022-09-26 17:41 ` [NonGNU ELPA] New package: sweep Stefan Monnier
2022-09-27 15:19 ` Eshel Yaron
2022-09-30 2:36 ` Richard Stallman
2022-09-27 16:17 ` Richard Stallman
2022-09-27 18:47 ` Juri Linkov
2022-09-28 5:40 ` Andrea G. Monaco
2022-09-30 2:36 ` Richard Stallman
-- strict thread matches above, loose matches on Subject: below --
2022-09-26 11:29 Eshel Yaron
2022-09-26 19:32 ` Philip Kaludercic
2022-09-27 16:32 ` Eshel Yaron
2022-09-27 17:46 ` Philip Kaludercic
2022-09-28 6:46 ` Eshel Yaron
2022-09-28 7:27 ` Philip Kaludercic
2022-09-28 17:49 ` Juri Linkov
2022-09-28 18:41 ` Eli Zaretskii
2022-09-28 18:56 ` Philip Kaludercic
2022-09-30 2:38 ` Richard Stallman
2022-09-30 8:20 ` Stefan Kangas
2022-09-30 9:45 ` Robert Pluim
2022-09-29 2:59 ` Richard Stallman
2022-09-27 18:49 ` Stefan Monnier
2022-09-28 7:15 ` Eshel Yaron
2022-09-29 3:02 ` Richard Stallman
2022-09-29 5:04 ` Eshel Yaron
2022-09-29 6:17 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m1zgema10g.fsf@esmac.lan \
--to=me@eshelyaron.com \
--cc=emacs-devel@gnu.org \
--cc=jan@swi-prolog.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).