mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-01 10:57:28 -08:00
repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
17 lines
714 B
XML
17 lines
714 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>python</herd>
|
|
<longdescription lang="en">
|
|
JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol.
|
|
Primarily this specification defines several data structures and the rules
|
|
around their processing. It is transport agnostic in that the concepts can
|
|
be used within the same process, over sockets, over http, or in many various
|
|
message passing environments. It uses JSON (RFC 4627) as data format.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">json-rpc</remote-id>
|
|
<remote-id type="github">pavlov99/json-rpc</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|