Packages — R (Page 20 of 32)

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

ruby-sinatra 2.0.8.1

Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort. …

ruby-single-cov 1.3.2

This package provides actionable code coverage reports for Ruby projects. It has very little overhead and can be easily integrated with development tools to catch coverage problems early. …

ruby-skinny 0.2.4

Skinny is a simple, upgradable WebSockets for Ruby, using the Thin library. …

ruby-slim 4.1.0

Slim is a template language for Ruby that aims to reduce the syntax to the minimum while remaining clear. …

ruby-slop 4.5.0

Slop provides a Ruby domain specific language for gathering options and parsing command line flags. …

ruby-slop 3.6.0

Slop provides a Ruby domain specific language for gathering options and parsing command line flags. …

ruby-solargraph 0.36.0

Solargraph provides a comprehensive suite of tools for Ruby programming: intellisense, diagnostics, inline documentation, and type checking. …

ruby-sorcerer 2.0.1

Sorcerer generates Ruby code from a Ripper-like abstract syntax tree (i.e. S-Expressions). Sorcerer is targeted mainly at small snippets of Ruby code, expressable in a single line. Longer examples may…

ruby-spectroscope 0.1.0

Spectroscope is a Behavior-Driven Development (BDD) framework built on RubyTest, designed to emulate RSpec in most respects. It is assertion framework independent so any number of assertion systems can be used,…

ruby-spinach 0.11.0

Spinach is a high-level BDD (Behavior-driven development) framework that leverages the expressive `Gherkin' language to help you define executable specifications of your code. …

ruby-sporkmonger-rack-mount 0.8.3-1.076aa2c

`Rack::Mount' supports Rack's `X-Cascade' convention to continue trying routes if the response returns pass. This allows multiple routes to be nested or stacked on top of each other. …

ruby-spring 1.7.2

Spring is a Ruby on Rails application preloader. It speeds up development by keeping your application running in the background so the application does need to boot it every time you…

ruby-sprockets 3.7.2

Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS. …

ruby-sprockets-rails 3.2.1

Provides Sprockets implementation for the Rails Asset Pipeline. …

ruby-sqlite3 1.4.2

This module allows Ruby programs to interface with the SQLite3 database engine. …

ruby-standard 0.4.7

Standard is a port of StandardJS. Like StandardJS, it aims to save time in the following ways: * No configuration. * Automatically format code. …

ruby-sys-filesystem 1.3.4

The `sys-filesystem' library provides a cross-platform interface for gathering file system information, such as disk space and mount points. …

ruby-sys-uname 1.2.1

The sys-uname library provides an interface for gathering information about your current platform. It allows retrieving information such as the OS name, OS version, system name, etc. …

ruby-systemu 2.6.5

Systemu can be used on any platform to return status, stdout, and stderr of any command. Unlike other methods like `open3' and `popen4' there is no danger of full pipes or…

ruby-tdiff 0.3.3-1.b662a604

This library provides functions to calculate the differences between two tree-like structures. It is similar to Ruby's built-in `TSort' module. …

ruby-temple 0.8.2

Temple is an abstraction and framework for compiling templates to pure Ruby. …

ruby-term-ansicolor 1.6.0

This Ruby library uses ANSI escape sequences to control the attributes of terminal output. …

ruby-terminfo 0.1.1

Ruby-terminfo provides terminfo binding for Ruby. …

ruby-terraform 0.22.0

This package provides a Ruby wrapper around the Terraform command line interface so that Terraform can be more easily invoked from Ruby code. …

ruby-test-construct 2.0.1

TestConstruct is a DSL (Domain Specific Language) for creating temporary files and directories during tests. …

ruby-test-queue 0.4.2

The test-queue module is a parallel test runner, built using a centralized queue to ensure optimal distribution of tests between workers. It is specifically optimized for Continuous Integration (CI) environments: build…

ruby-test-unit 3.2.5

`Test::Unit' is unit testing framework for Ruby, based on xUnit principles. These were originally designed by Kent Beck, creator of extreme programming software development methodology, for Smalltalk's SUnit. It allows writing tests,…

ruby-text 1.3.1

This package provides a collection of text algorithms: Levenshtein, Soundex, Metaphone, Double Metaphone, Porter Stemming. …

ruby-text-hyphen 1.4.1

Text::Hyphen is a Ruby library to hyphenate words in various languages using Ruby-fied versions of TeX hyphenation patterns. It will properly hyphenate various words according to the rules of the language…

ruby-thin 1.7.2

Thin is a Ruby web server that glues together 3 Ruby libraries: * the Mongrel parser, * Event Machine, a network I/O library with high scalability,…

ruby-thor 1.0.1

Thor is a toolkit for building powerful command-line interfaces. …

ruby-thread-safe 0.3.6

The thread_safe library provides thread-safe collections and utilities for Ruby. …

ruby-tilt 2.0.10

Tilt is a thin interface over a number of different Ruby template engines in an attempt to make their usage as generic as possible. …

ruby-timecop 0.9.1

Timecop provides "time travel" and "time freezing" capabilities, making it easier to test time-dependent code. It provides a unified method to mock `Time.now', `Date.today', and `DateTime.now' in a single call. …

ruby-tins 1.15.0

Tins is a Ruby library providing assorted tools. …

ruby-tomparse 0.4.2

TomParse is a TomDoc parser for Ruby. It takes a code comment as input and parses it into a convenient object-oriented structure in accordance with the TomDoc standard. See TomDoc…

ruby-treetop 1.6.10

This package provides a Ruby-based Parsing Expression Grammar (PEG) parser generator Domain Specific Language (DSL). …

ruby-ttfunk 1.6.2.1

TTFunk is a TrueType font parser written in pure Ruby. It is used as part of the Prawn PDF generator. …

ruby-turn 0.9.7

TURN provides a set of alternative runners for MiniTest which are both colorful and informative. TURN displays each test on a separate line with failures being displayed immediately instead of at…

ruby-tzinfo 1.2.4

TZInfo is a Ruby library that provides daylight savings aware transformations between times in different time zones. …

ruby-tzinfo-data 1.2017.3

This library provides `TZInfo::Data', which contains data from the IANA Time Zone database packaged as Ruby modules for use with `TZInfo'. …

