_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
rest 0.8.1
Propagated dependencies: glib@2.78.0 libsoup-minimal@2.74.3 libxml2@2.9.14
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://www.gtk.org/
Licenses: LGPL 2.1+
Synopsis: RESTful web api query library
Description:

This library was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API.

rest 0.9.1
Dependencies: json-glib@1.6.6
Propagated dependencies: glib@2.78.0 libsoup@3.4.4 libxml2@2.9.14 json-glib@1.6.6
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://www.gtk.org/
Licenses: LGPL 2.1+
Synopsis: RESTful web api query library
Description:

This library was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API.

restic 0.16.4
Channel: small-guix
Location: small-guix/packages/scripts.scm (small-guix packages scripts)
Home page: https://restic.net/
Licenses: FreeBSD
Synopsis: Backup program with multiple revisions, encryption and more
Description:

Restic is a program that does backups right and was designed with the following principles in mind:

  • Easy: Doing backups should be a frictionless process, otherwise you might be tempted to skip it. Restic should be easy to configure and use, so that, in the event of a data loss, you can just restore it. Likewise, restoring data should not be complicated.

  • Fast: Backing up your data with restic should only be limited by your network or hard disk bandwidth so that you can backup your files every day. Nobody does backups if it takes too much time. Restoring backups should only transfer data that is needed for the files that are to be restored, so that this process is also fast.

  • Verifiable: Much more important than backup is restore, so restic enables you to easily verify that all data can be restored.

  • Secure: Restic uses cryptography to guarantee confidentiality and integrity of your data. The location the backup data is stored is assumed not to be a trusted environment (e.g. a shared space where others like system administrators are able to access your backups). Restic is built to secure your data against such attackers.

  • Efficient: With the growth of data, additional snapshots should only take the storage of the actual increment. Even more, duplicate data should be de-duplicated before it is actually written to the storage back end to save precious backup space.

restic 0.9.6
Channel: guix
Location: gnu/packages/backup.scm (gnu packages backup)
Home page: https://restic.net/
Licenses: FreeBSD
Synopsis: Backup program with multiple revisions, encryption and more
Description:

Restic is a program that does backups right and was designed with the following principles in mind:

  • Easy: Doing backups should be a frictionless process, otherwise you might be tempted to skip it. Restic should be easy to configure and use, so that, in the event of a data loss, you can just restore it. Likewise, restoring data should not be complicated.

  • Fast: Backing up your data with restic should only be limited by your network or hard disk bandwidth so that you can backup your files every day. Nobody does backups if it takes too much time. Restoring backups should only transfer data that is needed for the files that are to be restored, so that this process is also fast.

  • Verifiable: Much more important than backup is restore, so restic enables you to easily verify that all data can be restored.

  • Secure: Restic uses cryptography to guarantee confidentiality and integrity of your data. The location the backup data is stored is assumed not to be a trusted environment (e.g. a shared space where others like system administrators are able to access your backups). Restic is built to secure your data against such attackers.

  • Efficient: With the growth of data, additional snapshots should only take the storage of the actual increment. Even more, duplicate data should be de-duplicated before it is actually written to the storage back end to save precious backup space.

restbed 4.8
Dependencies: asio@1.28.0 catch@1.3.5 openssl@3.0.8
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://github.com/Corvusoft/restbed
Licenses: AGPL 3+
Synopsis: Asynchronous RESTful functionality to C++11 applications
Description:

Restbed is a comprehensive and consistent programming model for building applications that require seamless and secure communication over HTTP.

restinio 0.6.19
Dependencies: openssl@3.0.8 sobjectizer@5.8.2
Propagated dependencies: asio@1.28.0 fmt@9.1.0 http-parser@2.9.4-1.ec8b5ee pcre@8.45 pcre2@10.42 zlib@1.3
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://stiffstream.com/en/products/restinio.html
Licenses: Modified BSD
Synopsis: C++14 library that gives you an embedded HTTP/Websocket server
Description:

