mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
app-emacs/jsonrpc: new package, add 1.0.25
Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
This commit is contained in:
1
app-emacs/jsonrpc/Manifest
Normal file
1
app-emacs/jsonrpc/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST jsonrpc-1.0.25.tar.xz 13280 BLAKE2B 21d59d4e917224836168c33c991fdd08152cd8749c41f693282a5149d908fd96253ad25e2a32caeb44f774126dbebff932a7a5b55aa5ee92255ae975608ffb0a SHA512 8195a7b8bc8477bb5b4a8c168f9855f9d73c6ff807158d7e4ebad43d3b778b76a60c5f049c6ebe6d6cc3f0a98c23aeef69e907ed43f2ec73b6c2bb41aab23957
|
||||
17
app-emacs/jsonrpc/jsonrpc-1.0.25.ebuild
Normal file
17
app-emacs/jsonrpc/jsonrpc-1.0.25.ebuild
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
NEED_EMACS=25.2
|
||||
|
||||
inherit elisp
|
||||
|
||||
DESCRIPTION="JSON-RPC library (GNU ELPA release, also part of Emacs)"
|
||||
HOMEPAGE="https://elpa.gnu.org/packages/jsonrpc.html"
|
||||
SRC_URI="https://dev.gentoo.org/~arsen/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
ELISP_REMOVE=jsonrpc-pkg.el
|
||||
30
app-emacs/jsonrpc/metadata.xml
Normal file
30
app-emacs/jsonrpc/metadata.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>arsen@gentoo.org</email>
|
||||
<description>Arsen Arsenović</description>
|
||||
</maintainer>
|
||||
<maintainer type="person">
|
||||
<email>sam@gentoo.org</email>
|
||||
<description>Sam James</description>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>gnu-emacs@gentoo.org</email>
|
||||
<name>Gentoo GNU Emacs project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<!-- lisp/jsonrpc.el -->
|
||||
<remote-id type="savannah">emacs</remote-id>
|
||||
</upstream>
|
||||
<longdescription>
|
||||
This library implements the JSONRPC 2.0 specification as described
|
||||
in https://www.jsonrpc.org/. As the name suggests, JSONRPC is a
|
||||
generic Remote Procedure Call protocol designed around JSON objects.
|
||||
To learn how to write JSONRPC programs with this library, see Info
|
||||
node `(elisp)JSONRPC'."
|
||||
|
||||
This library was originally extracted from eglot.el, an Emacs LSP
|
||||
client, which you should see for an example usage.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user