ruby-unf 0.1.4

`ruby-unf' is a wrapper library to bring Unicode Normalization Form support to both Ruby and JRuby. It uses `unf_ext' on CRuby and `java.text.Normalizer' on JRuby. …

ruby-unf-ext 0.0.7.6

This package provides unicode normalization form support for Ruby. …

ruby-unicode-display-width 1.6.0

`Unicode::DisplayWidth' is a Ruby library which can determine the display width of strings in Ruby. …

ruby-unindent 1.0

This module provides a `String#unindent' Ruby method to unindent strings, which can be useful to unindent multiline strings embedded in already-indented code. …

ruby-useragent 0.16.10

UserAgent is a Ruby library that parses and compares HTTP User Agents. …

ruby-utils 0.9.0

This package provides assorted command line tools that may be useful when working with Ruby code. …

ruby-varint 0.1.1

This package provides a small C extension to speed up variable length integers (varint) in Ruby Protocol Buffers. …

ruby-warden 1.2.8

Warden is a Rack-based middleware that provides a mechanism for authentication in Ruby web applications. …

ruby-warden-oauth2 0.0.1

This library extends Warden to support OAuth 2.0 authorized API requests. …

ruby-wayback-machine-downloader 2.2.1

Wayback Machine Downloader is a command line tool for downloading websites from the Internet Archive's Wayback Machine (archive.org). It allows fine grained control over what to download by specifying which snapshots…

ruby-web-console 3.7.0

This package allows you to create an interactive Ruby session in your browser. Those sessions are launched automatically in case of an error and can also be launched manually in any page. …

ruby-webmock 2.3.2

WebMock allows stubbing HTTP requests and setting expectations on HTTP requests. This is useful when testing software. …

ruby-websocket-driver 0.7.1

`websocket-driver' provides a complete implementation of the WebSocket protocols that can be hooked up to any TCP library …

ruby-websocket-extensions 0.1.3

`websocket-extensions' provides a container for registering extension plugins. …

ruby-with-advisory-lock 4.0.0

The With advisory lock gem adds advisory locking to ActiveRecord for PostgreSQL and MySQL. SQLite is also supported, but this uses the file system for locks. …

ruby-wwtd 1.4.1

WWTD is a "Travis Simulator" that lets you run test matrices defined in `.travis.yml' on your local machine, using `rvm', `rbenv', or `chruby' to test different versions of Ruby. …

ruby-xml-simple 1.1.5

This library provides a simple API for XML processing in Ruby. …

ruby-yajl-ruby 1.4.1

Ruby C bindings to the Yajl JSON stream-based parser library. The API is compatible with the JSON gem, so yajl-ruby can act as a drop in replacement. A modified copy of…

ruby-yard 0.9.25

YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily,…

ruby-yard-tomdoc 0.7.1

This module adds support for the TomDoc documentation format to YARD, a documentation generation tool for Ruby. …

ruby-yard-with-tests 0.9.25

YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily,…

ruby_version 1.0.2

`ruby_version' provides a `RubyVersion' module to simplify checking for the right Ruby version in software. …

runc 1.0.0-rc6

`runc' is a command line client for running applications packaged according to the Open Container Initiative (OCI) format (https://github.com/opencontainers/runtime-spec/blob/master/spec.md) and is a compliant implementation of the Open Container Initiative specification. …

rush 2.1

GNU Rush is a restricted user shell, for systems on which users are to be provided with only limited functionality or resources. Administrators set user rights via a configuration file which…

rust 1.21.0

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.34.1

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.36.0

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.41.1

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.35.0

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.22.1

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.33.0

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.32.0

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.42.0

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.20.0

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.40.0

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.31.1

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.26.2

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.27.2

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.23.0

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.29.2

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.30.1

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.44.1

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.38.0

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.39.0

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.24.1

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.28.0

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.43.0

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.45.2

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.25.0

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust 1.37.0

Rust is a systems programming language that provides memory safety and thread safety guarantees. …

rust-abomonation 0.7.3

This package provides a high performance and very unsafe serialization library in Rust. …

rust-addr2line 0.9.0

This package provides a cross-platform symbolication library written in Rust, using gimli. …

rust-addr2line 0.11.0

This package provides a cross-platform symbolication library written in Rust, using gimli. …

rust-adler32 1.1.0

This library is an implementation of the Adler32 rolling hash algorithm in the Rust programming language. …

rust-afl 0.8.0

Fuzz Rust code with american-fuzzy-lop. …

rust-afl 0.4.3

Fuzz Rust code with american-fuzzy-lop. …

rust-afl 0.5.2

Fuzz Rust code with american-fuzzy-lop. …

rust-aho-corasick 0.5.3

Fast multiple substring searching. …

rust-aho-corasick 0.7.13

Fast multiple substring searching. …

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z