RESTinio is a header-only C++14 library that gives you an embedded HTTP/Websocket server. It is based on standalone version of ASIO and targeted primarily for asynchronous processing of HTTP-requests.

restinio 0.7.2
Dependencies: openssl@3.0.8 sobjectizer@5.8.2
Propagated dependencies: asio@1.28.0 fmt@9.1.0 llhttp@9.1.3 pcre@8.45 pcre2@10.42 zlib@1.3
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://stiffstream.com/en/products/restinio.html
Licenses: Modified BSD
Synopsis: C++14 library that gives you an embedded HTTP/Websocket server
Description:

RESTinio is a header-only C++14 library that gives you an embedded HTTP/Websocket server. It is based on standalone version of ASIO and targeted primarily for asynchronous processing of HTTP-requests.

restartd 0.2.3-1.7044125
Channel: guix
Location: gnu/packages/admin.scm (gnu packages admin)
Home page: https://launchpad.net/debian/+source/restartd
Licenses: GPL 2+
Synopsis: Daemon for restarting processes
Description:

This package provides a daemon for checking running and not running processes. It reads the /proc directory every n seconds and does a POSIX regexp on the process names. The daemon runs a user-provided script when it detects a program in the running processes, or an alternate script if it doesn't detect the program. The daemon can only be called by the root user, but can use sudo -u user in the process called if needed.

cl-restas 0.1.4-1.81bbbab
Dependencies: libcap@2.64
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-bordeaux-threads@0.9.3 cl-cffi@0.24.1-1.3397035 cl-data-sift@0.0.0-1.fd617d8 cl-hunchentoot@1.3.0-1.7686239 cl-routes@0.2.5-1.1b79e85
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/archimag/restas
Licenses: LLGPL
Synopsis: Common Lisp web framework
Description:

RESTAS is a Common Lisp web application framework.

ecl-restas 0.1.4-1.81bbbab
Dependencies: ecl-alexandria@1.4-0.009b7e5 ecl-bordeaux-threads@0.9.3 ecl-cffi@0.24.1-1.3397035 ecl-data-sift@0.0.0-1.fd617d8 ecl-hunchentoot@1.3.0-1.7686239 libcap@2.64 ecl-routes@0.2.5-1.1b79e85
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/archimag/restas
Licenses: LLGPL
Synopsis: Common Lisp web framework
Description:

RESTAS is a Common Lisp web application framework.

r-restfulr 0.0.15
Propagated dependencies: r-rcurl@1.98-1.16 r-rjson@0.2.22 r-s4vectors@0.42.1 r-xml@3.99-0.17 r-yaml@2.3.10
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://cran.r-project.org/package=restfulr
Licenses: Artistic License 2.0
Synopsis: R interface to RESTful web services
Description:

This package models a RESTful service as if it were a nested R list.

sbcl-restas 0.1.4-1.81bbbab
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-bordeaux-threads@0.9.3 sbcl-cffi@0.24.1-1.3397035 sbcl-data-sift@0.0.0-1.fd617d8 sbcl-hunchentoot@1.3.0-1.7686239 libcap@2.64 sbcl-routes@0.2.5-1.1b79e85
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/archimag/restas
Licenses: LLGPL
Synopsis: Common Lisp web framework
Description:

RESTAS is a Common Lisp web application framework.

r-restrserve 1.2.3
Propagated dependencies: r-checkmate@2.3.2 r-digest@0.6.37 r-jsonlite@1.8.8 r-mime@0.12 r-r6@2.5.1 r-rcpp@1.0.13 r-rserve@1.8-6 r-uuid@1.2-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://restrserve.org
Licenses: GPL 2+
Synopsis: R web API framework
Description:

RestRserve is an R web API framework for building high-performance AND robust microservices and app backends. With Rserve backend on UNIX-like systems it is parallel by design. It will handle incoming requests in parallel - each request in a separate fork.

