dev-R/websocket: new package, add 1.4.1

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-02 17:43:32 +01:00
parent 7d8d1e8616
commit 2a95f30659
3 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>me@r0bert.dev</email>
<name>Robert Greener</name>
</maintainer>
<longdescription lang="en">Provides a 'WebSocket' client interface for R. 'WebSocket' is a protocol for low-overhead real-time communication: <https://en.wikipedia.org/wiki/WebSocket>.</longdescription>
<upstream>
<maintainer>
<name>Winston Chang</name>
<email>winston@rstudio.com</email>
</maintainer>
<bugs-to>https://github.com/rstudio/websocket/issues</bugs-to>
<remote-id type="github">rstudio/websocket</remote-id>
</upstream>
</pkgmetadata>