summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/jsonrpc/metadata.xml')
-rw-r--r--app-emacs/jsonrpc/metadata.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/app-emacs/jsonrpc/metadata.xml b/app-emacs/jsonrpc/metadata.xml
new file mode 100644
index 000000000000..9b95fb911351
--- /dev/null
+++ b/app-emacs/jsonrpc/metadata.xml
@@ -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>