lua-resty-core 0.1.18
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/openresty/lua-resty-core
Licenses: FreeBSD
Synopsis: Lua API for NGINX
Description:

This package provides a FFI-based Lua API for ngx_http_lua_module or ngx_stream_lua_module.

lua-resty-shell 0.03
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/openresty/lua-resty-shell
Licenses: Modified BSD
Synopsis: Lua module for nonblocking system shell command executions
Description:

This package provides Lua module for nonblocking system shell command executions.

es-dump-restore 2.1.0
Propagated dependencies: ruby-httpclient@2.8.3 ruby-multi-json@1.15.0 ruby-progress_bar@1.1.0 ruby-rubyzip@2.3.2 ruby-thor@1.2.2
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/patientslikeme/es_dump_restore
Licenses: Expat
Synopsis: Utility for dumping and restoring ElasticSearch indexes
Description:

This package provides a utility for dumping the contents of an ElasticSearch index to a compressed file and restoring the dumpfile back to an ElasticSearch server

emacs-restclient 20231010.1327
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: unspecified
Licenses:
Synopsis: An interactive HTTP client for Emacs
Description:

Documentation at https://melpa.org/#/restclient

lua-resty-signal 0.02
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/openresty/lua-resty-signal
Licenses: Modified BSD
Synopsis: Lua library for killing or sending signals to Linux processes
Description:

This package provides Lua library for killing or sending signals to Linux processes.

ruby-rest-client 2.1.0
Propagated dependencies: ruby-http-accept@1.7.0 ruby-http-cookie@1.0.5 ruby-mime-types@3.4.1 ruby-netrc@0.11.0
Channel: guix
Location: gnu/packages/ruby.scm (gnu packages ruby)
Home page: https://github.com/rest-client/rest-client
Licenses: Expat
Synopsis: Simple HTTP and REST client for Ruby
Description:

rest-client provides a simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete.

emacs-restclient 0-4.1fb5706
Propagated dependencies: emacs-helm@4.0 emacs-jq-mode@0.5.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/pashky/restclient.el
Licenses: Public Domain
Synopsis: Explore and test HTTP REST webservices
Description:

This tool allows for testing and exploration of HTTP REST Web services from within Emacs. Restclient runs queries from a plan-text query sheet, displays results pretty-printed in XML or JSON with restclient-mode

texlive-rest-api 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/rest-api
Licenses: LPPL 1.3c
Synopsis: Describing a REST API
Description:

This LaTeX package provides macros to describe REST APIs for documentation purposes. The endpoints can hold the following information: method description path parameter request body and content type response body, content type and status code.

lua-resty-lrucache 0.10
Channel: guix
Location: gnu/packages/lua.scm (gnu packages lua)
Home page: https://github.com/openresty/lua-resty-lrucache
Licenses: FreeBSD
Synopsis: Lua LRU cache based on the LuaJIT FFI
Description:

This package provides Lua LRU cache based on the LuaJIT FFI.

restic-rest-server 0.12.1
Channel: guix
Location: gnu/packages/backup.scm (gnu packages backup)
Home page: https://github.com/restic/rest-server
Licenses: FreeBSD
Synopsis: Restic REST server
Description:

The Restic REST server is a high performance HTTP server that implements restic's REST backend API. It provides a secure and efficient way to backup data remotely, using the restic backup client and a rest: URL.

python-flask-restx 0.5.1
Propagated dependencies: python-aniso8601@9.0.1 python-flask@2.1.1 python-jsonschema@4.5.1 python-pytz@2023.3.post1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/python-restx/flask-restx
Licenses: Modified BSD
Synopsis: Framework for fast, easy and documented API development with Flask
Description:

Flask-RESTX is an extension for Flask that adds support for quickly building REST APIs. Flask-RESTX encourages best practices with minimal setup. If you are familiar with Flask, Flask-RESTX should be easy to pick up. It provides a coherent collection of decorators and tools to describe your API and expose its documentation properly using Swagger.

Page: 123
Total results: 51