yaws-mail
Webmail application for Yaws webserver
Yaws-mail is a small stateless webmail application. It requires
SMTP and POP3 servers to operate and does not store email locally.
yaws-wiki
Wiki application for Yaws webserver
Yaws-wiki is a small wiki application, written in Erlang for Yaws
webserver.
r-cran-pkgload
simulate GNU R package installation and attach
Simulates the process of installing a package and then attaching it.
This is a key part of the 'devtools' package as it allows you to rapidly
iterate while developing a package.
librobottestingframework-dll2
Robot Testing Framework - RTF_dll library
It is a generic and multi-platform testing framework for the test
driven development (TDD) which is initially designed for the robotic
systems.
However, it can be used for any TDD system. The framework provides
functionalities for developing and running unit tests in a language and
middleware independent manner. The test cases are developed as
independent plug-ins (i.e., using scripting languages or built as
dynamically loadable libraries) to be loaded and executed by an
automated test runner.
Moreover, a fixture manager prepares the setup (e.g., running robot
interfaces, simulator) and actively monitors that all the requirements
for running the tests are satisfied during the execution of the tests.
These functionalities along with other facilities such as the test
result collector, result formatter and remote interface allow for rapid
development of test units to cover different levels of system testing.
ruby-graphql-errors
Simple error handler for graphql-ruby
This library provides simple error handling functionality for graphql-ruby.
ruby-rack-parser
Rack Middleware for parsing post body data
Rack::Parser is a rack middleware that allows your application to do
decode/parse incoming post data into param hashes for your applications to
use. You can provide a custom Parser for things like JSON, XML, MSGPACK using
your library of choice.