diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-07-03 12:50:51 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-07-03 12:50:51 +0000 |
| commit | aa50d7cfb65e59074f69e38ca3d0e5fb28c27437 (patch) | |
| tree | eaeb741512746c1fc3c4d05f330deb742385ad87 /dev-R/httpuv/metadata.xml | |
| parent | 7d3cdb1aa12cfaa5cc341f28a677d1ab51c29934 (diff) | |
| download | baldeagleos-repo-aa50d7cfb65e59074f69e38ca3d0e5fb28c27437.tar.gz baldeagleos-repo-aa50d7cfb65e59074f69e38ca3d0e5fb28c27437.tar.xz baldeagleos-repo-aa50d7cfb65e59074f69e38ca3d0e5fb28c27437.zip | |
Adding metadata
Diffstat (limited to 'dev-R/httpuv/metadata.xml')
| -rw-r--r-- | dev-R/httpuv/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-R/httpuv/metadata.xml b/dev-R/httpuv/metadata.xml new file mode 100644 index 000000000000..4178d43bc213 --- /dev/null +++ b/dev-R/httpuv/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>me@r0bert.dev</email> + <name>Robert Greener</name> + </maintainer> + <longdescription lang="en">Provides low-level socket and protocol support for handling HTTP and WebSocket requests directly from within R. It is primarily intended as a building block for other packages, rather than making it particularly easy to create complete web applications using httpuv alone. httpuv is built on top of the libuv and http-parser C libraries, both of which were developed by Joyent, Inc. (See LICENSE file for libuv and http-parser license information.)</longdescription> + <upstream> + <maintainer> + <email>winston@rstudio.com</email> + <name>Winston Chang</name> + </maintainer> + <bugs-to>https://github.com/rstudio/httpuv/issues</bugs-to> + </upstream> + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file |
