R 3.5.3 1.fc30	0	Unspecified	A language for data analysis and graphics
  This is a metapackage that provides both core R userspace and
  all R development components.
  
  R is a language and environment for statistical computing and graphics.
  R is similar to the award-winning S system, which was developed at
  Bell Laboratories by John Chambers et al. It provides a wide
  variety of statistical and graphical techniques (linear and
  nonlinear modelling, statistical tests, time series analysis,
  classification, clustering, ...).
  
  R is designed as a true computer language with control-flow
  constructions for iteration and alternation, and it allows users to
  add additional functionality by defining new functions. For
  computationally intensive tasks, C, C++ and Fortran code can be linked
  and called at run time.
R-ALL 1.6.0 9.fc30	11430554	Unspecified	Data of T- and B-cell Acute Lymphocytic Leukemia
  Data of T- and B-cell Acute Lymphocytic Leukemia from the Ritz Laboratory
  at the DFCI (includes Apr 2004 versions)
R-AUC 0.3.0 3.fc30	70958	Unspecified	Threshold independent performance measures for probabilistic classifiers
  This package includes functions to compute the area under the curve of
  selected measures: The area under the sensitivity curve (AUSEC), the area
  under the specificity curve (AUSPC), the area under the accuracy curve
  (AUACC), and the area under the receiver operating characteristic curve
  (AUROC). The curves can also be visualized. Support for partial areas is
R-AnnotationDbi 1.42.1 3.fc30	8763707	Unspecified	Annotation Database Interface
  Provides user interface and database connection code  for annotation
  data packages using SQLite data storage.
R-BH-devel 1.69.0.1 1.fc30	130243166	Unspecified	Boost C++ Header Files for R
  Boost provides free peer-reviewed portable C++ source libraries. A large part
  of Boost is provided as C++ template code which is resolved entirely at
  compile-time without linking. This package aims to provide the most useful
  subset of Boost libraries for template use among CRAN package. By placing
  these libraries in this package, we offer a more efficient distribution
  system for CRAN as replication of this code in the sources of other packages
  is avoided.
R-BSgenome 1.48.0 3.fc30	7912470	Unspecified	Infrastructure for Biostrings-based genome data packages
  Infrastructure shared by all the Biostrings-based genome data packages
R-BSgenome.Celegans.UCSC.ce2 1.4.0 8.fc30	25092115	Unspecified	Caenorhabditis elegans genome (UCSC Release ce2)
  Caenorhabditis elegans genome grabbed from UCSC (ce2, Mar. 2004)
  and stored in Biostrings objects
R-Bessel 0.5.5 1.fc30	273212	Unspecified	Bessel functions computations and approximations
  Bessel function computations for complex and real numbers; notably
  interfacing TOMS 644; approximations for large arguments, experiments, etc.
R-Biobase 2.40.0 3.fc30	3142333	Unspecified	Base functions for Bioconductor
  Base functions for Bioconductor (bioconductor.org). Biobase provides
  functions that are needed by many other Bioconductor packages or which
  replace R functions.
R-BiocGenerics 0.26.0 3.fc30	1132171	Unspecified	Generic functions for Bioconductor
  S4 generic functions needed by many other Bioconductor packages.
R-BiocParallel 1.16.5 1.fc30	1632190	Unspecified	Bioconductor facilities for parallel evaluation
  This package provides modified versions and novel implementation of functions
  for parallel evaluation, tailored to use with Bioconductor objects.
R-Biostrings 2.48.0 3.fc30	15956659	Unspecified	String objects representing biological sequences
  Memory efficient string containers, string matching algorithms, and other
  utilities, for fast manipulation of large biological sequences or set of
  sequences.
R-Biostrings-devel 2.48.0 3.fc30	16823	Unspecified	Development files for R-Biostrings
  The R-Biostrings-devel package contains libraries and header files for
  developing applications that use R-Biostrings.
R-Biostrings-devel 2.48.0 3.fc30	16823	Unspecified	Development files for R-Biostrings
  The R-Biostrings-devel package contains libraries and header files for
  developing applications that use R-Biostrings.
R-BufferedMatrix 1.44.0 3.fc30	760115	Unspecified	A matrix data storage object method from bioconductor
  A tabular style data object where most data is stored outside main memory.
  A buffer is used to speed up access to data.
  
  This library is part of the bioconductor (bioconductor.org) project.
R-BufferedMatrix 1.44.0 3.fc30	756955	Unspecified	A matrix data storage object method from bioconductor
  A tabular style data object where most data is stored outside main memory.
  A buffer is used to speed up access to data.
  
  This library is part of the bioconductor (bioconductor.org) project.
R-BufferedMatrix-devel 1.44.0 3.fc30	18124	Unspecified	Development files for R-BufferedMatrix
  The R-BufferedMatrix-devel  package contains Header and libraries files for
  developing applications that use R-BufferedMatrix
R-BufferedMatrix-devel 1.44.0 3.fc30	18124	Unspecified	Development files for R-BufferedMatrix
  The R-BufferedMatrix-devel  package contains Header and libraries files for
  developing applications that use R-BufferedMatrix
R-BufferedMatrixMethods 1.44.0 3.fc30	89527	Unspecified	Microarray Data related methods that utlize BufferedMatrix
  Microarray analysis methods that use BufferedMatrix objects
R-COPASI 4.24.197 6.fc30	24161811	Unspecified	COPASI R Bindings
  This package provides the libraries to
  develop applications with COPASI R bindings.
R-Cairo 1.5.10 2.fc30	178788	Unspecified	Use Cairo for high-quality bitmap, vector and display output
  R graphics device using Cairo graphics library that can be used to create
  high-quality vector (PDF, PostScript and SVG) and bitmap output (PNG, JPEG,
  TIFF), and high-quality rendering in displays (X11 and Win32). Since it uses
  the same back-end for all output, copying across formats is WYSIWYG. Files are
  created without the dependence on X11 or other external programs. This device
  supports alpha channel (semi-transparent drawing) and resulting images can
  contain transparent and semi-transparent regions. It is ideal for use in server
  environments (file output) and as a replacement for other devices that don't
  have Cairo's capabilities such as alpha support or anti-aliasing. Backends are
  modular such that any subset of backends is supported.
R-DBI 1.0.0 3.fc30	2163318	Unspecified	Database interface module for R
  A database interface (DBI) definition for communication between R and
  relational database management systems.
R-DelayedArray 0.4.1 3.fc30	1372944	Unspecified	Delayed operations on array-like objects
  Wrapping an array-like object (typically an on-disk object) in a DelayedArray
  object allows one to perform common array operations on it without loading
  the object in memory. In order to reduce memory usage and optimize
  performance, operations on the object are either delayed or executed using a
  block processing mechanism. Note that this also works on in-memory array-like
  objects like DataFrame objects (typically with Rle columns), Matrix objects,
  and ordinary arrays and data frames.
R-DynDoc 1.58.0 3.fc30	246583	Unspecified	Functions for dynamic documents
  A set of functions to create and interact with dynamic documents and
  vignettes.
R-FMStable 0.1.2 4.fc30	536012	Unspecified	Finite Moment Stable Distributions
  This package implements some basic procedures for dealing with log
  maximally skew stable distributions, which are also called finite moment
  log stable distributions.
R-GenomeInfoDb 1.16.0 3.fc30	4690421	Unspecified	Utilities for manipulating chromosome and other 'seqname' identifiers
  The Seqnames package contains data and functions that define and allow
  translation between different chromosome sequence naming conventions (e.g.,
  "chr1" versus "1"), including a function that attempts to place sequence
  names in their natural, rather than lexicographic, order.
R-GenomeInfoDbData 1.0.0 3.fc30	17952298	Unspecified	Species and taxonomy ID look up tables used by GenomeInfoDb
  Files for mapping between NCBI taxonomy ID and species. Used by functions
  in the GenomeInfoDb package.
R-GenomicAlignments 1.18.1 1.fc30	3163137	Unspecified	Representation and manipulation of short genomic alignments
  Provides efficient containers for storing and manipulating short genomic
  alignments (typically obtained by aligning short reads to a reference genome).
  This includes read counting, computing the coverage, junction detection, and
  working with the nucleotide content of the alignments.
R-GenomicFeatures 1.32.0 3.fc30	4751810	Unspecified	Tools for making and manipulating transcript centric annotations
  A set of tools and methods for making and manipulating transcript centric
  annotations. With these tools the user can easily download the genomic
  locations of the transcripts, exons and cds of a given organism, from either
  the UCSC Genome Browser or a BioMart database (more sources will be supported
  in the future). This information is then stored in a local database that
  keeps track of the relationship between transcripts, exons, cds and genes.
  Flexible methods are provided for extracting the desired features in a
  convenient format.
R-GenomicRanges 1.34.0 1.fc30	3457774	Unspecified	Representation and manipulation of genomic intervals
  The ability to efficiently store genomic annotations and alignments is
  playing a central role when it comes to analyze high-throughput sequencing
  data (a.k.a. NGS data). The package defines general purpose containers for
  storing genomic intervals as well as more specialized containers for
  storing alignments against a reference genome.
R-IRanges 2.16.0 1.fc30	3596715	Unspecified	Low-level containers for storing sets of integer ranges
  The IRanges class and its extensions are low-level containers
  for storing sets of integer ranges. A typical use of these containers
  in biology is for representing a set of chromosome regions.
  More specific extensions of the IRanges class will typically
  allow the storage of additional information attached to each
  chromosome region as well as a hierarchical relationship between
  these regions.
R-IRanges-devel 2.16.0 1.fc30	10491	Unspecified	Development files for R-IRanges
  The R-IRanges-devel package contains libraries and header files for
  developing applications that use R-IRanges.
R-IRanges-devel 2.16.0 1.fc30	10491	Unspecified	Development files for R-IRanges
  The R-IRanges-devel package contains libraries and header files for
  developing applications that use R-IRanges.
R-IRdisplay 0.7.0 1.fc30	43568	Unspecified	'Jupyter' Display Machinery
  An interface to the rich display capabilities of 'Jupyter' front-ends
  (e.g. 'Jupyter Notebook') <https://jupyter.org>. Designed to be used from
  a running 'IRkernel' session <https://irkernel.github.io>.
R-IRkernel 0.8.15 2.fc30	216744	Unspecified	Native R Kernel for the 'Jupyter Notebook'
  The R kernel for the 'Jupyter' environment executes R code which the front-end
  ('Jupyter Notebook' or other front-ends) submits to the kernel via the network.
R-NISTunits 1.0.1 1.fc30	3685408	Unspecified	Fundamental Physical Constants and Unit Conversions from NIST
  Fundamental physical constants (Quantity, Value, Uncertainty, Unit) for SI
  (International System of Units) and non-SI units, plus unit conversions. Based
  on the data from NIST (National Institute of Standards and Technology, USA)
R-R.cache 0.13.0 3.fc30	154188	Unspecified	Fast and Light-Weight Caching (Memoization) of Objects and Results
  Memoization can be used to speed up repetitive and computational expensive
  function calls.  The first time a function that implements memoization is
  called the results are stored in a cache memory.  The next time the
  function is called with the same set of parameters, the results are
  momentarily retrieved from the cache avoiding repeating the calculations.
  With this package, any R object can be cached in a key-value storage where
  the key can be an arbitrary set of R objects.  The cache memory is
  persistent (on the file system).
R-R.devices 2.16.0 2.fc30	480991	Unspecified	Unified Handling of Graphics Devices
  Functions for creating plots and image files in a unified way regardless
  of output format (EPS, PDF, PNG, SVG, TIFF, WMF, etc.). Default device
  options as well as scales and aspect ratios are controlled in a uniform
  way across all device types. Switching output format requires minimal
  changes in code. This package is ideal for large-scale batch processing,
  because it will never leave open graphics devices or incomplete image
  files behind, even on errors or user interrupts.
R-R.methodsS3 1.7.1 4.fc30	116160	Unspecified	S3 Methods Simplified
  Methods that simplify the setup of S3 generic functions and S3 methods.
  Major effort has been made in making definition of methods as simple as
  possible with a minimum of maintenance for package developers.  For
  example, generic functions are created automatically, if missing, and
  naming conflict are automatically solved, if possible.  The method
  setMethodS3() is a good start for those who in the future may want to
  migrate to S4.  This is a cross-platform package implemented in pure R
  that generates standard S3 methods.
R-R.oo 1.22.0 3.fc30	1450448	Unspecified	R Object-Oriented Programming with or without References
  Methods and classes for object-oriented programming in R with or without
  references.  Large effort has been made on making definition of methods as
  simple as possible with a minimum of maintenance for package developers.
  The package has been developed since 2001 and is now considered very
  stable.  This is a cross-platform package implemented in pure R that
  defines standard S3 classes without any tricks.
R-R.rsp 0.43.1 1.fc30	2237977	Unspecified	Dynamic Generation of Scientific Reports
  The RSP markup language makes any text-based document come alive.  RSP
  provides a powerful markup for controlling the content and output of
  LaTeX, HTML, Markdown, AsciiDoc, Sweave and knitr documents (and more),
  e.g. 'Today's date is <%=Sys.Date()%>'.  Contrary to many other literate
  programming languages, with RSP it is straightforward to loop over
  mixtures of code and text sections, e.g. in month-by-month summaries.  RSP
  has also several preprocessing directives for incorporating static and
  dynamic contents of external files (local or online) among other things.
  Functions rstring() and rcat() make it easy to process RSP strings,
  rsource() sources an RSP file as it was an R script, while rfile()
  compiles it (even online) into its final output format, e.g.
  rfile('report.tex.rsp') generates 'report.pdf' and rfile('report.md.rsp')
  generates 'report.html'.  RSP is ideal for self-contained scientific
  reports and R package vignettes.  It's easy to use - if you know how to
  write an R script, you'll be up and running within minutes.
R-R.utils 2.8.0 1.fc30	2245714	Unspecified	Various Programming Utilities
  Utility functions useful when programming and developing R packages.
R-R6 2.2.2 3.fc30	657666	Unspecified	Classes with Reference Semantics
  The R6 package allows the creation of classes with reference semantics,
  similar to R's built-in reference classes. Compared to reference classes,
  R6 classes are simpler and lighter-weight, and they are not built on S4
  classes so they do not require the methods package. These classes allow
  public and private members, and they support inheritance, even when the
  classes are defined in different packages.
R-RColorBrewer 1.1.2 2.fc30	65245	Unspecified	ColorBrewer Palettes
  Provides color schemes for maps (and other graphics) designed by Cynthia
  Brewer as described at http://colorbrewer2.org
R-RCurl 1.95.4.10 4.fc30	2008590	Unspecified	General network (HTTP/FTP) client interface for R
  The package allows one to compose general HTTP requests and provides convenient
  functions to fetch URIs, get & post forms, etc. and process the results
  returned by the Web server. This provides a great deal of control over the
  HTTP/FTP/... connection and the form of the request while providing a
  higher-level interface than is available just using R socket connections.
  Additionally, the underlying implementation is robust and extensive, supporting
  FTP/FTPS/TFTP (uploads and downloads), SSL/HTTPS, telnet, dict, ldap, and also
  supports cookies, redirects, authentication, etc.
R-RInside 0.2.15 1.fc30	286381	Unspecified	C++ Classes to Embed R in C++ Applications
  The RInside packages makes it easier to have "R inside" your C++
  application by providing a C++ wrapper class providing the R
  interpreter.
R-RInside 0.2.15 1.fc30	351284	Unspecified	C++ Classes to Embed R in C++ Applications
  The RInside packages makes it easier to have "R inside" your C++
  application by providing a C++ wrapper class providing the R
  interpreter.
R-RInside-devel 0.2.15 1.fc30	9971	Unspecified	RInside Development Files
  Header files for RInside.
R-RInside-devel 0.2.15 1.fc30	9971	Unspecified	RInside Development Files
  Header files for RInside.
R-RInside-examples 0.2.15 1.fc30	191076	Unspecified	RInside Examples
  Numerous examples are provided in the eight sub-directories of the
  examples directory of the installed package: standard, mpi (for
  parallel computing), qt (showing how to embed RInside inside a Qt GUI
  application), wt (showing how to build a "web-application" using the
  Wt toolkit), armadillo (for RInside use with RcppArmadillo) and eigen
  (for RInside use with RcppEigen).
R-RM2 0.0 21.fc30	48636	Unspecified	Revenue Management and Pricing for R
  RM2 is a simple package that implements functions
  used in revenue management and pricing environments.
R-ROC 1.56.0 3.fc30	226422	Unspecified	Utilities for ROC
  Utilities for ROC with uarray focus.
R-RODBC 1.3.15 7.fc30	1047287	Unspecified	An ODBC database interface for R
  An ODBC database interface for R.
R-RSQLite 2.1.1 4.fc30	2011091	Unspecified	SQLite database interface for R
  A SQLite database interface definition for communication between R and SQLite
  databases.
R-RUnit 0.4.26 17.fc30	378937	Unspecified	R Unit test framework
  R functions implementing a standard Unit Testing framework, with additional
  code inspection and report generation tools
R-Rcompression 0.93.2 24.fc30	454344	Unspecified	R Package for in-memory compression
  This package is a basic R interface to the zlib and bzip2 facilities for
  compressing and uncompressing data that are in memory rather than in files.
R-Rcpp 1.0.1 1.fc30	4032955	Unspecified	Seamless R and C++ Integration
  The Rcpp package provides R functions as well as C++ classes which
  offer a seamless integration of R and C++. Many R data types and
  objects can be mapped back and forth to C++ equivalents which
  facilitates both writing of new code as well as easier integration of
  third-party libraries.
  Documentation about Rcpp is provided by several vignettes included in
  this package, via the Rcpp Gallery site at http://gallery.rcpp.org,
  the paper by Eddelbuettel and Francois (2011, JSS), and the book by
  Eddelbuettel (2013, Springer).
  See citation("Rcpp") for details on the last two.
R-Rcpp 1.0.1 1.fc30	4029134	Unspecified	Seamless R and C++ Integration
  The Rcpp package provides R functions as well as C++ classes which
  offer a seamless integration of R and C++. Many R data types and
  objects can be mapped back and forth to C++ equivalents which
  facilitates both writing of new code as well as easier integration of
  third-party libraries.
  Documentation about Rcpp is provided by several vignettes included in
  this package, via the Rcpp Gallery site at http://gallery.rcpp.org,
  the paper by Eddelbuettel and Francois (2011, JSS), and the book by
  Eddelbuettel (2013, Springer).
  See citation("Rcpp") for details on the last two.
R-Rcpp-devel 1.0.1 1.fc30	5764807	Unspecified	Rcpp Development Files
  Header files for Rcpp.
R-Rcpp-devel 1.0.1 1.fc30	5764807	Unspecified	Rcpp Development Files
  Header files for Rcpp.
R-Rcpp-examples 1.0.1 1.fc30	101048	Unspecified	Rcpp Examples
  Examples for using Rcpp.
R-RcppCCTZ 0.2.5 1.fc30	247243	Unspecified	'Rcpp' Bindings for the 'CCTZ' Library
  'Rcpp' Access to the 'CCTZ' timezone library is provided. 'CCTZ' is a C++
  library for translating between absolute and civil times using the rules
  of a time zone.
R-Rmpfr 0.7.2 1.fc30	1675354	Unspecified	R MPFR - Multiple Precision Floating-Point Reliable
  Arithmetic (via S4 classes and methods) for arbitrary precision floating
  point numbers, including transcendental ("special") functions.  To this
  end, the package interfaces to the 'LGPL' licensed 'MPFR' (Multiple
  Precision Floating-Point Reliable) Library which itself is based on the
  'GMP' (GNU Multiple Precision) Library.
R-Rsamtools 1.34.1 1.fc30	5230435	Unspecified	R interface to samtools
  This package provides an interface to the 'samtools', 'bcftools',
  and 'tabix' utilities (see 'LICENCE') for manipulating SAM
  (Sequence Alignment / Map), binary variant call (BCF) and
  compressed indexed tab-delimited (tabix) files.
R-Rsamtools 1.34.1 1.fc30	5205346	Unspecified	R interface to samtools
  This package provides an interface to the 'samtools', 'bcftools',
  and 'tabix' utilities (see 'LICENCE') for manipulating SAM
  (Sequence Alignment / Map), binary variant call (BCF) and
  compressed indexed tab-delimited (tabix) files.
R-Rsamtools-devel 1.34.1 1.fc30	232285	Unspecified	Development files for R-Rsamtools
  Development files for R-Rsamtools.
R-Rsamtools-devel 1.34.1 1.fc30	257505	Unspecified	Development files for R-Rsamtools
  Development files for R-Rsamtools.
R-Rsolid 0.9.31 26.fc30	65757	Unspecified	Quantile normalization and base calling for second generation sequencing data
  
  Rsolid is an R package for normalizing fluorescent intensity data from
  ABI/SOLiD second generation sequencing platform. It has been observed
  that the color-calls provided by factory software contain technical
  artifacts, where the proportions of colors called are extremely
  variable across sequencing cycles. Under the random DNA fragmentation
  assumption, these proportions should be equal across sequencing cycles
  and proportional to the dinucleotide frequencies of the sample.
  
  Rsolid implements a version of the quantile normalization algorithm
  that transforms the intensity values before calling colors. Results
  show that after normalization, the total number of mappable reads
  increases by around 5%, and number of perfectly mapped reads increases
  by 10%. Moreover a 2-5% reduction in overall error rates is observed,
  with a 2-6% reduction in the rate of valid adjacent color
  mis-matches. The latter is important, since it leads to a decrease in
  false-positive SNP calls.
  
  The normalization algorithm is computationally efficient. In a test we
  are able to process 300 million reads in 2 hours using 10 computer
  cluster nodes. The engine functions of the package are written in C
  for better performance.
R-Rsolid 0.9.31 26.fc30	66692	Unspecified	Quantile normalization and base calling for second generation sequencing data
  
  Rsolid is an R package for normalizing fluorescent intensity data from
  ABI/SOLiD second generation sequencing platform. It has been observed
  that the color-calls provided by factory software contain technical
  artifacts, where the proportions of colors called are extremely
  variable across sequencing cycles. Under the random DNA fragmentation
  assumption, these proportions should be equal across sequencing cycles
  and proportional to the dinucleotide frequencies of the sample.
  
  Rsolid implements a version of the quantile normalization algorithm
  that transforms the intensity values before calling colors. Results
  show that after normalization, the total number of mappable reads
  increases by around 5%, and number of perfectly mapped reads increases
  by 10%. Moreover a 2-5% reduction in overall error rates is observed,
  with a 2-6% reduction in the rate of valid adjacent color
  mis-matches. The latter is important, since it leads to a decrease in
  false-positive SNP calls.
  
  The normalization algorithm is computationally efficient. In a test we
  are able to process 300 million reads in 2 hours using 10 computer
  cluster nodes. The engine functions of the package are written in C
  for better performance.
R-Rsolid-devel 0.9.31 26.fc30	291439	Unspecified	Development files for R-Rsolid
  
  The R-Rsolid-devel  package contains header and library files for
  developing applications that use R-Rsolid
R-Rsolid-devel 0.9.31 26.fc30	291439	Unspecified	Development files for R-Rsolid
  
  The R-Rsolid-devel  package contains header and library files for
  developing applications that use R-Rsolid
R-S4Vectors 0.20.1 1.fc30	2887800	Unspecified	S4 implementation of vectors and lists
  The S4Vectors package defines the Vector and List virtual classes and a set of
  generic functions that extend the semantic of ordinary vectors and lists in R.
  Package developers can easily implement vector-like or list-like objects as
  concrete subclasses of Vector or List. In addition, a few low-level concrete
  subclasses of general interest (e.g. DataFrame, Rle, and Hits) are implemented
  in the S4Vectors package itself (many more are implemented in the IRanges
  package and in other Bioconductor infrastructure packages).
R-S4Vectors 0.20.1 1.fc30	2881477	Unspecified	S4 implementation of vectors and lists
  The S4Vectors package defines the Vector and List virtual classes and a set of
  generic functions that extend the semantic of ordinary vectors and lists in R.
  Package developers can easily implement vector-like or list-like objects as
  concrete subclasses of Vector or List. In addition, a few low-level concrete
  subclasses of general interest (e.g. DataFrame, Rle, and Hits) are implemented
  in the S4Vectors package itself (many more are implemented in the IRanges
  package and in other Bioconductor infrastructure packages).
R-S4Vectors-devel 0.20.1 1.fc30	28657	Unspecified	Development files for R-S4Vectors
  Development files for R-S4Vectors.
R-S4Vectors-devel 0.20.1 1.fc30	28657	Unspecified	Development files for R-S4Vectors
  Development files for R-S4Vectors.
R-SEDML 0.4.3 20.fc30	6801499	Unspecified	R library that fully supports SED-ML for SBML
  The SEDML R package contains the libraries to
  develop applications with libSEDML R bindings.
R-SummarizedExperiment 1.10.1 3.fc30	3982958	Unspecified	SummarizedExperiment container
  The SummarizedExperiment container contains one or more assays, each
  represented by a matrix-like object of numeric or other mode. The rows
  typically represent genomic ranges of interest and the columns represent
  samples.
R-TH-data 1.0.9 2.fc30	8745566	Unspecified	Data for other R packages
  Data for other R packages.
R-V8 1.5 8.fc30	1051201	Unspecified	Embedded JavaScript Engine for R
  An R interface to Google's open source JavaScript engine. V8 is written in
  C++ and implements ECMAScript as specified in ECMA-262, 5th edition. In
  addition, this package implements typed arrays as specified in ECMA 6 used
  for high-performance computing and libraries compiled with 'emscripten'.
R-XML 3.98.1.11 3.fc30	7564741	Unspecified	Tools for parsing and generating xml within r and s-plus
  This package provides many approaches for both reading and creating XML
  (and HTML) documents (including DTDs), both local and accessible via HTTP
  or FTP. It also offers access to an XPath "interpreter".
R-XVector 0.20.0 3.fc30	1050856	Unspecified	Representation and manipulation of external sequences
  Memory efficient S4 classes for storing sequences "externally" (behind an R
  external pointer, or on disk).
R-XVector 0.20.0 3.fc30	1048423	Unspecified	Representation and manipulation of external sequences
  Memory efficient S4 classes for storing sequences "externally" (behind an R
  external pointer, or on disk).
R-XVector-devel 0.20.0 3.fc30	17201	Unspecified	Development files for R-XVector
  Development files for R-XVector.
R-XVector-devel 0.20.0 3.fc30	17201	Unspecified	Development files for R-XVector
  Development files for R-XVector.
R-abind 1.4.5 3.fc30	89504	Unspecified	Combine multi-dimensional arrays
  Combine multi-dimensional arrays. This is a generalization of cbind and rbind.
  Takes a sequence of vectors, matrices, or arrays and produces a single array
  of the same or higher dimension.
R-acepack 1.4.1 9.fc30	179336	Unspecified	ACE and AVAS methods for choosing regression transformations
  ACE and AVAS (additivity and variance stabilization) are used to estimate
  transformations for regression.
R-affy 1.58.0 3.fc30	2129254	Unspecified	Methods for Affymetrix Oligonucleotide Arrays
  The package contains functions for exploratory oligonucleotide array
  analysis.
  
  The dependancy to tkWidgets only concerns few convenience
  functions. 'affy' is fully functional without it.
R-affydata 1.28.0 3.fc30	24510660	Unspecified	Affymetrix data for demonstration purpose
  Example data sets of a slightly large size. They represent 'real world
  examples', unlike the artificial examples included in the package affy.
R-affyio 1.50.0 3.fc30	254195	Unspecified	Tools for parsing Affymetrix data files
  Routines for parsing Affymetrix data files based upon file format
  information. Primary focus is on accessing the CEL and CDF file formats.
R-ape 5.3 1.fc30	3305339	Unspecified	Analyses of Phylogenetics and Evolution
  Functions for reading, writing, plotting, and manipulating phylogenetic
  trees, analyses of comparative data in a phylogenetic framework, ancestral
  character analyses, analyses of diversification and macroevolution,
  computing distances from DNA sequences, reading and writing nucleotide
  sequences as well as importing from BioConductor, and several tools such
  as Mantel's test, generalized skyline plots, graphical exploration of
  phylogenetic data (alex, trex, kronoviz), estimation of absolute
  evolutionary rates and clock-like trees using mean path lengths and
  penalized likelihood, dating trees with non-contemporaneous sequences,
  translating DNA into AA sequences, and assessing sequence alignments.
  Phylogeny estimation can be done with the NJ, BIONJ, ME, MVR, SDM, and
  triangle methods, and several methods handling incomplete distance
  matrices (NJ*, BIONJ*, MVR*, and the corresponding triangle method). Some
  functions call external applications (PhyML, Clustal, T-Coffee, Muscle)
  whose results are returned into R.
R-argon2 0.2.0 4.fc30	74700	Unspecified	Secure Password Hashing
  Utilities for secure password hashing via the argon2 algorithm. It is a
  relatively new hashing algorithm and is believed to be very secure. The
  'argon2' implementation included in the package is the reference
  implementation.  The package also includes some utilities that should be
  useful for digest authentication, including a wrapper of 'blake2b'.  For
  similar R packages, see sodium and 'bcrypt'.  See
  <https://en.wikipedia.org/wiki/Argon2> or
  <https://eprint.iacr.org/2015/430.pdf> for more information.
R-ascii 2.1 3.fc30	819538	Unspecified	Export R objects to several markup languages
  Coerce R object to asciidoc, txt2tags, restructuredText, org, textile or
  pandoc syntax.  Package comes with a set of drivers for Sweave.
R-askpass 1.1 1.fc30	38340	Unspecified	Safe Password Entry for R, Git, and SSH
  Cross-platform utilities for prompting the user for credentials or a
  passphrase, for example to authenticate with a server or read a protected key.
  Includes native programs for MacOS and Windows, hence no 'tcltk' is required.
  Password entry can be invoked in two different ways: directly from R via the
  askpass() function, or indirectly as password-entry back-end for 'ssh-agent' or
  'git-credential' via the SSH_ASKPASS and GIT_ASKPASS environment variables.
  Thereby the user can be prompted for credentials or a passphrase if needed when
  R calls out to git or ssh.
R-assertthat 0.2.1 1.fc30	76047	Unspecified	Easy Pre and Post Assertions
  An extension to stopifnot() that makes it easy to declare the pre and post
  conditions that you code should satisfy, while also producing friendly
  error messages so that your users know what's gone wrong.
R-backports 1.1.3 1.fc30	97623	Unspecified	Reimplementations of Functions Introduced Since R-3.0.0
  Functions introduced or changed since R v3.0.0 are re-implemented in this
  package. The backports are conditionally exported in order to let R resolve
  the function name to either the implemented backport, or the respective
  base version, if available. Package developers can make use of new
  functions or arguments by selectively importing specific backports to
  support older installations.
R-base64enc 0.1.3 5.fc30	54643	Unspecified	Tools for base64 encoding
  This package provides tools for handling base64 encoding. It is more
  flexible than the orphaned base64 package.
R-biglm 0.9.1 15.fc30	96202	Unspecified	Bounded memory linear and generalized linear models
  Regression for data too large to fit in memory.
R-bindr 0.1.1 3.fc30	21573	Unspecified	Parametrized Active Bindings
  Provides a simple interface for creating active bindings where the bound
  function accepts additional arguments.
R-bindrcpp 0.2.2 4.fc30	278546	Unspecified	An 'Rcpp' Interface to Active Bindings
  Provides an easy way to fill an environment with active bindings that call
  a C++ function.
R-bindrcpp 0.2.2 4.fc30	268928	Unspecified	An 'Rcpp' Interface to Active Bindings
  Provides an easy way to fill an environment with active bindings that call
  a C++ function.
R-bindrcpp-devel 0.2.2 4.fc30	18431	Unspecified	Development files for R-bindrcpp
  Development files for R-bindrcpp.
R-bindrcpp-devel 0.2.2 4.fc30	18431	Unspecified	Development files for R-bindrcpp
  Development files for R-bindrcpp.
R-biomaRt 2.18.0 10.fc30	541277	Unspecified	R Interface to BioMart databases
  In recent years a wealth of biological data has become available in public
  data repositories. Easy access to these valuable data resources and firm
  integration with data analysis is needed for comprehensive bioinformatics data
  analysis. biomaRt provides an interface to a growing collection of databases
  implementing the BioMart software suite (http://www.biomart.org). The package
  enables retrieval of large amounts of data in a uniform way without the need
  to know the underlying database schemas or write complex SQL queries. Examples
  of BioMart databases are Ensembl, COSMIC, Uniprot, HGNC, Gramene, Wormbase and
  dbSNP mapped to Ensembl. These major databases give biomaRt users direct
  access to a diverse set of data and enable a wide range of powerful online
  queries from gene annotation to database mining.
R-bit 1.1.14 3.fc30	400839	Unspecified	A class for vectors of 1-bit booleans
  True boolean datatype (no NAs), coercion from and to logicals, integers
  and integer subscripts; fast boolean operators and fast summary
  statistics. With 'bit' vectors you can store true binary booleans
  {FALSE,TRUE} at the expense of 1 bit only, on a 32 bit architecture this
  means factor 32 less RAM and ~ factor 32 more speed on boolean operations.
  Due to overhead of R calls, actual speed gain depends on the size of the
  vector: expect gains for vectors of size > 10000 elements. Even for
  one-time boolean operations it can pay-off to convert to bit, the pay-off
  is obvious, when such components are used more than once. Reading from and
  writing to bit is approximately as fast as accessing standard logicals -
  mostly due to R's time for memory allocation. The package allows to work
  with pre-allocated memory for return values by calling .Call() directly:
  when evaluating the speed of C-access with pre-allocated vector memory,
  coping from bit to logical requires only 70% of the time for copying from
  logical to logical; and copying from logical to bit comes at a performance
  penalty of 150%. the package now contains further classes for representing
  logical selections: 'bitwhich' for very skewed selections and 'ri' for
  selecting ranges of values for chunked processing. All three index classes
  can be used for subsetting 'ff' objects (ff-2.1-0 and higher).
R-bit64 0.9.7 5.fc30	823061	Unspecified	A S3 Class for Vectors of 64bit Integers
  Package 'bit64' provides serializable S3 atomic 64bit (signed) integers. These
  are useful for handling database keys and exact counting in +-2^63. WARNING: do
  not use them as replacement for 32bit integers, integer64 are not supported for
  subscripting by R-core and they have different semantics when combined with
  double, e.g. integer64 + double => integer64. Class integer64 can be used in
  vectors, matrices, arrays and data.frames. Methods are available for coercion
  from and to logicals, integers, doubles, characters and factors as well as many
  elementwise and summary functions. Many fast algorithmic operations such as
  'match' and 'order' support interactive data exploration and manipulation and
  optionally leverage caching.
R-bitops 1.0.6 11.fc30	48602	Unspecified	Functions for Bitwise operations
  Functions for Bitwise operations on integer vectors.
R-blob 1.1.1 4.fc30	25816	Unspecified	A Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')
  R's raw vector is useful for storing a single binary object. What if you want
  to put a vector of them in a data frame? The blob package provides the blob
  object, a list of raw vectors, suitable for use as a column in data frame.
R-brew 1.0.6 4.fc30	684160	Unspecified	Templating Framework for Report Generation
  brew implements a templating framework for mixing text and R code for
  report generation. brew template syntax is similar to PHP, Ruby's erb
  module, Java Server Pages, and Python's psp module.
R-caTools 1.17.1 10.fc30	357645	Unspecified	Tools: moving window statistics, gif, base64, roc auc...
  Contains several basic utility functions including: moving (rolling,
  running) window statistic functions, read/write for GIF and ENVI binary
  files, fast calculation of AUC, LogitBoost classifier, base64
  encoder/decoder, round-off error free sum and cumsum, etc.
R-callr 3.2.0 1.fc30	301365	Unspecified	Call R from R
  It is sometimes useful to perform a computation in a separate R process,
  without affecting the current R process at all. This packages does exactly
  that.
R-car 2.0.22 3.fc30	2076823	Unspecified	Companion to Applied Regression package for R
  This package accompanies J. Fox, An R and S-PLUS Companion to Applied
  Regression, Sage, 2002. The package contains mostly functions for applied
  regression, linear models, and generalized linear models, with an emphasis on
  regression diagnostics, particularly graphical diagnostic methods.  There are
  also some utility functions. With some exceptions, it does not duplicate
  capabilities in the basic distribution of R, nor in widely used packages.
  Where relevant, the functions in car are consistent with na.action = na.omit
  or na.exclude.
R-cellranger 1.1.0 2.fc30	163068	Unspecified	Translate Spreadsheet Cell Ranges to Rows and Columns
  Helper functions to work with spreadsheets and the "A1:D10" style of cell range
  specification.
R-chron 2.3.53 2.fc30	256242	Unspecified	Chronological Objects which can Handle Dates and Times
  Provides chronological objects which can handle dates and times.
R-cli 1.1.0 1.fc30	232537	Unspecified	Helpers for Developing Command Line Interfaces
  A suite of tools designed to build attractive command line interfaces
  ('CLIs'). Includes tools for drawing rules, boxes, trees, and 'Unicode'
  symbols with 'ASCII' alternatives.
R-cliapp 0.1.0 1.fc30	286360	Unspecified	Create Rich Command Line Applications
  Create rich command line applications, with colors, headings, lists, alerts,
  progress bars, etc. It uses CSS for custom themes.
R-clipr 0.5.0 1.fc30	55491	Unspecified	Read and Write from the System Clipboard
  Simple utility functions to read from and write to the Windows, OS X, and
  X11 clipboards.
R-coda 0.19.2 2.fc30	450378	Unspecified	Output Analysis and Diagnostics for MCMC
  Provides functions for summarizing and plotting the output from Markov
  Chain Monte Carlo (MCMC) simulations, as well as diagnostic tests of
  convergence to the equilibrium distribution of the Markov chain.
R-colorspace 1.4.1 1.fc30	3976868	Unspecified	A Toolbox for Manipulating and Assessing Colors and Palettes
  Carries out mapping between assorted color spaces including RGB, HSV,
  HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar CIELAB.
  Qualitative, sequential, and diverging color palettes based on HCL colors
  are provided along with corresponding ggplot2 color scales. Color palette
  choice is aided by an interactive app (with either a Tcl/Tk or a shiny
  GUI) and shiny apps with an HCL color picker and a color vision
  deficiency emulator. Plotting functions for displaying and assessing
  palettes include color swatches, visualizations of the HCL space, and
  trajectories in HCL and/or RGB spectrum. Color manipulation functions
  include: desaturation, lightening/darkening, mixing, and simulation of
  color vision deficiencies (deutanomaly, protanomaly, tritanomaly).
R-combinat 0.0.8 17.fc30	59545	Unspecified	R routines for combinatorics
  R routines for combinatorics
R-commonmark 1.7 1.fc30	436689	Unspecified	High Performance CommonMark and Github Markdown Rendering in R
  The CommonMark specification defines a rationalized version of markdown
  syntax. This package uses the 'cmark' reference implementation for
  converting markdown text into various formats including html, latex and
  groff man. In addition it exposes the markdown parse tree in xml format.
  Also includes opt-in support for GFM extensions including tables,
  autolinks, and strikethrough text.
R-core 3.5.3 1.fc30	90728112	Unspecified	The minimal R components necessary for a functional runtime
  A language and environment for statistical computing and graphics.
  R is similar to the award-winning S system, which was developed at
  Bell Laboratories by John Chambers et al. It provides a wide
  variety of statistical and graphical techniques (linear and
  nonlinear modelling, statistical tests, time series analysis,
  classification, clustering, ...).
  
  R is designed as a true computer language with control-flow
  constructions for iteration and alternation, and it allows users to
  add additional functionality by defining new functions. For
  computationally intensive tasks, C, C++ and Fortran code can be linked
  and called at run time.
R-core 3.5.3 1.fc30	90680796	Unspecified	The minimal R components necessary for a functional runtime
  A language and environment for statistical computing and graphics.
  R is similar to the award-winning S system, which was developed at
  Bell Laboratories by John Chambers et al. It provides a wide
  variety of statistical and graphical techniques (linear and
  nonlinear modelling, statistical tests, time series analysis,
  classification, clustering, ...).
  
  R is designed as a true computer language with control-flow
  constructions for iteration and alternation, and it allows users to
  add additional functionality by defining new functions. For
  computationally intensive tasks, C, C++ and Fortran code can be linked
  and called at run time.
R-core-devel 3.5.3 1.fc30	380498	Unspecified	Core files for development of R packages (no Java)
  Install R-core-devel if you are going to develop or compile R packages.
  This package does not configure the R environment for Java, install
  R-java-devel if you want this.
R-core-devel 3.5.3 1.fc30	380500	Unspecified	Core files for development of R packages (no Java)
  Install R-core-devel if you are going to develop or compile R packages.
  This package does not configure the R environment for Java, install
  R-java-devel if you want this.
R-corpus 0.10.0 4.fc30	2626375	Unspecified	Text Corpus Analysis
  Text corpus data analysis, with full support for international text
  (Unicode).  Functions for reading data from newline-delimited 'JSON'
  files, for normalizing and tokenizing text, for searching for term
  occurrences, and for computing term occurrence frequencies, including
  n-grams.
R-crayon 1.3.4 3.fc30	807590	Unspecified	Colored Terminal Output
  Colored terminal output on terminals that support 'ANSI' color and highlight
  codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support is automatically
  detected. Colors and highlighting can be combined and nested. New styles can
  also be created easily. This package was inspired by the 'chalk'
  'JavaScript' project.
R-curl 3.3 1.fc30	1151867	Unspecified	A Modern and Flexible Web Client for R
  The curl() and curl_download() functions provide highly configurable
  drop-in replacements for base url() and download.file() with better
  performance, support for encryption (https, ftps), gzip compression,
  authentication, and other 'libcurl' goodies. The core of the package
  implements a framework for performing fully customized requests where
  data can be processed either in memory, on disk, or streaming via the
  callback or connection interfaces. Some knowledge of 'libcurl' is
  recommended; for a more-user-friendly web client see the 'httr' package
  which builds on this package with http specific tools and logic.
R-data.table 1.12.0 2.fc30	3613797	Unspecified	Extension of `data.frame`
  Fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins,
  fast add/modify/delete of columns by group using no copies at all, list
  columns, friendly and fast character-separated-value read/write. Offers a
  natural and flexible syntax, for faster development.
R-date 1.2.38 4.fc30	81223	Unspecified	Functions for Handling Dates
  Functions for handling dates.
R-dbplyr 1.3.0 1.fc30	756704	Unspecified	A 'dplyr' Back End for Databases
  A 'dplyr' back end for databases that allows you to work with remote database
  tables as if they are in-memory data frames. Basic features works with any
  database that has a 'DBI' back end; more advanced features require 'SQL'
  translation to be provided by the package author.
R-debugme 1.1.0 3.fc30	1049898	Unspecified	Debug R Packages
  Specify debug messages as special string constants, and control debugging
  of packages via environment variables.
R-deldir 0.1.16 1.fc30	374110	Unspecified	Delaunay Triangulation and Dirichlet (Voronoi) Tessellation
  Calculates the Delaunay triangulation and the Dirichlet or Voronoi
  tessellation (with respect to the entire plane) of a planar point set.
  Plots triangulations and tessellations in various ways.  Clips
  tessellations to sub-windows. Calculates perimeters of tessellations.
  Summarises information about the tiles of the tessellation.
R-desc 1.2.0 3.fc30	406447	Unspecified	Manipulate DESCRIPTION Files
  Tools to read, write, create, and manipulate DESCRIPTION files. It is
  intended for packages that create or manipulate other packages.
R-devel 3.5.3 1.fc30	0	Unspecified	Full R development environment metapackage
  This is a metapackage to install a complete (with Java) R development
  environment.
R-devel 3.5.3 1.fc30	0	Unspecified	Full R development environment metapackage
  This is a metapackage to install a complete (with Java) R development
  environment.
R-dichromat 2.0.0 3.fc30	162911	Unspecified	Color Schemes for Dichromats
  Collapse red-green or green-blue distinctions to simulate the effects of
  different types of color-blindness.
R-diffobj 0.2.2 1.fc30	1590420	Unspecified	Diffs for R Objects
  Generate a colorized diff of two R objects for an intuitive visualization
  of their differences.
R-digest 0.6.15 4.fc30	276505	Unspecified	Create Cryptographic Hash Digest of R Objects
  Implementation of a function 'digest()' for the creation of hash digests of
  arbitrary R objects (using the md5, sha-1, sha-256, crc32, xxhash and
  murmurhash algorithms) permitting easy comparison of R language objects, as
  well as a function 'hmac()' to create hash-based message authentication code.
  The md5 algorithm by Ron Rivest is specified in RFC 1321, the sha-1 and
  sha-256 algorithms are specified in FIPS-180-1 and FIPS-180-2, and the crc32
  algorithm is described in
  ftp://ftp.rocksoft.com/cliens/rocksoft/papers/crc_v3.txt. For md5, sha-1,
  sha-256 and aes, this package uses small standalone implementations that were
  provided by Christophe Devine. For crc32, code from the zlib library is used.
  For sha-512, an implementation by Aaron D. Gifford is used. For xxHash, the
  implementation by Yann Collet is used. For murmurhash, an implementation by
  Shane Day is used. Please note that this package is not meant to be deployed
  for cryptographic purposes for which more comprehensive (and widely tested)
  libraries such as OpenSSL should be used.
R-digest 0.6.15 4.fc30	310658	Unspecified	Create Cryptographic Hash Digest of R Objects
  Implementation of a function 'digest()' for the creation of hash digests of
  arbitrary R objects (using the md5, sha-1, sha-256, crc32, xxhash and
  murmurhash algorithms) permitting easy comparison of R language objects, as
  well as a function 'hmac()' to create hash-based message authentication code.
  The md5 algorithm by Ron Rivest is specified in RFC 1321, the sha-1 and
  sha-256 algorithms are specified in FIPS-180-1 and FIPS-180-2, and the crc32
  algorithm is described in
  ftp://ftp.rocksoft.com/cliens/rocksoft/papers/crc_v3.txt. For md5, sha-1,
  sha-256 and aes, this package uses small standalone implementations that were
  provided by Christophe Devine. For crc32, code from the zlib library is used.
  For sha-512, an implementation by Aaron D. Gifford is used. For xxHash, the
  implementation by Yann Collet is used. For murmurhash, an implementation by
  Shane Day is used. Please note that this package is not meant to be deployed
  for cryptographic purposes for which more comprehensive (and widely tested)
  libraries such as OpenSSL should be used.
R-digest-devel 0.6.15 4.fc30	3165	Unspecified	Header files for compiling against digest
  Header files for compiling against digest.
R-digest-devel 0.6.15 4.fc30	3165	Unspecified	Header files for compiling against digest
  Header files for compiling against digest.
R-disposables 1.0.3 3.fc30	29962	Unspecified	Create Disposable R Packages for Testing
  Create disposable R packages for testing. You can create, install and load
  multiple R packages with a single function call, and then unload,
  uninstall and destroy them with another function call. This is handy when
  testing how some R code or an R package behaves with respect to other
R-doParallel 1.0.14 1.fc30	220785	Unspecified	Foreach Parallel Adaptor for the 'parallel' Package
  Provides a parallel backend for the %dopar% function using the parallel
  package.
R-dplyr 0.8.0.1 1.fc30	5054737	Unspecified	A Grammar of Data Manipulation
  A fast, consistent tool for working with data frame like objects, both in
  memory and out of memory.
R-dplyr 0.8.0.1 1.fc30	4971597	Unspecified	A Grammar of Data Manipulation
  A fast, consistent tool for working with data frame like objects, both in
  memory and out of memory.
R-dplyr-devel 0.8.0.1 1.fc30	230397	Unspecified	Development files for R-dplyr
  Development files for R-dplyr.
R-dplyr-devel 0.8.0.1 1.fc30	230397	Unspecified	Development files for R-dplyr
  Development files for R-dplyr.
R-dtplyr 0.0.3 1.fc30	74906	Unspecified	Data Table Back-End for 'dplyr'
  This implements the data table back-end for 'dplyr' so that you can seamlessly
  use data table and 'dplyr' together.
R-ellipsis 0.1.0 1.fc30	38758	Unspecified	Tools for Working with '...'
  In S3 generics, it's useful to take ... so that methods can have additional
  argument. But this flexibility comes at a cost: misspelled arguments will be
  silently ignored. The ellipsis packages is an experiment that allows a generic
  to warn if any arguments passed in ... are not used.
R-errors 0.3.1 2.fc30	152647	Unspecified	Uncertainty Propagation for R Vectors
  Support for measurement errors in R vectors, matrices and arrays:
  automatic uncertainty propagation and reporting.
R-evaluate 0.13 1.fc30	99997	Unspecified	Parsing and Evaluation Tools that Provide More Details than the Default
  Parsing and evaluation tools that make it easy to recreate the command
  line behaviour of R.
R-expm 0.999.2 8.fc30	319881	Unspecified	Computation of the matrix exponential and related quantities
  Efficient calculation of the exponential of a matrix. The package
  contains an R interface and a C API that package authors can use.
R-fansi 0.4.0 2.fc30	367203	Unspecified	ANSI Control Sequence Aware String Functions
  Counterparts to R string manipulation functions that account for the
  effects of ANSI text formatting control sequences.
R-farver 1.1.0 2.fc30	760269	Unspecified	Vectorized Color Conversion and Comparison
  The encoding of color can be handled in many different ways, using
  different color spaces. As different color spaces have different uses,
  efficient conversion between these representations are important. The
  'farver' package provides a set of functions that gives access to very fast
  color space conversion and comparisons implemented in C++, and offers
  100-fold speed improvements over the 'convertColor' function in the
  'grDevices' package.
R-fastmatch 1.1.0 4.fc30	70855	Unspecified	Fast match() function
  Package providing a fast match() replacement for cases that require
  repeated look-ups. It is slightly faster that R's built-in match()
  function on first match against a table, but extremely fast on any
  subsequent lookup as it keeps the hash table in memory.
R-fibroEset 1.6.0 9.fc30	1957798	Unspecified	ExprSet for karaman et al. (2003) fibroblasts data
  ExprSet for Karaman et al. (2003) human, bonobo and gorilla fibroblasts data.
R-filehash 2.4.1 5.fc30	458710	Unspecified	Simple Key-Value Database
  Implements a simple key-value style database where character string keys
  are associated with data values that are stored on the disk. A simple
  interface is provided for inserting, retrieving, and deleting data from
  the database. Utilities are provided that allow 'filehash' databases to be
  treated much like environments and lists are already used in R. These
  utilities are provided to encourage interactive and exploratory analysis
  on large datasets. Three different file formats for representing the
  database are currently available and new formats can easily be
  incorporated by third parties for use in the 'filehash' framework.
R-fontBitstreamVera 0.1.1 4.fc30	10726	Unspecified	Fonts with 'Bitstream Vera Fonts' License
  Provides fonts licensed under the 'Bitstream Vera Fonts' license for the
  'fontquiver' package.
R-fontLiberation 0.1.0 4.fc30	9588	Unspecified	Liberation Fonts
  A placeholder for the Liberation fontset intended for the `fontquiver` package.
  This fontset covers the 12 combinations of families (sans, serif, mono) and
  faces (plain, bold, italic, bold italic) supported in R graphics devices.
R-forcats 0.4.0 1.fc30	449532	Unspecified	Tools for Working with Categorical Variables (Factors)
  Helpers for reordering factor levels (including moving specified levels to
  front, ordering by first appearance, reversing, and randomly shuffling), and
  tools for modifying factor levels (including collapsing rare levels into other,
  'anonymising', and manually 'recoding').
R-foreach 1.4.4 3.fc30	586577	Unspecified	Provides Foreach Looping Construct for R
  Support for the foreach looping construct.  Foreach is an idiom that
  allows for iterating over elements in a collection, without the use of an
  explicit loop counter.  This package in particular is intended to be used
  for its return value, rather than for its side effects.  In that sense, it
  is similar to the standard lapply function, but doesn't require the
  evaluation of a function.  Using foreach without side effects also
  facilitates executing the loop in parallel.
R-formatR 1.6 1.fc30	253633	Unspecified	Format R Code Automatically
  Provides a function tidy_source() to format R source code. Spaces and
  indent will be added to the code automatically, and comments will be
  preserved under certain conditions, so that R code will be more
  human-readable and tidy. There is also a Shiny app as a user interface in
  this package (see tidy_app()).
R-fortunes 1.5.4 3.fc30	286185	Unspecified	R Fortunes
  A collection of fortunes from the R community.
R-fs 1.2.7 1.fc30	523717	Unspecified	Cross-Platform File System Operations Based on 'libuv'
  A cross-platform interface to file system operations, built on top of the
  'libuv' C library.
R-fts 0.9.9.2 2.fc30	924871	Unspecified	R Interface to 'tslib' (a Time Series Library in C++)
  Fast operations for time series objects.
R-futile.logger 1.4.3 6.fc30	127263	Unspecified	A logging utility for R
  Provides a simple yet powerful logging utility. Based loosely on log4j,
  futile.logger takes advantage of R idioms to make logging a convenient and
  easy to use replacement for cat and print statements.
R-futile.options 1.0.0 6.fc30	27746	Unspecified	Futile options management
  A scoped options management framework.
R-future 1.12.0 1.fc30	999662	Unspecified	Unified Parallel and Distributed Processing in R for Everyone
  The purpose of this package is to provide a lightweight and unified Future API
  for sequential and parallel processing of R expression via futures. The
  simplest way to evaluate an expression in parallel is to use `x %<-% {
  expression }` with `plan(multiprocess)`. This package implements sequential,
  multicore, multisession, and cluster futures. With these, R expressions can be
  evaluated on the local machine, in parallel a set of local machines, or
  distributed on a mix of local and remote machines. Extensions to this package
  implement additional backends for processing futures via compute cluster
  schedulers etc. Because of its unified API, there is no need to modify any code
  in order switch from sequential on the local machine to, say, distributed
  processing on a remote compute cluster. Another strength of this package is
  that global variables and functions are automatically identified and exported
  as needed, making it straightforward to tweak existing code to make use of
  futures.
R-gamlss.dist 5.1.3 1.fc30	4062480	Unspecified	Distributions for Generalized Additive Models for Location Scale and Shape
  A set of distributions which can be used for modelling the response
  variables in Generalized Additive Models for Location Scale and Shape,
  Rigby and Stasinopoulos (2005), <doi:10.1111/j.1467-9876.2005.00510.x>.
  The distributions can be continuous, discrete or mixed distributions.
  Extra distributions can be created, by transforming, any continuous
  distribution defined on the real line, to a distribution defined on
  ranges 0 to infinity or 0 to 1, by using a "log" or a "logit"
  transformation respectively.
R-gapminder 0.3.0 1.fc30	2386603	Unspecified	Data from Gapminder
  An excerpt of the data available at Gapminder.org. For each of 142 countries,
  the package provides values for life expectancy, GDP per capita, and
  population, every five years, from 1952 to 2007.
R-gdata 2.18.0 4.fc30	2800024	Unspecified	Various R Programming Tools for Data Manipulation
  Various R programming tools for data manipulation, including:
    - medical unit conversions,
    - combining objects,
    - character vector operations,
    - factor manipulation,
    - obtaining information about R objects,
    - manipulating MS-Excel formatted files,
    - generating fixed-width format files,
    - extricating components of date & time objects,
    - operations on columns of data frames,
    - matrix operations,
    - operations on vectors,
    - operations on data frames,
    - value of last evaluated expression, and
    - wrapper for 'sample' that ensures consistent behavior for both scalar and
      vector arguments.
R-gdtools 0.1.8 1.fc30	358000	Unspecified	Utilities for Graphical Rendering
  Useful tools for writing vector graphics devices.
R-gdtools 0.1.8 1.fc30	354888	Unspecified	Utilities for Graphical Rendering
  Useful tools for writing vector graphics devices.
R-gdtools-devel 0.1.8 1.fc30	13642	Unspecified	Development files for R-gdtools
  Development files for R-gdtools.
R-gdtools-devel 0.1.8 1.fc30	13642	Unspecified	Development files for R-gdtools
  Development files for R-gdtools.
R-gee 4.13.19 4.fc30	83881	Unspecified	Generalized Estimation Equation Solver
  Generalized Estimation Equation solver.
R-geepack 1.2.1 6.fc30	689042	Unspecified	Generalized Estimating Equation Package
  Generalized estimating equations solver for parameters in mean, scale, and
  correlation structures, through mean link, scale link, and correlation
  link. Can also handle clustered categorical responses.
R-geepack 1.2.1 6.fc30	694948	Unspecified	Generalized Estimating Equation Package
  Generalized estimating equations solver for parameters in mean, scale, and
  correlation structures, through mean link, scale link, and correlation
  link. Can also handle clustered categorical responses.
R-geepack-devel 1.2.1 6.fc30	167065	Unspecified	Development files for R-geepack
  Development files for R-geepack.
R-geepack-devel 1.2.1 6.fc30	167065	Unspecified	Development files for R-geepack
  Development files for R-geepack.
R-generics 0.0.2 1.fc30	107460	Unspecified	Common S3 model fitting generics not provided by base R methods
  In order to reduce potential package dependencies and conflicts, generics
  provides a number of commonly used S3 generics.
R-getPass 0.2.2 4.fc30	258849	Unspecified	Masked User Input
  A micro-package for reading "passwords", i.e.  reading user input with
  masking, so that the input is not displayed as it is typed.  Currently we
  have support for 'RStudio', the command line (every OS), and any platform
  where 'tcltk' is present.
R-ggplot2 3.1.1 1.fc30	5177097	Unspecified	Create Elegant Data Visualisations Using the Grammar of Graphics
  A system for 'declaratively' creating graphics, based on "The Grammar of
  Graphics". You provide the data, tell 'ggplot2' how to map variables to
  aesthetics, what graphical primitives to use, and it takes care of the
  details.
R-ggplot2movies 0.0.1 1.fc30	1260865	Unspecified	Movies Data
  A dataset about movies. This was previously contained in ggplot2, but has been
  moved its own package to reduce the download size of ggplot2.
R-git2r 0.25.2 1.fc30	917192	Unspecified	Provides Access to Git Repositories
  Interface to the 'libgit2' library, which is a pure C implementation of
  the 'Git' core methods. Provides access to 'Git' repositories to extract
  data and running some basic 'Git' commands.
R-globals 0.12.4 2.fc30	94431	Unspecified	Identify Global Objects in R Expressions
  Identifies global ("unknown" or "free") objects in R expressions by code
  inspection using various strategies, e.g. conservative or liberal. The
  objective of this package is to make it as simple as possible to identify
  global objects for the purpose of exporting them in distributed compute
  environments.
R-glue 1.3.1 1.fc30	249809	Unspecified	Interpreted String Literals
  An implementation of interpreted string literals, inspired by Python's
  Literal String Interpolation <https://www.python.org/dev/peps/pep-0498/>
  and Docstrings <https://www.python.org/dev/peps/pep-0257/> and Julia's
  Triple-Quoted String Literals
  <https://docs.julialang.org/en/stable/manual/strings/#triple-quoted-string-literals>.
R-gmailr 0.7.1 3.fc30	249197	Unspecified	Access the Gmail RESTful API
  An interface to the Gmail RESTful API.  Allows access to your Gmail
  messages, threads, drafts and labels.
R-gmp 0.5.13.5 1.fc30	718201	Unspecified	Multiple Precision Arithmetic
  Multiple Precision Arithmetic (big integers and rationals, prime number
  tests, matrix computation), "arithmetic without limitations" using the C
  library GMP (GNU Multiple Precision Arithmetic).
R-gplots 3.0.1.1 1.fc30	895945	Unspecified	Various R Programming Tools for Plotting Data
  Various R programming tools for plotting data, including:
  - calculating and plotting locally smoothed summary function,
  - enhanced versions of standard plots,
  - manipulating colors,
  - calculating and plotting two-dimensional data summaries,
  - enhanced regression diagnostic plots,
  - formula-enabled interface to 'stats::lowess' function,
  - displaying textual data in plots,
  - plotting a matrix where each cell contains a dot whose size reflects the
    relative magnitude of the elements,
  - plotting "Venn" diagrams,
  - displaying Open-Office style plots,
  - plotting multiple data on same region, with separate axes,
  - plotting means and confidence intervals,
  - spacing points in an x-y plot so they don't overlap.
R-gsl 2.1.6 1.fc30	875983	Unspecified	Wrapper for the Gnu Scientific Library
  An R wrapper for some of the functionality of the Gnu Scientific Library.
R-gss 2.1.9 4.fc30	1843090	Unspecified	General Smoothing Splines
  A comprehensive package for structural multivariate function estimation
  using smoothing splines.
R-gtable 0.2.0 3.fc30	124904	Unspecified	Arrange 'Grobs' in Tables
  Tools to make it easier to work with "tables" of 'grobs'.
R-gtools 3.8.1 3.fc30	471237	Unspecified	Various R Programming Tools
  Functions to assist in R programming, including:
      - assist in developing, updating, and maintaining R and R packages,
      - calculate the logit and inverse logit transformations,
      - test if a value is missing, empty or contains only NA and NULL values,
      - manipulate R's .Last function,
      - define macros,
      - detect odd and even integers,
      - convert strings containing non-ASCII characters (like single quotes) to
        plain ASCII,
      - perform a binary search,
      - sort strings containing both numeric and character components,
      - create a factor variable from the quantiles of a continuous variable,
      - enumerate permutations and combinations,
      - calculate and convert between fold-change and log-ratio,
      - calculate probabilities and generate random numbers from Dirichlet
        distributions,
      - apply a function over adjacent subsets of a vector,
      - modify the TCP_NODELAY flag for socket objects,
      - efficient 'rbind' of data frames, even if the column names don't match,
      - generate significance stars from p-values,
      - convert characters to/from ASCII codes,
      - convert character vector to ASCII representation.
R-here 0.1 1.fc30	23554	Unspecified	A Simpler Way to Find Your Files
  Constructs paths to your project's files. The 'here()' function uses a
  reasonable heuristic to find your project's files, based on the current working
  directory at the time when the package is loaded. Use it as a drop-in
  replacement for 'file.path()', it will always locate the files relative to your
  project root.
R-hexbin 1.27.2 4.fc30	1130634	Unspecified	Hexagonal Binning Routines
  Binning and plotting functions for hexagonal bins.
R-hgu133acdf 2.18.0 3.fc30	1749134	Unspecified	HG-U133A.cdf data file
  Environment representing the HG-U133A.cdf file.
R-hgu95av2cdf 2.18.0 3.fc30	1348632	Unspecified	HG_U95Av2.CDF data file
  Environment representing the HG_U95Av2.CDF file.
R-hgu95av2probe 2.18.0 3.fc30	2568466	Unspecified	Probe sequence data for microarrays of type hgu95av2
  This package was automatically created by package matchprobes version 1.9.2.
  The probe sequence data was obtained from http://www.affymetrix.com.
  The file name was HG\_U95Av2\_probe\_tab.
R-highlight 0.4.7.2 3.fc30	1599029	Unspecified	R Syntax Highlighter
  Syntax highlighter for R code based on the results of the R parser.
  Rendering in HTML and latex markup. Custom Sweave driver performing
  syntax highlighting of R code chunks.
R-highr 0.8 1.fc30	74615	Unspecified	Syntax Highlighting for R Source Code
  Provides syntax highlighting for R source code. Currently it supports
  LaTeX and HTML output. Source code of other languages is supported via
  Andre Simon's highlight package (<http://www.andre-simon.de>).
R-hms 0.4.2 3.fc30	67748	Unspecified	Pretty Time of Day
  Implements an S3 class for storing and formatting time-of-day values,
  based on the 'difftime' class.
R-htmltools 0.3.6 6.fc30	314432	Unspecified	Tools for HTML
  Tools for HTML generation and output.
R-htmlwidgets 1.3 1.fc30	2117897	Unspecified	HTML Widgets for R
  A framework for creating HTML widgets that render in various contexts
  including the R console, 'R Markdown' documents, and 'Shiny' web
  applications.
R-httpuv 1.5.1 1.fc30	1326281	Unspecified	HTTP and WebSocket Server Library
  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.
R-httr 1.4.0 1.fc30	807479	Unspecified	Tools for Working with URLs and HTTP
  Useful tools for working with HTTP organised by HTTP verbs (GET(), POST(),
  etc). Configuration functions make it easy to control additional request
  components (authenticate(), add_headers() and so on).
R-hunspell 3.0 1.fc30	3286857	Unspecified	High-Performance Stemmer, Tokenizer, and Spell Checker
  Low level spell checker and morphological analyzer based on the famous
  'hunspell' library <https://hunspell.github.io>. The package can analyze
  or check individual words as well as parse text, latex, html or xml
  documents. For a more user-friendly interface use the 'spelling' package
  which builds on this package to automate checking of files, documentation
  and vignettes in all common formats.
R-igraph 1.2.4 1.fc30	8219751	Unspecified	Network Analysis and Visualization
  Routines for simple graphs and network analysis. It can handle large
  graphs very well and provides functions for generating random and regular
  graphs, graph visualization, centrality methods and much more.
R-import 1.1.0 4.fc30	727571	Unspecified	An Import Mechanism for R
  This is an alternative mechanism for importing objects from packages. The
  syntax allows for importing multiple objects from a package with a single
  command in an expressive way. The import package bridges some of the gap
  between using library (or require) and direct (single-object) imports.
  Furthermore the imported objects are not placed in the current
  environment. It is also possible to import objects from stand-alone .R
  files. For more information, refer to the package vignette.
R-inline 0.3.15 2.fc30	190663	Unspecified	Functions to Inline C, C++, Fortran Function Calls from R
  Functionality to dynamically define R functions and S4 methods with
  'inlined' C, C++ or Fortran code supporting the .C and .Call calling
  conventions.
R-iterators 1.0.10 2.fc30	397583	Unspecified	Provides Iterator Construct for R
  Support for iterators, which allow a programmer to traverse through all
  the elements of a vector, list, or other collection of data.
R-itertools 0.1.3 3.fc30	168139	Unspecified	Iterator Tools
  Various tools for creating iterators, many patterned after functions in
  the Python itertools module, and others patterned after functions in the
  'snow' package.
R-java 3.5.3 1.fc30	0	Unspecified	R with Fedora provided Java Runtime Environment
  A language and environment for statistical computing and graphics.
  R is similar to the award-winning S system, which was developed at
  Bell Laboratories by John Chambers et al. It provides a wide
  variety of statistical and graphical techniques (linear and
  nonlinear modelling, statistical tests, time series analysis,
  classification, clustering, ...).
  
  R is designed as a true computer language with control-flow
  constructions for iteration and alternation, and it allows users to
  add additional functionality by defining new functions. For
  computationally intensive tasks, C, C++ and Fortran code can be linked
  and called at run time.
  
  This package also has an additional dependency on java, as provided by
  Fedora's openJDK.
R-java-devel 3.5.3 1.fc30	0	Unspecified	Development package for use with Java enabled R components
  Install R-java-devel if you are going to develop or compile R packages
  that assume java is present and configured on the system.
R-java-devel 3.5.3 1.fc30	0	Unspecified	Development package for use with Java enabled R components
  Install R-java-devel if you are going to develop or compile R packages
  that assume java is present and configured on the system.
R-jose 1.0 1.fc30	1322468	Unspecified	JavaScript Object Signing and Encryption
  Read and write JSON Web Keys (JWK, rfc7517), generate and verify JSON Web
  Signatures (JWS, rfc7515) and encode/decode JSON Web Tokens (JWT,
  rfc7519). These standards provide modern signing and encryption formats
  that are the basis for services like OAuth 2.0 or LetsEncrypt and are
  natively supported by browsers via the JavaScript WebCryptoAPI.
R-jpeg 0.1.8 7.fc30	57736	Unspecified	Read and write JPEG images
  This package provides an easy and simple way to read, write and display
  bitmap images stored in the JPEG format. It can read and write both files
  and in-memory raw vectors.
R-jqr 1.1.0 1.fc30	1282799	Unspecified	Client for 'jq', a 'JSON' Processor
  Client for 'jq', a 'JSON' processor (<https://stedolan.github.io/jq/>),
  written in C. 'jq' allows the following with 'JSON' data: index into,
  parse, do calculations, cut up and filter, change key names and values,
  perform conditionals and comparisons, and more.
R-jsonlite 1.6 1.fc30	2503127	Unspecified	A Robust, High Performance JSON Parser and Generator for R
  A fast JSON parser and generator optimized for statistical data and the
  web. Started out as a fork of 'RJSONIO', but has been completely
  rewritten in recent versions. The package offers flexible, robust, high
  performance tools for working with JSON in R and is particularly powerful
  for building pipelines and interacting with a web API. The implementation
  is based on the mapping described in the vignette (Ooms, 2014). In
  addition to converting JSON data from/to R objects, 'jsonlite' contains
  functions to stream, validate, and prettify JSON data. The unit tests
  included with the package verify that all edge cases are encoded and
  decoded consistently for use with dynamic data in systems and
  applications.
R-knitr 1.22 1.fc30	2613334	Unspecified	A General-Purpose Package for Dynamic Report Generation in R
  Provides a general-purpose tool for dynamic report generation in R using
  Literate Programming techniques.
R-labeling 0.3 3.fc30	84340	Unspecified	Axis Labeling
  Provides a range of axis labeling algorithms
R-lambda.r 1.2 3.fc30	164835	Unspecified	Modeling data with functional programming
  A language extension to efficiently write functional programs in R. Syntax
  extensions include multi-part function definitions, pattern matching,
  guard statements, built-in (optional) type safety.
R-later 0.8.0 1.fc30	273337	Unspecified	Utilities for Delaying Function Execution
  Executes arbitrary R or C functions some time after the current time,
  after the R execution stack has emptied.
R-later 0.8.0 1.fc30	281320	Unspecified	Utilities for Delaying Function Execution
  Executes arbitrary R or C functions some time after the current time,
  after the R execution stack has emptied.
R-later-devel 0.8.0 1.fc30	4248	Unspecified	Development files for R-later
  Development files for R-later.
R-later-devel 0.8.0 1.fc30	4248	Unspecified	Development files for R-later
  Development files for R-later.
R-lazyeval 0.2.2 1.fc30	356739	Unspecified	Lazy (Non-Standard) Evaluation
  An alternative approach to non-standard evaluation using formulas.
  Provides a full implementation of LISP style 'quasiquotation', making it
  easier to generate code with other code.
R-libSBML 5.17.0 13.fc30	30424133	Unspecified	R bindings for libSBML
  This package contains R bindings for libSBML.
R-lintr 1.0.3 1.fc30	291707	Unspecified	A 'Linter' for R Code
  Checks adherence to a given style, syntax errors and possible semantic
  issues.  Supports on the fly checking of R code edited with 'RStudio IDE',
  'Emacs', 'Vim', 'Sublime Text' and 'Atom'.
R-listenv 0.7.0 3.fc30	146403	Unspecified	Environments Behaving (Almost) as Lists
  List environments are environments that have list-like properties.  For
  instance, the elements of a list environment are ordered and can be
  accessed and iterated over using index subsetting, e.g. 'x <- listenv(a =
  1, b = 2); for (i in seq_along(x)) x[[i]] <- x[[i]] ^ 2; y <- as.list(x)'.
R-littler 0.3.7 1.fc30	1884436	Unspecified	littler: R at the Command-Line via 'r'
  A scripting and command-line front-end is provided by 'r' (aka 'littler')
  as a lightweight binary wrapper around the GNU R language and environment
  for statistical computing and graphics. While R can be used in batch
  mode, the r binary adds full support for both 'shebang'-style scripting
  (i.e. using a hash-mark-exclamation-path expression as the first line in
  scripts) as well as command-line use in standard Unix pipelines. In other
  words, r provides the R language without the environment.
R-littler-examples 0.3.7 1.fc30	35779	Unspecified	R-littler Examples
  Examples for using R-littler.
R-lmodel2 1.7.3 3.fc30	386914	Unspecified	Model II Regression
  Computes model II simple linear regression using ordinary least squares
  (OLS), major axis (MA), standard major axis (SMA), and ranged major axis
R-lmtest 0.9.36 3.fc30	495675	Unspecified	Testing Linear Regression Models for R
  A collection of tests, data sets and examples for diagnostic checking in
  linear regression models in R.
R-lokern 1.1.8 2.fc30	174777	Unspecified	Kernel Regression Smoothing with Local or Global Plug-in Bandwidth
  Kernel regression smoothing with adaptive local or global plug-in
  bandwidth selection.
R-lubridate 1.7.4 4.fc30	1717760	Unspecified	Make dealing with dates a little easier
  Functions to work with date-times and time-spans: fast and user friendly
  parsing of date-time data, extraction and updating of components of a
  date-time (years, months, days, hours, minutes, and seconds), algebraic
  manipulation on date-time and time-span objects. The 'lubridate' package
  has a consistent and memorable syntax that makes working with dates easy
  and fun. Parts of the 'CCTZ' source code, released under the Apache 2.0
  License, are included in this package. See
  <https://github.com/google/cctz> for more details.
R-mAr 1.1.2 18.fc30	78422	Unspecified	R module to evaluate functions for multivariate AutoRegressive analysis
  R package:
  An R add-on package for estimation of multivariate AR models through a
  computationally-efficient stepwise least-squares algorithm (Neumaier
  and Schneider, 2001); the procedure is of particular interest for
  high-dimensional data without missing values such as geophysical
  fields.
R-maanova 1.50.0 3.fc30	1429549	Unspecified	Analysis of N-dye Micro Array using mixed model effect
  Analysis of N-dye Micro Array experiment using mixed model effect
  Containing analysis of variance, permutation and bootstrap, cluster
  and consensus tree
R-magrittr 1.5 6.fc30	254050	Unspecified	Provides a mechanism for chaining commands with a new forward-pipe operator
  Provides a mechanism for chaining commands with a new forward-pipe operator.
  This operator will forward a value, or the result of an expression, into
  the next function call/expression. There is flexible support for the type of
  right-hand side expressions. For more information, see package vignette. To
  quote Rene Magritte, "Ceci n'est pas un pipe."
R-mapproj 1.2.6 1.fc30	180145	Unspecified	Map Projections
  Converts latitude/longitude into projected coordinates.
R-maps 3.3.0 1.fc30	4910381	Unspecified	Draw Geographical Maps
  Display of maps.  Projection code and larger maps are in separate packages
  ('mapproj' and 'mapdata').
R-markdown 0.9 1.fc30	311567	Unspecified	Markdown Rendering for R
  Provides R bindings to the Sundown Markdown rendering library. Markdown
  is a plain-text formatting syntax that can be converted to 'XHTML' or
  other formats.
R-markdown 0.9 1.fc30	308912	Unspecified	Markdown Rendering for R
  Provides R bindings to the Sundown Markdown rendering library. Markdown
  is a plain-text formatting syntax that can be converted to 'XHTML' or
  other formats.
R-markdown-devel 0.9 1.fc30	21008	Unspecified	Development files for R-markdown
  Development files for R-markdown.
R-markdown-devel 0.9 1.fc30	21008	Unspecified	Development files for R-markdown
  Development files for R-markdown.
R-matrixStats 0.54.0 1.fc30	2702107	Unspecified	Functions that Apply to Rows and Columns of Matrices (and to Vectors)
  High-performing functions operating on rows and columns of matrices, e.g.
  col / rowMedians(), col / rowRanks(), and col / rowSds(). Functions optimized
  per data type and for subsetted calculations such that both memory usage and
  processing time is minimized. There are also optimized vector-based methods,
  e.g. binMeans(), madDiff() and weightedMedian().
R-measurements 1.3.0 1.fc30	50447	Unspecified	Tools for Units of Measurement
  Collection of tools to make working with physical measurements easier. Convert
  between metric and imperial units, or calculate a dimension's unknown value
  from other dimensions' measurements.
R-memoise 1.1.0 3.fc30	55316	Unspecified	Memoise functions
  Cache the results of a function so that when you call it again with the same
  arguments it returns the pre-computed value.
R-microbenchmark 1.4.6 1.fc30	96719	Unspecified	Accurate Timing Functions
  Provides infrastructure to accurately measure and compare the execution
  time of R expressions.
R-mime 0.6 2.fc30	57204	Unspecified	Map Filenames to MIME Types
  Guesses the MIME type from a filename extension using the data derived
  from /etc/mime.types in UNIX-type systems.
R-mlbench 2.1.1 4.fc30	1182476	Unspecified	Machine Learning Benchmark Problems
  A collection of artificial and real-world machine learning benchmark
  problems, including, e.g., several data sets from the UCI repository.
R-mnormt 1.5.5 4.fc30	133569	Unspecified	The Multivariate Normal and t Distributions
  Functions are provided for computing the density and the distribution
  function of multivariate normal and "t" random variables, and for
  generating random vectors sampled from these distributions. Probabilities
  are computed via non-Monte Carlo methods; different routines are used in
  the case d=1, d=2, d>2, if d denotes the number of dimensions.
R-mockery 0.4.1.1 2.fc30	75090	Unspecified	Mocking Library for R
  The two main functionalities of this package are creating mock objects
  (functions) and selectively intercepting calls to a given function that
  originate in some other function. It can be used with any testing
  framework available for R. Mock objects can be injected with either this
  package's own stub() function or a similar with_mock() facility present in
  the testthat package.
R-mockr 0.1 3.fc30	26613	Unspecified	Mocking in R
  Provides a means to mock a package function, i.e., temporarily substitute
  it for testing. Designed as a drop-in replacement for
  'testthat::with_mock()', which may break in R 3.4.0 and later.
R-msm 1.6.6 3.fc30	1971707	Unspecified	Multi-state Markov and hidden Markov models in continuous time
  Functions for fitting general continuous-time Markov and hidden Markov
  multi-state models to longitudinal data.  Both Markov transition rates
  and the hidden Markov output process can be modeled in terms of
  covariates.  A variety of observation schemes are supported, including
  processes observed at arbitrary times, completely-observed processes,
  and censored states.
R-multcomp 1.4.10 1.fc30	1136135	Unspecified	Simultaneous inference for general linear hypotheses R Package
  This R package contains functions for simultaneous tests and confidence
  intervals for general linear hypotheses in parametric models, including
  linear, generalized linear, linear mixed effects, and survival models.
R-multtest 2.36.0 3.fc30	1303090	Unspecified	Multiple hypothesis testing library from Bioconductor
  Non-parametric bootstrap and permutation resampling-based multiple testing
  procedures for controlling the family-wise error rate (FWER), generalized
  family-wise error rate (gFWER), tail probability of the proportion of
  false positives (TPPFP), and false discovery rate (FDR). Single-step and
  step-wise methods are implemented. Tests based on a variety of t- and
  F-statistics (including t-statistics based on regression parameters from
  linear and survival models) are included. Results are reported in terms
  of adjusted p-values, confindence regions and test statistic cutoffs.
  The procedures are directly applicable to identifying differentially
  expressed genes in DNA microarray experiments.
  
  This Library is a part of the Bioconductor (bioconductor.org) proejct.
R-munsell 0.5.0 3.fc30	367197	Unspecified	Utilities for Using Munsell Colours
  Provides easy access to, and manipulation of, the Munsell colours.
  Provides a mapping between Munsell's original notation (e.g. "5R 5/10")
  and hexadecimal strings suitable for use directly in R graphics. Also
  provides utilities to explore slices through the Munsell colour tree, to
  transform Munsell colours and display colour palettes.
R-mvtnorm 1.0.10 1.fc30	331942	Unspecified	Multivariate normal and T distribution R Package
  This R package computes multivariate normal and t probabilities, quantiles
  and densities.
R-mvtnorm 1.0.10 1.fc30	332977	Unspecified	Multivariate normal and T distribution R Package
  This R package computes multivariate normal and t probabilities, quantiles
  and densities.
R-mvtnorm-devel 1.0.10 1.fc30	4253	Unspecified	Development files for R-mvtnorm
  The R-mvtnorm-devel  package contains Header and libraries files for
  developing applications that use R-mvtnorm
R-mvtnorm-devel 1.0.10 1.fc30	4253	Unspecified	Development files for R-mvtnorm
  The R-mvtnorm-devel  package contains Header and libraries files for
  developing applications that use R-mvtnorm
R-nanotime 0.2.3 2.fc30	180906	Unspecified	Nanosecond-Resolution Time for R
  Full 64-bit resolution date and time support with resolution up to
  nanosecond granularity is provided, with easy transition to and from the
  standard 'POSIXct' type.
R-ncdf4 1.16.1 1.fc30	406383	Unspecified	Interface to Unidata netCDF (Version 4 or Earlier) Format Data Files
  Provides a high-level R interface to data files written using Unidata's netCDF
  library (version 4 or earlier), which are binary data files that are portable
  across platforms and include metadata information in addition to the data sets.
  Using this package, netCDF files (either version 4 or "classic" version 3) can
  be opened and data sets read in easily. It is also easy to create new netCDF
  dimensions, variables, and files, in either version 3 or 4 format, and
  manipulate existing netCDF files.
R-nws 1.7.0.1 18.fc30	960235	Unspecified	R functions for NetWorkSpaces and Sleigh
  Provides coordination and parallel execution facilities, as well as limited
  cross-language data exchange, using the netWorkSpaces server developed by
  REvolution Computing.
R-nycflights13 1.0.0 1.fc30	7232000	Unspecified	Flights that Departed NYC in 2013
  Airline on-time data for all flights departing NYC in 2013. Also includes
  useful 'metadata' on airlines, airports, weather, and planes.
R-openssl 1.3 1.fc30	3328186	Unspecified	Toolkit for Encryption, Signatures and Certificates Based on OpenSSL
  Bindings to OpenSSL libssl and libcrypto, plus custom SSH key parsers.
  Supports RSA, DSA and EC curves P-256, P-384 and P-521. Cryptographic
  signatures can either be created and verified manually or via x509
  certificates. AES can be used in cbc, ctr or gcm mode for symmetric
  encryption; RSA for asymmetric (public key) encryption or EC for Diffie
  Hellman. High-level envelope functions combine RSA and AES for encrypting
  arbitrary sized data. Other utilities include key generators, hash
  functions (md5, sha1, sha256, etc), base64 encoder, a secure random number
  generator, and 'bignum' math methods for manually performing crypto
  calculations on large multibyte integers.
R-orcutt 2.3 2.fc30	55615	Unspecified	Estimate Procedure in Case of First Order Autocorrelation
  Solve first order autocorrelation problems using an iterative method. This
  procedure estimates both autocorrelation and beta coefficients recursively
  until we reach the convergence (8th decimal as default). The residuals are
  computed after estimating Beta using EGLS approach and Rho is estimated
  using the previous residuals.
R-pbdRPC 0.2.1 4.fc30	360516	Unspecified	Programming with Big Data -- Remote Procedure Call
  A very light implementation yet secure for remote procedure calls with
  unified interface via ssh (OpenSSH).
R-pbdZMQ 0.3.3 4.fc30	521794	Unspecified	Programming with Big Data -- Interface to ZeroMQ
  'ZeroMQ' is a well-known library for high-performance asynchronous
  messaging in scalable, distributed applications.  This package provides
  high level R wrapper functions to easily utilize 'ZeroMQ'. We mainly focus
  on interactive client/server programming frameworks.
R-pdftools 2.2 1.fc30	269512	Unspecified	Text Extraction, Rendering and Converting of PDF Documents
  Utilities based on 'libpoppler' for extracting text, fonts, attachments
  and metadata from a PDF file. Also supports high quality rendering of PDF
  documents into PNG, JPEG, TIFF format, or into raw bitmap vectors for
  further processing in R.
R-pillar 1.3.1 1.fc30	199438	Unspecified	Coloured Formatting for Columns
  Provides a 'pillar' generic designed for formatting columns of data using
  the full range of colours provided by modern terminals.
R-pingr 1.1.2 1.fc30	41463	Unspecified	Check if a Remote Computer is Up
  Check if a remote computer is up. It can either just call the system ping
  command, or check a specified TCP port.
R-pkgbuild 1.0.3 1.fc30	159489	Unspecified	Find Tools Needed to Build R Packages
  Provides functions used to build R packages. Locates compilers needed to
  build R packages on various platforms and ensures the PATH is configured
  appropriately so R can use them.
R-pkgconfig 2.0.2 2.fc30	27569	Unspecified	Private Configuration for 'R' Packages
  Set configuration options on a per-package basis. Options set by a given
  package only apply to that package, other packages are unaffected.
R-pkgload 1.0.2 1.fc30	204483	Unspecified	Simulate 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.
R-plogr 0.2.0 3.fc30	12348	Unspecified	C++ Logging Library for R
  A simple header-only logging library for C++. Add 'LinkingTo: plogr' to
  'DESCRIPTION', and '#include <plogr.h>' in your C++ modules to use it.
R-plogr-devel 0.2.0 3.fc30	17739	Unspecified	Devel files for R-plogr
  Development files for R-plogr.
R-pls 2.4.3 11.fc30	996685	Unspecified	Multivariate regression by PLSR and PCR
  Multivariate regression by partial least squares regression (PLSR)
  and principal component regression (PCR)
R-plyr 1.8.4 8.fc30	1095020	Unspecified	Tools for Splitting, Applying and Combining Data
  A set of tools that solves a common set of problems: you need to break a
  big problem down into manageable pieces, operate on each piece and then
  put all the pieces back together.  For example, you might want to fit a
  model to each spatial location or time point in your study, summarise data
  by panels or collapse high-dimensional arrays to simpler summary
  statistics. The development of 'plyr' has been generously supported by
  'Becton Dickinson'.
R-png 0.1.7 7.fc30	72340	Unspecified	Read and write PNG images
  This package provides an easy and simple way to read, write and display
  bitmap images stored in the PNG format. It can read and write both files
  and in-memory raw vectors.
R-poLCA 1.4.1 4.fc30	550018	Unspecified	Polytomous variable Latent Class Analysis
  Latent class analysis and latent class regression models for polytomous
  outcome variables.  Also known as latent structure analysis.
R-polyclip 1.10.0 1.fc30	139383	Unspecified	Polygon Clipping
  R port of Angus Johnson's open source library Clipper. Performs polygon
  clipping operations (intersection, union, set minus, set difference) for
  polygonal regions of arbitrary complexity, including holes. Computes
  offset polygons (spatial buffer zones, morphological dilations, Minkowski
  dilations) for polygonal regions and polygonal lines. Computes Minkowski
  Sum of general polygons. There is a function for removing
  self-intersections from polygon data.
R-polynom 1.4.0 1.fc30	394423	Unspecified	A Class for Univariate Polynomial Manipulations
  A collection of functions to implement a class for univariate polynomial
  manipulations.
R-praise 1.0.0 9.fc30	22947	Unspecified	Praise Users
  Build friendly R packages that praise their users if they have done something
  good, or they just need it to feel better.
R-preprocessCore 1.42.0 3.fc30	370683	Unspecified	A collection of pre-processing functions
  A library of core preprocessing routines
R-preprocessCore 1.42.0 3.fc30	364837	Unspecified	A collection of pre-processing functions
  A library of core preprocessing routines
R-preprocessCore-devel 1.42.0 3.fc30	134274	Unspecified	Development files for R-preprocessCore
  The R-preprocessCore-devel  package contains Header and libraries files for
  developing applications that use R-preprocessCore
R-preprocessCore-devel 1.42.0 3.fc30	134274	Unspecified	Development files for R-preprocessCore
  The R-preprocessCore-devel  package contains Header and libraries files for
  developing applications that use R-preprocessCore
R-prettycode 1.0.2 1.fc30	222645	Unspecified	Pretty Print R Code in the Terminal
  Replace the standard print method for functions with one that performs syntax
  highlighting, using ANSI colors, if the terminal supports them.
R-prettydoc 0.2.1 4.fc30	874680	Unspecified	Creating Pretty Documents from R Markdown
  Creating tiny yet beautiful documents and vignettes from R Markdown. The
  package provides the 'html_pretty' output format as an alternative to the
  'html_document' and 'html_vignette' engines that convert R Markdown into
  HTML pages. Various themes and syntax highlight styles are supported.
R-prettyunits 1.0.2 3.fc30	49785	Unspecified	Pretty, Human Readable Formatting of Quantities
  Pretty, human readable formatting of quantities.
  Time intervals: 1337000 -> 15d 11h 23m 20s.
  Vague time intervals: 2674000 -> about a month ago.
  Bytes: 1337 -> 1.34 kB.
R-processx 3.3.0 1.fc30	336757	Unspecified	Execute and Control System Processes
  Tools to run system processes in the background. It can check if a
  background process is running; wait on a background process to finish; get
  the exit status of finished processes; kill background processes. It can
  read the standard output and error of the processes, using non-blocking
  connections. 'processx' can poll a process for standard output or error,
  with a timeout. It can also poll several processes at once.
R-progress 1.2.0 1.fc30	97615	Unspecified	Terminal Progress Bars
  Configurable Progress bars, they may include percentage, elapsed time, and/or
  the estimated completion time. They work in terminals, in Emacs ESS, RStudio,
  Windows Rgui and the macOS R.app. The package also provides a C++ API, that
  works with or without Rcpp.
R-progress-devel 1.2.0 1.fc30	9958	Unspecified	Development files for R-progress
  Development files for R-progress.
R-promises 1.0.1 4.fc30	459993	Unspecified	Abstractions for Promise-Based Asynchronous Programming
  Provides fundamental abstractions for doing asynchronous programming in R using
  promises. Asynchronous programming is useful for allowing a single R process to
  orchestrate multiple tasks in the background while also attending to something
  else. Semantics are similar to 'JavaScript' promises, but with a syntax that is
  idiomatic R.
R-ps 1.3.0 1.fc30	406902	Unspecified	List, Query, Manipulate System Processes
  List, query and manipulate all system processes, on 'Windows', 'Linux' and
  'macOS'.
R-purrr 0.3.2 1.fc30	670531	Unspecified	Functional Programming Tools
  A complete and consistent functional programming toolkit for R.
R-qcc 2.2 16.fc30	528527	Unspecified	SQC package for R
  An R package for quality control charting and statistical process control.
  
  The qcc package for the R statistical environment provides:
  - Plot Shewhart quality control charts
  - Plot Cusum and EMWA charts for continuous data
  - Draw operating characteristic curves
  - Perform process capability analysis
  - Draw Pareto charts and cause-and-effect diagrams
R-qpdf 1.1 1.fc30	169218	Unspecified	Split, Combine and Compress PDF Files
  Content-preserving transformations transformations of PDF files such as split,
  combine, and compress. This package interfaces directly to the 'qpdf' C++ API
  and does not require any command line utilities. Note that 'qpdf' does not read
  actual content from PDF files: to extract text and data you need the 'pdftools'
  package.
R-qtl 1.44.9 2.fc30	7566079	Unspecified	Tools for analyzing QTL experiments
  R-qtl is an extensible, interactive environment for mapping
  quantitative trait loci (QTLs) in experimental crosses. Our goal is to
  make complex QTL mapping methods widely accessible and allow users to
  focus on modeling rather than computing.
  
  A key component of computational methods for QTL mapping is the hidden
  Markov model (HMM) technology for dealing with missing genotype
  data. We have implemented the main HMM algorithms, with allowance for
  the presence of genotyping errors, for backcrosses, intercrosses, and
  phase-known four-way crosses.
  
  The current version of R-qtl includes facilities for estimating
  genetic maps, identifying genotyping errors, and performing single-QTL
  genome scans and two-QTL, two-dimensional genome scans, by interval
  mapping (with the EM algorithm), Haley-Knott regression, and multiple
  imputation. All of this may be done in the presence of covariates
  (such as sex, age or treatment). One may also fit higher-order QTL
  models by multiple imputation and Haley-Knott regression.
R-quadprog 1.5.5 4.fc30	67093	Unspecified	Functions to solve Quadratic Programming Problems
  This package contains routines and documentation for solving quadratic
  programming problems.
R-quantities 0.1.2 2.fc30	309151	Unspecified	Quantity Calculus for R Vectors
  Integration of the 'units' and 'errors' packages for a complete quantity
  calculus system for R vectors, matrices and arrays, with automatic
  propagation, conversion, derivation and simplification of magnitudes and
  uncertainties.
R-qvalue 1.38.0 7.fc29	298960	Applications/Engineering	Q-value estimation for false discovery rate control
  It takes a list of p-values resulting from the simultaneous
  testing of many hypotheses and estimates their q-values.
  The q-value of a test measures the proportion of false positives
  incurred (called the false discovery rate) when that particular
  test is called significant. Various plots are automatically
  generated, allowing one to make sensible significance cut-offs.
  Several mathematical results have recently been shown on the
  conservative accuracy of the estimated q-values from this software.
  The software can be applied to problems in genomics, brain imaging,
  astrophysics, and data mining.
  
  This package is a part of the Bioconductor (bioconductor.org) project.
R-readr 1.3.1 1.fc30	1653207	Unspecified	Read Rectangular Text Data
  The goal of 'readr' is to provide a fast and friendly way to read
  rectangular data (like 'csv', 'tsv', and 'fwf'). It is designed to
  flexibly parse many types of data found in the wild, while still cleanly
  failing when data unexpectedly changes.
R-readxl 1.3.1 1.fc30	1681993	Unspecified	Read Excel Files
  Import excel files into R. Supports '.xls' via the 'libxls' C library
  <https://github.com/libxls/libxls> and '.xlsx' via the embedded
  'RapidXML' C++ library <http://rapidxml.sourceforge.net>.
R-rematch 1.0.1 3.fc30	17971	Unspecified	Match Regular Expressions with a Nicer 'API'
  A small wrapper on 'regexpr' to extract the matches and captured groups
  from the match of a regular expression to a character vector.
R-rematch2 2.0.1 1.fc30	61716	Unspecified	Tidy Output from Regular Expression Matching
  Wrappers on 'regexpr' and 'gregexpr' to return the match results in tidy
  data frames.
R-remotes 2.0.4 1.fc30	531739	Unspecified	R Package Installation from Remote Repositories
  Download and install R packages stored in GitHub, BitBucket, or plain
  subversion or git repositories. This package provides the 'install_*'
  functions in devtools. Indeed most of the code was copied over from
  devtools.
R-repr 0.19.2 1.fc30	197321	Unspecified	Serializable Representations
  String and binary representations of objects for several formats / mime
R-reprex 0.2.1 2.fc30	442320	Unspecified	Prepare Reproducible Example Code via the Clipboard
  Convenience wrapper that uses the 'rmarkdown' package to render small
  snippets of code to target formats that include both code and output. The
  goal is to encourage the sharing of small, reproducible, and runnable
  examples on code-oriented websites, such as <https://stackoverflow.com> and
  <https://github.com>, or in email. The user's clipboard is the default
  source of input code and the default target for rendered output. 'reprex'
  also extracts clean, runnable R code from various common formats, such as
  copy/paste from an R session.
R-reshape 0.8.8 1.fc30	267279	Unspecified	Flexibly Reshape Data
  Flexibly restructure and aggregate data using just two functions: melt and
  cast.
R-reshape2 1.4.3 6.fc30	260287	Unspecified	Flexibly Reshape Data: A Reboot of the Reshape Package
  Flexibly restructure and aggregate data using just two functions: melt and
  'dcast' (or 'acast').
R-reticulate 1.11.1 1.fc30	1835226	Unspecified	R Interface to 'Python'
  Interface to Python modules, classes, and functions. When calling into Python,
  R data types are automatically converted to their equivalent Python types. When
  values are returned from Python to R they are converted back to R types.
R-rex 1.1.2 3.fc30	216308	Unspecified	Friendly Regular Expressions
  A friendly interface for the construction of regular expressions.
R-rgdal 1.4.3 1.fc30	3034225	Unspecified	Bindings for the 'Geospatial' Data Abstraction Library
  Provides bindings to the 'Geospatial' Data Abstraction Library ('GDAL')
  and access to projection/transformation operations from the 'PROJ.4'
  library. Both 'GDAL' raster and 'OGR' vector map data can be imported
  into R, and 'GDAL' raster data and 'OGR' vector data exported. Use is
  made of classes defined in the 'sp' package.
R-rgeos 0.4.2 1.fc30	1115633	Unspecified	Interface to Geometry Engine - Open Source ('GEOS')
  Interface to Geometry Engine - Open Source ('GEOS') using the C 'API' for
  topology operations on geometries.
R-rlang 0.3.4 1.fc30	1692883	Unspecified	Functions for Base Types and Core R and 'Tidyverse' Features
  A toolbox for working with base types, core R features like the condition
  system, and core 'Tidyverse' features like tidy evaluation.
R-rlecuyer 0.3.4 7.fc30	106864	Unspecified	R interface to RNG with multiple streams
  Provides an interface to the C implementation of the random number
  generator with multiple independent streams developed by L'Ecuyer
  et al (2002). The main purpose of this package is to enable the
  use of this random number generator in parallel R applications.
R-rmarkdown 1.12 1.fc30	9369859	Unspecified	Dynamic Documents for R
  Convert R Markdown documents into a variety of formats.
R-roxygen2 6.1.1 1.fc30	791921	Unspecified	In-Line Documentation for R
  Generate your Rd documentation, 'NAMESPACE' file, and collation field
  using specially formatted comments. Writing documentation in-line with
  code makes it easier to keep your documentation up-to-date as your
  requirements change. 'Roxygen2' is inspired by the 'Doxygen' system for
  C++.
R-rprintf 0.2.1 4.fc30	25674	Unspecified	Adaptive Builder for Formatted Strings
  Provides a set of functions to facilitate building formatted strings under
  various replacement rules: C-style formatting, variable-based formatting,
  and number-based formatting. C-style formatting is basically identical to
  built-in function 'sprintf'. Variable-based formatting allows users to put
  variable names in a formatted string which will be replaced by variable
  values. Number-based formatting allows users to use index numbers to
  represent the corresponding argument value to appear in the string.
R-rprojroot 1.3.2 4.fc30	149013	Unspecified	Finding Files in Project Subdirectories
  Robust, reliable and flexible paths to files below a project root. The
  'root' of a project is defined as a directory that matches a certain
  criterion, e.g., it contains a certain regular file.
R-rstudioapi 0.10 1.fc30	453574	Unspecified	Safely Access the RStudio API
  Access the RStudio API (if available) and provide informative error
  messages when it's not.
R-rtracklayer 1.40.2 2.fc29	4037441	Applications/Productivity	R interface to genome browsers and their annotation tracks
  Extensible framework for interacting with multiple genome browsers (currently
  UCSC built-in) and manipulating annotation tracks in various formats
  (currently GFF, BED, bedGraph, BED15, WIG, and BigWig built-in). The user may
  export/import tracks to/from the supported browsers, as well as query and
  modify the browser state, such as the current viewport.
R-rversions 1.0.3 3.fc30	24865	Unspecified	Query 'R' Versions, Including 'r-release' and 'r-oldrel'
  Query the main 'R' 'SVN' repository to find the versions 'r-release' and
  'r-oldrel' refer to, and also all previous 'R' versions and their release
R-rvest 0.3.2 3.fc30	1183169	Unspecified	Easily Harvest (Scrape) Web Pages
  Wrappers around the 'xml2' and 'httr' packages to make it easy to
  download, then manipulate, HTML and XML.
R-sandwich 2.3.0 9.fc30	697366	Unspecified	Robust Covariance Matrix Estimators
  Model-robust standard error estimators for cross-sectional, time series
  and longitudinal data.
R-scales 1.0.0 2.fc30	830491	Unspecified	Scale Functions for Visualization
  Graphical scales map data to aesthetics, and provide methods for
  automatically determining breaks and labels for axes and legends.
R-scatterplot3d 0.3.41 5.fc30	357852	Unspecified	3D Scatter Plot
  Plots a three dimensional (3D) point cloud.
R-sciplot 1.1.0 14.fc30	52963	Unspecified	Scientific Graphing Functions for Factorial Designs
  A collection of functions that creates graphs with error bars for data collected
  from one-way or higher factorial designs
R-selectr 0.4.1 3.fc30	411907	Unspecified	Translate CSS Selectors to XPath Expressions
  Translates a CSS3 selector into an equivalent XPath expression. This
  allows us to use CSS selectors when working with the XML package as it can
  only evaluate XPath expressions. Also provided are convenience functions
  useful for using CSS selectors on XML nodes. This package is a port of the
  Python package 'cssselect' (<https://cssselect.readthedocs.io/>).
R-sfsmisc 1.1.3 1.fc30	987944	Unspecified	Utilities from 'Seminar fuer Statistik' ETH Zurich
  Useful utilities ['goodies'] from Seminar fuer Statistik ETH Zurich, some
  of which were ported from S-plus in the 1990's. For graphics, have pretty
  (Log-scale) axes, an enhanced Tukey-Anscombe plot, combining histogram and
  boxplot, 2d-residual plots, a 'tachoPlot()', pretty arrows, etc. For
  robustness, have a robust F test and robust range(). For system support,
  notably on Linux, provides 'Sys.*()' functions with more access to system
  and CPU information. Finally, miscellaneous utilities such as simple
  efficient prime numbers, integer codes, Duplicated(), toLatex.numeric()
  and is.whole().
R-shogun 6.0.0 15.fc30	12518765	Unspecified	R-plugin for shogun
  This package contains the R-plugin for shogun.
  
  
  The Shogun Machine learning toolbox provides a wide range of unified and
  efficient Machine Learning (ML) methods.  The toolbox seamlessly allows to
  easily combine multiple data representations, algorithm classes, and general
  purpose tools.  This enables both rapid prototyping of data pipelines and
  extensibility in terms of new algorithms.  We combine modern software
  architecture in C++ with both efficient low-level computing back-ends and
  cutting edge algorithm implementations to solve large-scale Machine Learning
  problems (yet) on single machines.
  
  One of Shogun's most exciting features is that you can use the toolbox through
  a unified interface from C++, Python(3), Octave, R, Java, Lua, etc.  This not
  just means that we are independent of trends in computing languages, but it
  also lets you use Shogun as a vehicle to expose your algorithm to multiple
  communities.  We use SWIG to enable bidirectional communication between C++
  and target languages.  Shogun runs under Linux/Unix, MacOS, Windows.
  
  Originally focusing on large-scale kernel methods and bioinformatics (for a
  list of scientific papers mentioning Shogun, see here), the toolbox saw
  massive extensions to other fields in recent years.  It now offers features
  that span the whole space of Machine Learning methods, including many
  classical methods in classification, regression, dimensionality reduction,
  clustering, but also more advanced algorithm classes such as metric,
  multi-task, structured output, and online learning, as well as feature
  hashing, ensemble methods, and optimization, just to name a few.  Shogun in
  addition contains a number of exclusive state-of-the art algorithms such as
  a wealth of efficient SVM implementations, Multiple Kernel Learning, kernel
  hypothesis testing, Krylov methods, etc.  All algorithms are supported by a
  collection of general purpose methods for evaluation, parameter tuning,
  preprocessing, serialization & I/O, etc;  the resulting combinatorial
  possibilities are huge.
  
  The wealth of ML open-source software allows us to offer bindings to other
  sophisticated libraries including:  LibSVM, LibLinear, LibOCAS, libqp,
  VowpalWabbit, Tapkee, SLEP, GPML and more.
  
  Shogun got initiated in 1999 by Soeren Sonnenburg and Gunnar Raetsch (that's
  where the name ShoGun originates from).  It is now developed by a larger team
  of authors, and would not have been possible without the patches and bug
  reports by various people.  See contributions for a detailed list.  Statistics
  on Shogun's development activity can be found on ohloh.
R-showtext 0.6 1.fc30	440355	Unspecified	Using Fonts More Easily in R Graphs
  Making it easy to use various types of fonts (TrueType, OpenType, Type 1,
  web fonts, etc.) in R graphs, and supporting most output formats of R
  graphics including PNG, PDF and SVG. Text glyphs will be converted into
  polygons or raster images, hence after the plot has been created, it no
  longer relies on the font files. No external software such as Ghostscript
  is needed to use this package.
R-showtextdb 2.0 4.fc30	29174	Unspecified	Font Files for the 'showtext' Package
  Providing font files that can be used by the 'showtext' package.
R-simmer 4.2.2 1.fc30	3863619	Unspecified	Discrete-Event Simulation for R
  A process-oriented and trajectory-based Discrete-Event Simulation (DES)
  package for R. It is designed as a generic yet powerful framework. The
  architecture encloses a robust and fast simulation core written in 'C++'
  with automatic monitoring capabilities. It provides a rich and flexible R
  API that revolves around the concept of trajectory, a common path in the
  simulation model for entities of the same type.
  Documentation about 'simmer' is provided by several vignettes included in
  this package, via the paper by Ucar, Smeets & Azcorra (2018,
  <arXiv:1705.09746>), and the paper by Ucar, Hernández, Serrano & Azcorra
  (2018, <doi:10.1109/MCOM.2018.1700960>); see 'citation("simmer")' for details.
R-simmer 4.2.2 1.fc30	3862111	Unspecified	Discrete-Event Simulation for R
  A process-oriented and trajectory-based Discrete-Event Simulation (DES)
  package for R. It is designed as a generic yet powerful framework. The
  architecture encloses a robust and fast simulation core written in 'C++'
  with automatic monitoring capabilities. It provides a rich and flexible R
  API that revolves around the concept of trajectory, a common path in the
  simulation model for entities of the same type.
  Documentation about 'simmer' is provided by several vignettes included in
  this package, via the paper by Ucar, Smeets & Azcorra (2018,
  <arXiv:1705.09746>), and the paper by Ucar, Hernández, Serrano & Azcorra
  (2018, <doi:10.1109/MCOM.2018.1700960>); see 'citation("simmer")' for details.
R-simmer-devel 4.2.2 1.fc30	135667	Unspecified	Development Files for R-simmer
  Header files for simmer.
R-simmer-devel 4.2.2 1.fc30	135667	Unspecified	Development Files for R-simmer
  Header files for simmer.
R-snow 0.4.2 6.fc30	139216	Unspecified	Simple Network of Workstations
  Support for simple parallel computing in R.
R-sourcetools 0.1.7 4.fc30	76806	Unspecified	Tools for Reading, Tokenizing and Parsing R Code
  Tools for the reading and tokenization of R code. The 'sourcetools' package
  provides both an R and C++ interface for the tokenization of R code, and
  helpers for interacting with the tokenized representation of R code.
R-sourcetools 0.1.7 4.fc30	82011	Unspecified	Tools for Reading, Tokenizing and Parsing R Code
  Tools for the reading and tokenization of R code. The 'sourcetools' package
  provides both an R and C++ interface for the tokenization of R code, and
  helpers for interacting with the tokenized representation of R code.
R-sourcetools-devel 0.1.7 4.fc30	68628	Unspecified	Development files for R-sourcetools
  Development files for R-sourcetools.
R-sourcetools-devel 0.1.7 4.fc30	68628	Unspecified	Development files for R-sourcetools
  Development files for R-sourcetools.
R-sp 1.3.1 3.fc30	2667079	Unspecified	Classes and Methods for Spatial Data
  Classes and methods for spatial data; the classes document where the
  spatial location information resides, for 2D or 3D data. Utility functions
  are provided, e.g. for plotting data as maps, spatial selection, as well
  as methods for retrieving coordinates, for subsetting, print, summary,
R-sp 1.3.1 3.fc30	2664402	Unspecified	Classes and Methods for Spatial Data
  Classes and methods for spatial data; the classes document where the
  spatial location information resides, for 2D or 3D data. Utility functions
  are provided, e.g. for plotting data as maps, spatial selection, as well
  as methods for retrieving coordinates, for subsetting, print, summary,
R-sp-devel 1.3.1 3.fc30	22994	Unspecified	Development files for R-sp
  Development files for R-sp.
R-sp-devel 1.3.1 3.fc30	22994	Unspecified	Development files for R-sp
  Development files for R-sp.
R-spelling 2.1 1.fc30	64322	Unspecified	Tools for Spell Checking in R
  Spell checking common document formats including latex, markdown, manual
  pages, and description files. Includes utilities to automate checking of
  documentation and vignettes as a unit test during 'R CMD check'. Both
  British and American English are supported out of the box and other
  languages can be added. In addition, packages may define a 'wordlist' to
  allow custom terminology without having to abuse punctuation.
R-statmod 1.4.30 3.fc30	393517	Unspecified	Statistical modeling
  Various statistical modeling functions including growth curve comparisons,
  limiting dilution analysis, mixed linear models, heteroscedastic
  regression, Tweedie family generalized linear models, the inverse-Gaussian
  distribution and Gauss quadrature.
R-statnet.common 4.2.0 1.fc30	301055	Unspecified	Common R Scripts and Utilities Used by the Statnet Project Software
  Non-statistical utilities used by the software developed by the Statnet
  Project. They may also be of use to others.
R-stringdist 0.9.5.1 3.fc30	624984	Unspecified	Approximate String Matching and String Distance Functions
  Implements an approximate string matching version of R's native 'match'
  function. Can calculate various string distances based on edits
  (Damerau-Levenshtein, Hamming, Levenshtein, optimal sting alignment), qgrams
  (q-gram, cosine, jaccard distance) or heuristic metrics (Jaro, Jaro-Winkler).
  An implementation of soundex is provided as well. Distances can be computed
  between character vectors while taking proper care of encoding or between
  integer vectors representing generic sequences. This package is built for speed
  and runs in parallel by using 'openMP'. An API for C or C++ is exposed as well.
R-stringdist 0.9.5.1 3.fc30	630691	Unspecified	Approximate String Matching and String Distance Functions
  Implements an approximate string matching version of R's native 'match'
  function. Can calculate various string distances based on edits
  (Damerau-Levenshtein, Hamming, Levenshtein, optimal sting alignment), qgrams
  (q-gram, cosine, jaccard distance) or heuristic metrics (Jaro, Jaro-Winkler).
  An implementation of soundex is provided as well. Distances can be computed
  between character vectors while taking proper care of encoding or between
  integer vectors representing generic sequences. This package is built for speed
  and runs in parallel by using 'openMP'. An API for C or C++ is exposed as well.
R-stringdist-devel 0.9.5.1 3.fc30	12304	Unspecified	Development files for R-stringdist
  Development files for R-stringdist.
R-stringdist-devel 0.9.5.1 3.fc30	12304	Unspecified	Development files for R-stringdist
  Development files for R-stringdist.
R-stringi 1.4.3 1.fc30	1827537	Unspecified	Character String Processing Facilities
  Fast, correct, consistent, portable, as well as convenient character
  string/text processing in every locale and any native encoding. Owing to
  the use of the 'ICU' (International Components for Unicode) library, the
  package provides 'R' users with platform-independent functions known to
  'Java', 'Perl', 'Python', 'PHP', and 'Ruby' programmers. Available
  features include: pattern searching (e.g., with 'Java'-like regular
  expressions or the 'Unicode' collation algorithm), random string
  generation, case mapping, string transliteration, concatenation, Unicode
  normalization, date-time formatting and parsing, and many more.
R-stringi 1.4.3 1.fc30	1789447	Unspecified	Character String Processing Facilities
  Fast, correct, consistent, portable, as well as convenient character
  string/text processing in every locale and any native encoding. Owing to
  the use of the 'ICU' (International Components for Unicode) library, the
  package provides 'R' users with platform-independent functions known to
  'Java', 'Perl', 'Python', 'PHP', and 'Ruby' programmers. Available
  features include: pattern searching (e.g., with 'Java'-like regular
  expressions or the 'Unicode' collation algorithm), random string
  generation, case mapping, string transliteration, concatenation, Unicode
  normalization, date-time formatting and parsing, and many more.
R-stringi-devel 1.4.3 1.fc30	58168	Unspecified	Development files for R-stringi
  Development files for R-stringi.
R-stringi-devel 1.4.3 1.fc30	58168	Unspecified	Development files for R-stringi
  Development files for R-stringi.
R-stringr 1.4.0 1.fc30	410051	Unspecified	Simple, Consistent Wrappers for Common String Operations
  A consistent, simple and easy to use set of wrappers around the fantastic
  'stringi' package. All function and argument names (and positions) are
  consistent, all functions deal with "NA"'s and zero length vectors in the
  same way, and the output from one function is easy to feed into the input
  of another.
R-svglite 1.2.1 1.fc30	342006	Unspecified	An 'SVG' Graphics Device
  A graphics device for R that produces 'Scalable Vector Graphics'. 'svglite'
  is a fork of the older 'RSvgDevice' package.
R-sys 2.1 1.fc30	107571	Unspecified	Powerful and Reliable Tools for Running System Commands in R
  Drop-in replacements for the base system2() function with fine control and
  consistent behavior across platforms. Supports clean interruption, timeout,
  background tasks, and streaming STDIN / STDOUT / STDERR over binary or text
  connections. Arguments on Windows automatically get encoded and quoted to work
  on different locales. On Unix platforms the package also provides functions for
  evaluating expressions inside a temporary fork. Such evaluations have no side
  effects on the main R process, and support reliable interrupts and timeouts.
  This provides the basis for a sandboxing mechanism.
R-sysfonts 0.8 1.fc30	142993	Unspecified	Loading Fonts into R
  Loading system fonts and Google Fonts <https://fonts.google.com/> into R,
  in order to support other packages such as 'R2SWF' and 'showtext'.
R-systemfit 1.1.22 2.fc30	1054424	Unspecified	Simultaneous Equation Estimation R Package
  This R package contains functions for fitting simultaneous systems of linear
  and nonlinear equations using Ordinary Least Squares (OLS), Weighted Least
  Squares (WLS), Seemingly Unrelated Regressions (SUR), Two-Stage Least Squares
  (2SLS), Weighted Two-Stage Least Squares (W2SLS), Three-Stage Least Squares
  (3SLS), and Weighted Three-Stage Least Squares (W3SLS).
R-testit 0.9 1.fc30	42088	Unspecified	A Simple Package for Testing R Packages
  Provides two convenience functions assert() and test_pkg() to facilitate
  testing R packages.
R-testthat 2.0.1 1.fc30	2032539	Unspecified	Unit Testing for R
  A unit testing system designed to be fun, flexible, and easy to set up.
R-tibble 2.1.1 1.fc30	547487	Unspecified	Simple Data Frames
  Provides a 'tbl_df' class (the 'tibble') that provides stricter checking and
  better formatting than the traditional data frame.
R-tidyr 0.8.3 1.fc30	710316	Unspecified	Easily Tidy Data with 'spread()' and 'gather()' Functions
  An evolution of 'reshape2'. It's designed specifically for data tidying (not
  general reshaping or aggregating) and works well with 'dplyr' data pipelines.
R-tidyselect 0.2.5 1.fc30	224926	Unspecified	Select from a Set of Strings
  A backend for the selecting functions of the 'tidyverse'. It makes it easy
  to implement select-like functions in your own packages in a way that is
  consistent with other 'tidyverse' interfaces for selection.
R-tikzDevice 0.12 3.fc30	895978	Unspecified	R Graphics Output in LaTeX Format
  Provides a graphics output device for R that records plots in a
  LaTeX-friendly format. The device transforms plotting commands issued by R
  functions into LaTeX code blocks. When included in a LaTeX document, these
  blocks are interpreted with the help of 'TikZ'---a graphics package for
  TeX and friends written by Till Tantau. Using the 'tikzDevice', the text
  of R plots can contain LaTeX commands such as mathematical formula. The
  device also allows arbitrary LaTeX code to be inserted into the output
R-timeDate 3010.98 11.fc30	2059760	Unspecified	Rmetrics - chronological and calendrical objects
  Environment for teaching Financial Engineering and Computational Finance.
R-timeSeries 3042.102 4.fc30	2639419	Unspecified	Rmetrics - Financial Time Series Objects
  Provides a class and various tools for financial time series. This
  includes basic functions such as scaling and sorting, subsetting,
  mathematical operations and statistical functions.
R-tinytex 0.11 1.fc30	119519	Unspecified	Helper Functions to Install and Maintain 'TeX Live', and Compile 'LaTeX' Documents
  Helper functions to install and maintain the 'LaTeX' distribution named
  'TinyTeX' (<https://yihui.name/tinytex/>), a lightweight, cross-platform,
  portable, and easy-to-maintain version of 'TeX Live'. This package also
  contains helper functions to compile 'LaTeX' documents, and install
  missing 'LaTeX' packages automatically.
R-tkWidgets 1.42.0 9.fc30	724272	Unspecified	Widgets to provide user interfaces from bioconductor
  Widgets to provide user interfaces. tcltk should have been installed for
  the widgets to run.
  
  This package is a part of the bioconductor (bioconductor.org) project
R-tkrplot 0.0.24 2.fc30	38784	Unspecified	TK Rplot
  Simple mechanism for placing R graphics in a Tk widget.
R-tufte 0.4 2.fc30	436838	Unspecified	Tufte's Styles for R Markdown Documents
  Provides R Markdown output formats to use Tufte styles for PDF and HTML output.
R-tweenr 1.0.1 1.fc30	617552	Unspecified	Interpolate Data for Smooth Animations
  In order to create smooth animation between states of data, tweening is
  necessary. This package provides a range of functions for creating tweened
  data that can be used as basis for animation. Furthermore it adds a number
  of vectorized interpolaters for common R data types such as numeric, date
  and colour.
R-udunits2 0.13 1.fc30	68898	Unspecified	Udunits-2 Bindings for R
  Provides simple bindings to Unidata's udunits library.
R-unitizer 1.4.8 1.fc30	2091487	Unspecified	Interactive R Unit Tests
  Simplifies regression tests by comparing objects produced by test code
  with earlier versions of those same objects. If objects are unchanged the
  tests pass, otherwise execution stops with error details. If in
  interactive mode, tests can be reviewed through the provided interactive
  environment.
R-units 0.6.2 2.fc30	2617375	Unspecified	Measurement Units for R Vectors
  Support for measurement units in R vectors, matrices and arrays: automatic
  propagation, conversion, derivation and simplification of units; raising
  errors in case of unit incompatibility. Compatible with the POSIXct, Date
  and difftime classes. Uses the UNIDATA udunits library and unit database
  for unit compatibility checking and conversion.
R-units 0.6.2 2.fc30	2619820	Unspecified	Measurement Units for R Vectors
  Support for measurement units in R vectors, matrices and arrays: automatic
  propagation, conversion, derivation and simplification of units; raising
  errors in case of unit incompatibility. Compatible with the POSIXct, Date
  and difftime classes. Uses the UNIDATA udunits library and unit database
  for unit compatibility checking and conversion.
R-units-devel 0.6.2 2.fc30	157	Unspecified	Development Files for R-units
  Header files for units.
R-units-devel 0.6.2 2.fc30	157	Unspecified	Development Files for R-units
  Header files for units.
R-unix 1.5 1.fc30	115009	Unspecified	Unix System Utilities
  Bindings to system utilities found in most Unix systems such as POSIX functions
  which are not part of the Standard C Library.
R-utf8 1.1.4 3.fc30	520258	Unspecified	Unicode Text Processing
  Process and print 'UTF-8' encoded international text (Unicode). Input,
  validate, normalize, encode, format, and display.
R-uuid 0.1.2 7.fc30	28809	Unspecified	Tools for generating and handling of UUIDs
  Tools for generating and handling of UUIDs (Universally Unique
  Identifiers).
R-viridisLite 0.3.0 3.fc30	70774	Unspecified	Default Color Maps from 'matplotlib' (Lite Version)
  Implementation of the 'viridis' - the default -, 'magma', 'plasma', 'inferno',
  and 'cividis' color maps for 'R'. 'viridis', 'magma', 'plasma', and 'inferno'
  are ported from 'matplotlib' <http://matplotlib.org/>, a popular plotting
  library for 'Python'. 'cividis', was developed by Jamie R. Nuñez and Sean M.
  Colby. These color maps are designed in such a way that they will analytically
  be perfectly perceptually-uniform, both in regular form and also when converted
  to black-and-white. They are also designed to be perceived by readers with the
  most common form of color blindness (all color maps in this package) and color
  vision deficiency ('cividis' only). This is the 'lite' version of the more
  complete 'viridis' package.
R-waveslim 1.7.5 10.fc30	1307446	Unspecified	R module, Basic wavelet routines for 1,2 and 3-dimensional signal processing
  Basic wavelet routines for time series (1D), image (2D)
  and array (3D) analysis.  The code provided here is based on
  wavelet methodology developed in Percival and Walden (2000);
  Gencay, Selcuk and Whitcher (2001); the dual-tree complex wavelet
  transform (CWT) from Kingsbury (1999, 2001) as implemented by
  Selesnick; and Hilbert wavelet pairs (Selesnick 2001, 2002).  All
  figures in chapters 4-7 of GSW (2001) are reproducible using this
  package and R code available at the book website(s) below.
R-wavethresh 4.6.8 7.fc30	2818440	Unspecified	R module, Software to perform wavelet statistics and transforms
  Software to perform 1-d and 2-d wavelet statistics and transforms
R-webp 1.0 1.fc30	34207	Unspecified	A New Format for Lossless and Lossy Image Compression
  Lossless webp images are 26% smaller in size compared to PNG. Lossy webp
  images are 25-34% smaller in size compared to JPEG. This package reads and
  writes webp images into a 3 (rgb) or 4 (rgba) channel bitmap array using
  conventions from the 'jpeg' and 'png' packages.
R-webutils 0.6 4.fc30	59461	Unspecified	Utility Functions for Developing Web Applications
  High performance in-memory http request parser for application/json,
  multipart/form-data, and application/x-www-form-urlencoded. Includes live
  demo of hosting and parsing multipart forms with either 'httpuv' or
R-whisker 0.3.2 3.fc30	186256	Unspecified	{{mustache}} for R, logicless templating
  logicless templating, reuse templates in many programming languages
  including R
R-whoami 1.3.0 1.fc30	42157	Unspecified	Username, Full Name, Email Address, 'GitHub' Username of the Current User
  Look up the username and full name of the current user, the current user's
  email address and 'GitHub' username, using various sources of system and
  configuration information.
R-widgetTools 1.42.0 9.fc30	437378	Unspecified	Bioconductor tools to support tcltk widgets
  This package contains tools to support the construction of tcltk widgets.
  
  This library is part of the bioconductor (bioconductor.org) project
R-withr 2.1.2 3.fc30	282268	Unspecified	Run Code 'With' Temporarily Modified Global State
  A set of functions to run code 'with' safely and temporarily modified
  global state. Many of these functions were originally a part of the
  'devtools' package, this provides a simple package with limited
  dependencies to provide access to these functions.
R-xfun 0.6 1.fc30	282027	Unspecified	Miscellaneous Functions by 'Yihui Xie'
  Miscellaneous functions commonly used in other packages maintained by
  'Yihui Xie'.
R-xml2 1.2.0 7.fc30	712151	Unspecified	Parse XML
  Work with XML files using a simple, consistent interface. Built on top of
  the 'libxml2' C library.
R-xml2 1.2.0 7.fc30	696683	Unspecified	Parse XML
  Work with XML files using a simple, consistent interface. Built on top of
  the 'libxml2' C library.
R-xml2-devel 1.2.0 7.fc30	437	Unspecified	Development files for R-xml2
  Development files for R-xml2.
R-xml2-devel 1.2.0 7.fc30	437	Unspecified	Development files for R-xml2
  Development files for R-xml2.
R-xtable 1.7.1 4.fc21	436360	Applications/Engineering	Export tables to LaTeX or HTML
  Coerce data to LaTeX and HTML tables.
R-yaml 2.2.0 2.fc30	280749	Unspecified	Methods to Convert R Data to YAML and Back
  Implements the 'libyaml' 'YAML' 1.1 parser and emitter
  (<http://pyyaml.org/wiki/LibYAML>) for R.
R-zoo 1.8.5 1.fc30	1523630	Unspecified	Z's ordered observations for irregular time series
  An S3 class with methods for totally ordered indexed observations. It is
  particularly aimed at irregular time series of numeric vectors/matrices and
  factors. zoo's key design goals are independence of a particular index/date/
  time class and consistency with with ts and base R by providing methods to
  extend standard generics.
R-zoo 1.8.5 1.fc30	1524543	Unspecified	Z's ordered observations for irregular time series
  An S3 class with methods for totally ordered indexed observations. It is
  particularly aimed at irregular time series of numeric vectors/matrices and
  factors. zoo's key design goals are independence of a particular index/date/
  time class and consistency with with ts and base R by providing methods to
  extend standard generics.
R-zoo-devel 1.8.5 1.fc30	364	Unspecified	Development files for R-zoo
  The R-zoo-devel  package contains Header and libraries files for
  developing applications that use R-zoo
R-zoo-devel 1.8.5 1.fc30	364	Unspecified	Development files for R-zoo
  The R-zoo-devel  package contains Header and libraries files for
  developing applications that use R-zoo
R2spec 4.2.1 14.fc30	133265	Unspecified	Python script to generate R spec file
  R2spec is a small python tool that generates spec file for R libraries.
  It can work from a URL or a tarball.
  R2spec provides R2rpm which generates rpm for R libraries using the
  R2spec API.
RBTools 1.0.1 2.fc30	1748217	Unspecified	Tools for use with ReviewBoard
  RBTools provides client tools for interacting with a ReviewBoard
  code-review server.
RackTables 0.20.14 3.fc29	3287449	Applications/Internet	A data-center asset management system
  A data-center asset management system.
Random123-devel 1.09 8.fc30	214246	Unspecified	Development files for Random123
  Random123 is a library of "counter-based" random number generators (CBRNGs), in
  which the Nth random number can be obtained by applying a stateless mixing
  function to N instead of the conventional approach of using N iterations of a
  stateful transformation. CBRNGs were originally developed for use in MD
  applications on Anton, but they are ideal for a wide range of applications on
  modern multi-core CPUs, GPUs, clusters, and special-purpose hardware. Three
  families of non-cryptographic CBRNGs are described in a paper presented at the
  SC11 conference: ARS (based on the Advanced Encryption System (AES)), Threefry
  (based on the Threefish encryption function), and Philox (based on integer
  multiplication). They all satisfy rigorous statistical testing (passing
  BigCrush in TestU01), vectorize and parallelize well (each generator can
  produce at least 264 independent streams), have long periods (the period of
  each stream is at least 2128), require little or no memory or state, and have
  excellent performance (a few clock cycles per byte of random output). The
  Random123 library can be used with CPU (C and C++) and GPU (CUDA and OpenCL)
  applications.
Random123-devel 1.09 8.fc30	214246	Unspecified	Development files for Random123
  Random123 is a library of "counter-based" random number generators (CBRNGs), in
  which the Nth random number can be obtained by applying a stateless mixing
  function to N instead of the conventional approach of using N iterations of a
  stateful transformation. CBRNGs were originally developed for use in MD
  applications on Anton, but they are ideal for a wide range of applications on
  modern multi-core CPUs, GPUs, clusters, and special-purpose hardware. Three
  families of non-cryptographic CBRNGs are described in a paper presented at the
  SC11 conference: ARS (based on the Advanced Encryption System (AES)), Threefry
  (based on the Threefish encryption function), and Philox (based on integer
  multiplication). They all satisfy rigorous statistical testing (passing
  BigCrush in TestU01), vectorize and parallelize well (each generator can
  produce at least 264 independent streams), have long periods (the period of
  each stream is at least 2128), require little or no memory or state, and have
  excellent performance (a few clock cycles per byte of random output). The
  Random123 library can be used with CPU (C and C++) and GPU (CUDA and OpenCL)
  applications.
Random123-doc 1.09 8.fc30	1394367	Unspecified	Documentation for Random123.
  Documentation for Random123
  
  Random123 is a library of "counter-based" random number generators (CBRNGs), in
  which the Nth random number can be obtained by applying a stateless mixing
  function to N instead of the conventional approach of using N iterations of a
  stateful transformation. CBRNGs were originally developed for use in MD
  applications on Anton, but they are ideal for a wide range of applications on
  modern multi-core CPUs, GPUs, clusters, and special-purpose hardware. Three
  families of non-cryptographic CBRNGs are described in a paper presented at the
  SC11 conference: ARS (based on the Advanced Encryption System (AES)), Threefry
  (based on the Threefish encryption function), and Philox (based on integer
  multiplication). They all satisfy rigorous statistical testing (passing
  BigCrush in TestU01), vectorize and parallelize well (each generator can
  produce at least 264 independent streams), have long periods (the period of
  each stream is at least 2128), require little or no memory or state, and have
  excellent performance (a few clock cycles per byte of random output). The
  Random123 library can be used with CPU (C and C++) and GPU (CUDA and OpenCL)
  applications.
Ray-common 2.3.1 12.fc24	77430	Applications/Engineering	Parallel genome assemblies for parallel DNA sequencing
  Ray is a parallel software that computes de novo genome assemblies with
  next-generation sequencing data.
  Ray is written in C++ and can run in parallel on numerous interconnected
  computers using the message-passing interface (MPI) standard.
  This sub-package contains common files for Ray.
Ray-doc 2.3.1 12.fc24	115701	Documentation	Documentation files
  Ray is a parallel software that computes de novo genome assemblies with
  next-generation sequencing data.
  Ray is written in C++ and can run in parallel on numerous interconnected
  computers using the message-passing interface (MPI) standard.
  This sub-package includes documentation files.
Ray-extra 2.3.1 12.fc24	40883	Applications/Engineering	Scripts and XSL sheets for post-processing
  Ray is a parallel software that computes de novo genome assemblies with
  next-generation sequencing data.
  Ray is written in C++ and can run in parallel on numerous interconnected
  computers using the message-passing interface (MPI) standard.
  This sub-package contains scripts and XSL sheets for post-processing.
Ray-mpich 2.3.1 12.fc24	1850640	Applications/Engineering	Ray package for MPICH
  Ray is a parallel software that computes de novo genome assemblies with
  next-generation sequencing data.
  Ray is written in C++ and can run in parallel on numerous interconnected
  computers using the message-passing interface (MPI) standard.
  This sub-package enables parallel computation using mpich.
Ray-openmpi 2.3.1 12.fc24	1880976	Applications/Engineering	Ray package for Open-MPI
  Ray is a parallel software that computes de novo genome assemblies with
  next-generation sequencing data.
  Ray is written in C++ and can run in parallel on numerous interconnected
  computers using the message-passing interface (MPI) standard.
  This sub-package enables parallel computation using openmpi.
RdRand 2.1.1 7.fc30	86088	Unspecified	Library for generating random numbers using the RdRand instruction on Intel CPUs
  RdRand is an instruction for returning random numbers from an Intel on-chip
  hardware random number generator.RdRand is available in Ivy Bridge and later
  processors.
  
  It uses cascade construction, combining a HW RNG operating at 3Gbps with CSPRNG
  with all components sealed on CPU. The entropy source is a meta-stable circuit,
  with unpredictable behavior based on thermal noise. The entropy is fed into
  a 3:1 compression ratio entropy extractor (whitener) based on AES-CBC-MAC.
  Online statistical tests are performed at this stage and only high quality
  random data are used as the seed for cryptograhically secure SP800-90 AES-CTR
  DRBG compliant PRNG.
  This generator is producing maximum of 512 128-bit AES blocks before it's
  reseeded. According to documentation the 512 blocks is a upper limit for
  reseed, in practice it reseeds much more frequently.
RdRand 2.1.1 7.fc30	92184	Unspecified	Library for generating random numbers using the RdRand instruction on Intel CPUs
  RdRand is an instruction for returning random numbers from an Intel on-chip
  hardware random number generator.RdRand is available in Ivy Bridge and later
  processors.
  
  It uses cascade construction, combining a HW RNG operating at 3Gbps with CSPRNG
  with all components sealed on CPU. The entropy source is a meta-stable circuit,
  with unpredictable behavior based on thermal noise. The entropy is fed into
  a 3:1 compression ratio entropy extractor (whitener) based on AES-CBC-MAC.
  Online statistical tests are performed at this stage and only high quality
  random data are used as the seed for cryptograhically secure SP800-90 AES-CTR
  DRBG compliant PRNG.
  This generator is producing maximum of 512 128-bit AES blocks before it's
  reseeded. According to documentation the 512 blocks is a upper limit for
  reseed, in practice it reseeds much more frequently.
RdRand-devel 2.1.1 7.fc30	12396	Unspecified	Development files for the RdRand
  Headers and shared object symbolic links for the RdRand.
RdRand-devel 2.1.1 7.fc30	12398	Unspecified	Development files for the RdRand
  Headers and shared object symbolic links for the RdRand.
RemoteBox 2.6 1.fc30	4268125	Unspecified	Open Source VirtualBox Client with Remote Management
  VirtualBox is traditionally considered to be a virtualization solution aimed
  at the desktop as opposed to other solutions such as KVM, Xen and VMWare ESX
  which are considered more server oriented solutions. While it is certainly
  possible to install VirtualBox on a server, it offers few remote management
  features beyond using the vboxmanage command line. RemoteBox aims to fill
  this gap by providing a graphical VirtualBox client which is able to
  communicate with and manage a VirtualBox server installation.
  
  RemoteBox achieves this by using the vboxwebsrv feature of VirtualBox that
  allows its API to be accessed using a protocol called SOAP, even across a
  network. RemoteBox is very similar in look and feel to the native VirtualBox
  interface and allows you to perform most of the same tasks, including
  accessing the display of guests – completely remotely.
Rex 1.5.0 6.fc30	1251087	Unspecified	Tool for Automation, Remote Execution and Configuration Deployment
  (R)?ex(ify) is an automation tool on basis of the Perl scripting language. You
  can use it in your everyday DevOps life for:
  
  	* Continous Delivery
  	* Configuration Management
  	* Automation
  	* Cloud Deployment
  	* Virtualization
  	* Software Rollout
  	* Server Provisioning
Ri-li 2.0.1 25.fc30	140852211	Unspecified	Arcade game where you drive a toy wood engine
  You drive a toy wood engine in many levels and you must collect all the coaches
  to win. Full-featured: 18 languages, Colorful animated wood engine, 50 levels,
  3 beautiful music tracks and many sound effects.
RxCpp-devel 4.1.0 2.fc30	938850	Unspecified	Reactive Extensions for C++
  The Reactive Extensions for C++ (RxCpp) is a library of algorithms
  for values-distributed-in-time.
RxCpp-doc 4.1.0 2.fc30	85974518	Unspecified	API-documentation for RxCpp
  This package contains the API-documentation for RxCpp.
rabbitmq-java-client 3.6.5 6.fc29	486623	Unspecified	Java Advanced Message Queue Protocol client library
  The library allows Java code to interface to AMQP servers.
  Please see the specification page for more information on AMQP
  inter-operation and standards-conformance
  
  You will need an AMQP server, such as our very own RabbitMQ server,
  to use with the client library.
rabbitmq-java-client-doc 3.6.5 6.fc29	2113656	Unspecified	Documentation for rabbitmq-java-client
  This package contains additional documentation for rabbitmq-java-client.
rabbitmq-java-client-javadoc 3.6.5 6.fc29	8012269	Unspecified	Javadoc for rabbitmq-java-client
  This package contains javadoc for rabbitmq-java-client.
rabbitmq-server 3.7.14 1.fc30	11266100	Unspecified	The RabbitMQ server
  RabbitMQ is an implementation of AMQP, the emerging standard for high
  performance enterprise messaging. The RabbitMQ server is a robust and
  scalable implementation of an AMQP broker.
rabbitvcs-caja 0.17.1 10.fc30	24519	Unspecified	Caja extension for RabbitVCS
  An extension for Caja to allow better integration with the
  source control system.
rabbitvcs-cli 0.17.1 10.fc30	2011	Unspecified	CLI extension for RabbitVCS
  A command line command to use RabbitVCS
rabbitvcs-core 0.17.1 10.fc30	1552657	Unspecified	Common package of RabbitVCS
  Contains files shared between the RabbitVCS extensions.
rabbitvcs-nautilus 0.17.1 10.fc30	24173	Unspecified	Nautilus extension for RabbitVCS
  An extension for Nautilus to allow better integration with the
  source control system.
rabbitvcs-nemo 0.17.1 10.fc30	24342	Unspecified	Nemo extension for RabbitVCS
  An extension for Nemo to allow better integration with the
  source control system.
rabbitvcs-thunar 0.17.1 10.fc30	12075	Unspecified	Thunar extension for RabbitVCS
  An extension for Thunar to allow better integration with the
  source control system.
rachota 2.3 16.20130104cvs.fc30	643360	Unspecified	Straightforward timetracking
  Rachota is a portable application for timetracking different projects. It runs
  everywhere. It displays time data in diagram form, creates customized reports
  and invoices or analyses measured data and suggests hints to improve user's
  time usage. The totally portable yet personal timetracker.
rachota-javadoc 2.3 16.20130104cvs.fc30	1946197	Unspecified	Javadocs for rachota
  This package contains the API documentation for rachota.
racket 7.0 7.fc30	81509	Unspecified	General purpose programming language
  Racket is a general-purpose programming language as well as
  the world's first ecosystem for developing and deploying new
  languages. Make your dream language, or use one of the dozens
  already available.
racket-collects 7.0 7.fc30	21478140	Unspecified	Racket's core collections libraries
  Libraries providing Racket's core functionality
racket-devel 7.0 7.fc30	453114	Unspecified	Development files for Racket
  Files needed to link against Racket.
racket-devel 7.0 7.fc30	453114	Unspecified	Development files for Racket
  Files needed to link against Racket.
racket-doc 7.0 7.fc30	201740383	Unspecified	Documentation files for Racket
  A local installation of the Racket documentation system.
racket-minimal 7.0 7.fc30	4414973	Unspecified	A minimal Racket installation
  Racket's core runtime
racket-minimal 7.0 7.fc30	4586268	Unspecified	A minimal Racket installation
  Racket's core runtime
racket-pkgs 7.0 7.fc30	261772349	Unspecified	Racket package collections
  Additional packages and libraries for Racket
racoon2 20100526a 32.fc24	1282180	System Environment/Daemons	An implementation of key management system for IPsec
  The Racoon2 project is a joint effort which provides an implementation of key
  management system for IPsec. The implementation is called Racoon2, a successor
  of Racoon, which was developed by the KAME project. It supports IKEv1, IKEv2,
  and KINK protocols. It works on FreeBSD, NetBSD, Linux, and Mac OS X.
radamsa 0.5 7.fc30	782276	Unspecified	Test case generator for robustness testing
  Radamsa is a test case generator for robustness testing.
  It can be used to test how well a program can stand malformed and potentially
  malicious inputs.
radare2 3.3.0 2.fc30.1	13190713	Unspecified	The reverse engineering framework
  The radare2 is a reverse-engineering framework that is multi-architecture,
  multi-platform, and highly scriptable.  Radare2 provides a hexadecimal
  editor, wrapped I/O, file system support, debugger support, diffing
  between two functions or binaries, and code analysis at opcode,
  basic block, and function levels.
radare2 3.3.0 2.fc30.1	14038477	Unspecified	The reverse engineering framework
  The radare2 is a reverse-engineering framework that is multi-architecture,
  multi-platform, and highly scriptable.  Radare2 provides a hexadecimal
  editor, wrapped I/O, file system support, debugger support, diffing
  between two functions or binaries, and code analysis at opcode,
  basic block, and function levels.
radare2-common 3.3.0 2.fc30.1	4176483	Unspecified	Arch-independent SDB files for the radare2 package
  Arch-independent SDB files used by radare2 package. See radare2 package for more
  information
radare2-devel 3.3.0 2.fc30.1	892666	Unspecified	Development files for the radare2 package
  Development files for the radare2 package. See radare2 package for more
  information.
radare2-devel 3.3.0 2.fc30.1	892718	Unspecified	Development files for the radare2 package
  Development files for the radare2 package. See radare2 package for more
  information.
radcli 1.2.11 2.fc30	166313	Unspecified	RADIUS protocol client library
  The radcli library is a library for writing RADIUS Clients. The library's
  approach is to allow writing RADIUS-aware application in less than 50 lines
  of C code. It was based originally on freeradius-client and is source compatible
  with it.
radcli 1.2.11 2.fc30	163797	Unspecified	RADIUS protocol client library
  The radcli library is a library for writing RADIUS Clients. The library's
  approach is to allow writing RADIUS-aware application in less than 50 lines
  of C code. It was based originally on freeradius-client and is source compatible
  with it.
radcli-compat-devel 1.2.11 2.fc30	54	Unspecified	Development files for compatibility with radiusclient-ng and freeradius-client
  This package contains the compatibility headers and libraries for freeradius-client
  and radiusclient-ng.
radcli-compat-devel 1.2.11 2.fc30	54	Unspecified	Development files for compatibility with radiusclient-ng and freeradius-client
  This package contains the compatibility headers and libraries for freeradius-client
  and radiusclient-ng.
radcli-devel 1.2.11 2.fc30	80395	Unspecified	Development files for radcli
  This package contains libraries and header files for developing applications
  that use radcli.
radcli-devel 1.2.11 2.fc30	80397	Unspecified	Development files for radcli
  This package contains libraries and header files for developing applications
  that use radcli.
raddump 0.3.1 21.fc30	208516	Unspecified	RADIUS packets interpreter
  raddump interprets captured RADIUS packets to print a timestamp, packet
  length, RADIUS packet type, source and destination hosts and ports, and
  included attribute names and values for each packet.
radeontool 1.6.3 14.fc30	329048	Unspecified	Backlight and video output configuration tool for radeon cards
  radeontool is used for debugging radeon related issues. In the past it has
  been used for backlight control, but this should no longer be required.
radeontop 1.2 0.2.20181031git7474f50.fc30	131239	Unspecified	View GPU utilization of AMD/ATI Radeon devices
  RadeonTop shows the utilization of your GPU, both in general and by blocks.
  Supported cards are R600 and up.
radial 1.0 20.fc30	31218	Unspecified	A simple program for calculating radial velocities of stars in a binary system
  This program calculates the radial velocities of
  both stars in a binary system, allowing for user
  configuration of stellar masses, semimajor axis,
  inclination of orbital plane, orbital eccentricity,
  time to collect data, and calculation frequency.
  
  For your convenience, default values have been
  added to the program, so you can run it with
  nothing other than variable eccentricity, if you like.
radicale 2.1.10 2.fc30	498902	Unspecified	A simple CalDAV (calendar) and CardDAV (contact) server
  The Radicale Project is a CalDAV (calendar) and CardDAV (contact) server. It
  aims to be a light solution, easy to use, easy to install, easy to configure.
  As a consequence, it requires few software dependencies and is pre-configured
  to work out-of-the-box.
  
  The Radicale Project runs on most of the UNIX-like platforms (Linux, BSD,
  MacOS X) and Windows. It is known to work with Evolution, Lightning, iPhone
  and Android clients. It is free and open-source software, released under GPL
  version 3.
radicale-httpd 2.1.10 2.fc30	2899	Unspecified	httpd config for Radicale
  httpd example config for Radicale (Python3).
radiotray 0.7.3 13.fc30	540090	Unspecified	Radio Tray is a streaming player for listening to online radios
  Radio Tray is an online radio streaming player that runs on a Linux system
  tray. Its goal is to have the minimum interface possible, making it very
  straightforward to use. Radio Tray is not a full featured music player,
  there are plenty of excellent music players already. However, there was a
  need for a simple application with minimal interface just to listen to online
  radios. And that's the sole purpose of Radio Tray.
radium-compressor 0.5.1 16.fc30	188182	Unspecified	An audio compressor for JACK
  Radium Compressor is the system compressor in Radium,
  but distributed as a standalone jack application.
  
  Radium Compressor uses the stereo compressor found in
  effect.lib in the Faust distribution.
radius-engine 1.1 14.fc30	380289	Unspecified	A Lua based real-time 2D graphics game engine
  Radius Engine is a Lua script-based real-time 2D graphics engine designed for
  rapidly prototyping games. Built on top of SDL and OpenGL, games made with
  Radius Engine are portable to both Windows and Linux.
radius-engine 1.1 14.fc30	375777	Unspecified	A Lua based real-time 2D graphics game engine
  Radius Engine is a Lua script-based real-time 2D graphics engine designed for
  rapidly prototyping games. Built on top of SDL and OpenGL, games made with
  Radius Engine are portable to both Windows and Linux.
radius-engine-devel 1.1 14.fc30	2115	Unspecified	Development libraries and headers for Radius Engine
  Development libraries and headers for Radius Engine.
radius-engine-devel 1.1 14.fc30	2070	Unspecified	Development libraries and headers for Radius Engine
  Development libraries and headers for Radius Engine.
rados-objclass-devel 14.2.0 1.fc30	3860	Unspecified	RADOS object class development kit
  This package contains libraries and headers needed to develop RADOS object
  class plugins.
radvd 2.17 19.fc30	240613	Unspecified	A Router Advertisement daemon
  radvd is the router advertisement daemon for IPv6.  It listens to router
  solicitations and sends router advertisements as described in "Neighbor
  Discovery for IP Version 6 (IPv6)" (RFC 2461).  With these advertisements
  hosts can automatically configure their addresses and some other
  parameters.  They also can choose a default router based on these
  advertisements.
  
  Install radvd if you are setting up IPv6 network and/or Mobile IPv6
  services.
ragel 7.0.0.11 3.fc30	12506111	Unspecified	Finite state machine compiler
  Ragel compiles executable finite state machines from regular languages.
  Ragel targets C, C++ and ASM. Ragel state machines can not only recognize
  byte sequences as regular expression machines do, but can also execute code
  at arbitrary points in the recognition of a regular language. Code embedding
  is done using inline operators that do not disrupt the regular language syntax.
ragel 7.0.0.11 3.fc30	15261759	Unspecified	Finite state machine compiler
  Ragel compiles executable finite state machines from regular languages.
  Ragel targets C, C++ and ASM. Ragel state machines can not only recognize
  byte sequences as regular expression machines do, but can also execute code
  at arbitrary points in the recognition of a regular language. Code embedding
  is done using inline operators that do not disrupt the regular language syntax.
ragel-devel 7.0.0.11 3.fc30	380070	Unspecified	Development libraries header files for ragel
  Development libraries header files for ragel.
ragel-devel 7.0.0.11 3.fc30	380070	Unspecified	Development libraries header files for ragel
  Development libraries header files for ragel.
raidem 0.3.1 38.fc30	8064986	Unspecified	2d top-down shoot'em up
  Raid'em is a 2d top-down shoot'em up. It began as a remake of Raid II
  (abandoned long ago), but has turned out very differently.
  Features: Neat looking graphics, LOTS of explosions and scrap
  metal, Eye candy a-plenty, Many different powerups, A desert. And a space
  platform. And some snow, 2 player mode, Demo recording and playback, Loads of
  fun.
raidem-music 1.0 17.fc30	22528922	Unspecified	Background music for the game raidem
  Music created by Eric Hamilton (dilvie) for the game Raid'em
rakarrack 0.6.2 0.17.20150814gita620840.fc30	7557629	Unspecified	Audio effects processing rack for guitar
  Rakarrack is a basic rack of effects for guitar. 10 effects. Two EQ
  (multi-band and parametric), distortion, overdrive, echo, chorus,
  Flanger, Phaser, compression and Reverb. Real time processing. JACK
  support. Online tuner. Bank & Preset management.
  
  Most of the effects are based on the magnificent work done by Paul
  Nasca Octavian in ZynAddSubFX synthesizer. The compressor is based on
  ArtsCompressor of Matthias Kretzer & Stefen Westerfeld. The tuner was
  adapted from Tuneit, a tuner in text mode created by Mario Lang. Paul
  Nasca is our hero and a continuous inspiration
rakudo 0.2019.03 2.fc30	26618162	Unspecified	Perl 6 compiler implementation that runs on MoarVM
  Rakudo Perl 6, or just Rakudo, is an implementation of the
  Perl 6 language specification. More information about Perl 6 is available
  from <http://perl6.org/>. This package provides a Perl 6 compiler built for
  MoarVM virtual machine.
rakudo-MIME-Base64 1.2.1 4.fc30	58549	Unspecified	A Perl6 implementation of MIME::Base64 for ASCII strings
  MIME::Base64 - Encoding and decoding Base64 ASCII strings. A Perl6
  implementation of MIME::Base64 to encoding and decoding to and from base64.
rakudo-Readline 0.1.5 1.fc30	2407875	Unspecified	Simple Perl 6 binding to GNU libreadline
  Perl 6 interface to GNU Readline, the CLI-based line reading library
rakudo-URI 0.1.4 0.4.20170920gite5c8551.fc30	403665	Unspecified	Perl 6 realization of URI
  Perl6 realization of URI - Uniform Resource Identifiers handler
  
  A URI implementation using Perl 6 grammars to implement RFC 3986 BNF. Currently
  only implements parsing. Includes URI::Escape to (un?)escape characters that
  aren't otherwise allowed in a URI with % and a hex character numbering.
rakudo-XML 0.0.3 0.4.20170930git420bf9c.fc30	461237	Unspecified	An Object-Oriented XML Library for Perl 6
  XML (originally called Exemel) is a full fledged XML library for Perl 6.
  
  It handles parsing, generating, manipulating and querying XML. It supports
  element queries, parent element information, namespaces, and an extendable
  interface.
  
  It supports every major kind of XML Node (XML::Node):
  
      - Document (XML::Document)
      - Element (XML::Element)
      - Text (XML::Text)
      - Comment (XML::Comment)
      - PI (XML::PI)
      - CDATA (XML::CDATA)
  
  You can easily serialize the objects back to XML text by using any XML::Node
  object in a string context.
rakudo-zef 0.7.1 1.fc30	3071125	Unspecified	Perl6 Module Management
  Zef is a Perl6 module manager that query, download, update and install modules
  from of a file path (starting with . or /), URNs, URLs, paths, or identities
  from the Perl6 modules directory: https://modules.perl6.org/
  It automates and simplifies the installation. Depending on your privileges zef
  installs the modules at the system directories or at the home directory in
  '.perl6' or if you specify a destination then to that destination directory.
ramond 0.5 12.fc30	48070	Unspecified	Router advertisement monitoring daemon
  This program monitors IPv6 networks for router advertisements. When an
  advertisement is received, a configurable action occurs.
rancid 3.9 1.fc30	2093229	Unspecified	Really Awesome New Cisco confIg Differ
  RANCID monitors a router's (or more generally a device's) configuration,
  including software and hardware (cards, serial numbers, etc) and uses CVS
  (Concurrent Version System), Subversion, or Git to maintain history of changes.
randomizedtesting 2.5.3 3.fc30	44408	Unspecified	Java Testing Framework
  Foundation classes and rules for applying the
  principles of Randomized Testing.
randomizedtesting-javadoc 2.5.3 3.fc30	5861412	Unspecified	Javadoc for randomizedtesting
  This package contains javadoc for randomizedtesting.
randomizedtesting-junit4-ant 2.5.3 3.fc30	251799	Unspecified	RandomizedTesting JUnit4 ANT Task
  RandomizedTesting JUnit4 ANT Task.
randomizedtesting-junit4-maven-plugin 2.5.3 3.fc30	35123	Unspecified	RandomizedTesting JUnit4 Maven Plugin
  RandomizedTesting JUnit4 Maven Plugin.
randomizedtesting-runner 2.5.3 3.fc30	250210	Unspecified	RandomizedTesting Randomized Runner
  RandomizedRunner is a JUnit runner, so it is capable of
  running @Test-annotated test cases.
range-v3-devel 0.4.0 3.fc30	1758673	Unspecified	Development files for range-v3
  Development files for range-v3.
range-v3-devel 0.4.0 3.fc30	1758677	Unspecified	Development files for range-v3
  Development files for range-v3.
ranger 1.9.2 3.fc30	1497040	Unspecified	A vim-like file manager
  Ranger is a free console file manager that gives you greater flexibility and a
  good overview of your files without having to leave your *nix console. It
  visualizes the directory tree in two dimensions: the directory hierarchy on
  one, lists of files on the other, with a preview to the right so you know where
  you'll be going.
rapid-photo-downloader 0.9.13 1.fc30	18688757	Unspecified	Images downloader for external devices
  Rapid Photo Downloader is written by a photographer for professional
  and amateur photographers. It can download photos from multiple memory
  cards and Portable Storage Devices simultaneously. It provides a variety
  of options for sub-folder creation, image renaming and backup.
  It does not download images directly from a camera unless the camera
  is recognized as an external drive.
rapidjson-devel 1.1.0 9.fc30	620506	Unspecified	Fast JSON parser and generator for C++
  
  RapidJSON is a fast JSON parser and generator for C++.  It was
  inspired by RapidXml.
  
    RapidJSON is small but complete.  It supports both SAX and DOM style
    API. The SAX parser is only a half thousand lines of code.
  
    RapidJSON is fast.  Its performance can be comparable to strlen().
    It also optionally supports SSE2/SSE4.1 for acceleration.
  
    RapidJSON is self-contained.  It does not depend on external
    libraries such as BOOST.  It even does not depend on STL.
  
    RapidJSON is memory friendly.  Each JSON value occupies exactly
    16/20 bytes for most 32/64-bit machines (excluding text string).  By
    default it uses a fast memory allocator, and the parser allocates
    memory compactly during parsing.
  
    RapidJSON is Unicode friendly.  It supports UTF-8, UTF-16, UTF-32
    (LE & BE), and their detection, validation and transcoding
    internally.  For example, you can read a UTF-8 file and let RapidJSON
    transcode the JSON strings into UTF-16 in the DOM.  It also supports
    surrogates and "u0000" (null character).
  
  JSON(JavaScript Object Notation) is a light-weight data exchange
  format.  RapidJSON should be in fully compliance with RFC4627/ECMA-404.
rapidjson-doc 1.1.0 9.fc30	13141478	Unspecified	Documentation-files for rapidjson
  This package contains the documentation-files for rapidjson.
rapidsvn 0.13.0 0.20181126git1b6dfc1.fc30	2577978	Unspecified	Graphical interface for the Subversion revision control system
  RapidSVN is a GUI front-end for the Subversion revision control system. It
  allows access to most of the features of Subversion through a user-friendly
  interface.
rapidsvn 0.13.0 0.20181126git1b6dfc1.fc30	2870082	Unspecified	Graphical interface for the Subversion revision control system
  RapidSVN is a GUI front-end for the Subversion revision control system. It
  allows access to most of the features of Subversion through a user-friendly
  interface.
rapidxml-devel 1.13 11.fc30	261852	Unspecified	Fast XML parser
  RapidXml is an attempt to create the fastest XML parser possible, while
  retaining usability, portability and reasonable W3C compatibility. It is an
  in-situ parser written in modern C++, with parsing speed approaching that of
  strlen function executed on the same data.
raptor 1.4.21 28.fc30	966323	Unspecified	Raptor RDF Parser Toolkit for Redland
  Raptor is the RDF Parser Toolkit for Redland that provides
  a set of standalone RDF parsers, generating triples from RDF/XML
  or N-Triples.
raptor 1.4.21 28.fc30	933575	Unspecified	Raptor RDF Parser Toolkit for Redland
  Raptor is the RDF Parser Toolkit for Redland that provides
  a set of standalone RDF parsers, generating triples from RDF/XML
  or N-Triples.
raptor-devel 1.4.21 28.fc30	1353820	Unspecified	Libraries, includes etc to develop with Raptor RDF parser library
  Libraries, includes etc to develop with Raptor RDF parser library.
  It provides a set of standalone RDF parsers, generating triples from
  RDF/XML or N-Triples.
raptor-devel 1.4.21 28.fc30	1353824	Unspecified	Libraries, includes etc to develop with Raptor RDF parser library
  Libraries, includes etc to develop with Raptor RDF parser library.
  It provides a set of standalone RDF parsers, generating triples from
  RDF/XML or N-Triples.
raptor2 2.0.15 18.fc30	735043	Unspecified	RDF Parser Toolkit for Redland
  Raptor is the RDF Parser Toolkit for Redland that provides
  a set of standalone RDF parsers, generating triples from RDF/XML
  or N-Triples.
raptor2 2.0.15 18.fc30	703747	Unspecified	RDF Parser Toolkit for Redland
  Raptor is the RDF Parser Toolkit for Redland that provides
  a set of standalone RDF parsers, generating triples from RDF/XML
  or N-Triples.
raptor2-devel 2.0.15 18.fc30	1593811	Unspecified	Development files for raptor2
  Development files for raptor2.
raptor2-devel 2.0.15 18.fc30	1593817	Unspecified	Development files for raptor2
  Development files for raptor2.
rarian 0.8.1 22.fc30	401572	Unspecified	Documentation meta-data library
  Rarian is a documentation meta-data library that allows access to documents,
  man pages and info pages.  It was designed as a replacement for scrollkeeper.
rarian 0.8.1 22.fc30	396508	Unspecified	Documentation meta-data library
  Rarian is a documentation meta-data library that allows access to documents,
  man pages and info pages.  It was designed as a replacement for scrollkeeper.
rarian-compat 0.8.1 22.fc30	370420	Unspecified	Extra files for compatibility with scrollkeeper
  This package contains files needed to maintain backward-compatibility with
  scrollkeeper.
rarian-devel 0.8.1 22.fc30	8845	Unspecified	Development files for Rarian
  This package contains files required to develop applications that use the
  Rarian library ("librarian").
rarian-devel 0.8.1 22.fc30	8847	Unspecified	Development files for Rarian
  This package contains files required to develop applications that use the
  Rarian library ("librarian").
rarpd ss981107 53.fc30	47479	Unspecified	The RARP daemon
  RARP (Reverse Address Resolution Protocol) is a protocol which allows
  individual devices on an IP network to get their own IP addresses from the
  RARP server.  Some machines (e.g. SPARC boxes) use this protocol instead
  of e.g. DHCP to query their IP addresses during network bootup.
  Linux kernels up to 2.2 used to provide a kernel daemon for this service,
  but since 2.3 kernels it is served by this userland daemon.
  
  You should install rarpd if you want to set up a RARP server on your
  network.
rasdaemon 0.6.2 2.fc30	319005	Unspecified	Utility to receive RAS error tracings
  rasdaemon is a RAS (Reliability, Availability and Serviceability) logging tool.
  It currently records memory errors, using the EDAC tracing events.
  EDAC is drivers in the Linux kernel that handle detection of ECC errors
  from memory controllers for most chipsets on i386 and x86_64 architectures.
  EDAC drivers for other architectures like arm also exists.
  This userspace component consists of an init script which makes sure
  EDAC drivers and DIMM labels are loaded at system startup, as well as
  an utility for reporting current error counts from the EDAC sysfs files.
rasmol 2.7.5.2 14.fc30	1346589	Unspecified	Molecular Graphics Visualization Tool
  RasMol is a molecular graphics program intended for the visualization of
  proteins, nucleic acids and small molecules. The program is aimed at
  display, teaching and generation of publication quality images.
rasmol-doc 2.7.5.2 14.fc30	5993382	Unspecified	Documentation and examples for rasmol
  Documentation and examples for rasmol.
rasmol-gtk 2.7.5.2 14.fc30	913749	Unspecified	GTK version of rasmol
  GTK version of rasmol.
rasqal 0.9.33 9.fc30	1099114	Unspecified	RDF Query Library
  Rasqal is a library providing full support for querying Resource
  Description Framework (RDF) including parsing query syntaxes, constructing
  the queries, executing them and returning result formats.  It currently
  handles the RDF Data Query Language (RDQL) and SPARQL Query language.
rasqal 0.9.33 9.fc30	1056650	Unspecified	RDF Query Library
  Rasqal is a library providing full support for querying Resource
  Description Framework (RDF) including parsing query syntaxes, constructing
  the queries, executing them and returning result formats.  It currently
  handles the RDF Data Query Language (RDQL) and SPARQL Query language.
rasqal-devel 0.9.33 9.fc30	1192440	Unspecified	Development files for the Rasqal RDF libraries
  Libraries, includes etc to develop with the Rasqal RDF query language library.
rasqal-devel 0.9.33 9.fc30	1192442	Unspecified	Development files for the Rasqal RDF libraries
  Libraries, includes etc to develop with the Rasqal RDF query language library.
rasterview 1.7.1 2.fc30	132177	Unspecified	CUPS raster file viewer
  CUPS uses an intermediate format called raster for inkjet printers and
  others that require rasterized input.  This program can be used to
  view this intermediate format and is mainly used for debugging printer
  drivers.
ratbox-services 1.2.4 4.fc30	1077501	Unspecified	Service package for ircd-ratbox
  ratbox-services is a services package written mostly from
  scratch for use with ircd-ratbox. It is highly configurable,
  with nearly all options being set in a config that can be
  rehashed rather than set at compile time. It also uses the
  SQLite database backend, which works as a database interface
  to a normal file, meaning no separate database software must be running.
ratbox-services-devel 1.2.4 4.fc30	14196	Unspecified	Devel package for ircd-ratbox service
  Headers for ratbox-services, service package for ircd-ratbox.
ratbox-services-devel 1.2.4 4.fc30	14196	Unspecified	Devel package for ircd-ratbox service
  Headers for ratbox-services, service package for ircd-ratbox.
ratools 0.6.2 10.fc30	242650	Unspecified	Framework for IPv6 Router Advertisements
  Ratools is a fast, dynamic, multi-threading framework for creating, modifying
  and sending IPv6 Router Advertisements (RA).
ratpoints 2.1.3 19.fc30	366067	Unspecified	Find rational points on hyperelliptic curves
  Ratpoints is a program that uses an optimized quadratic sieve algorithm
  in order to find rational points on hyperelliptic curves.
ratpoints 2.1.3 19.fc30	415343	Unspecified	Find rational points on hyperelliptic curves
  Ratpoints is a program that uses an optimized quadratic sieve algorithm
  in order to find rational points on hyperelliptic curves.
ratpoints-devel 2.1.3 19.fc30	4475	Unspecified	Development files for ratpoints
  Header and library for development with ratpoints.
ratpoints-devel 2.1.3 19.fc30	4475	Unspecified	Development files for ratpoints
  Header and library for development with ratpoints.
ratpoison 1.4.9 11.fc30	345849	Unspecified	Minimalistic window manager
  Ratpoison is a simple window manager that relies solely on keyboard input as
  opposed to keyboard and mouse input.
rats 2.4 13.fc30	885696	Unspecified	Rough Auditing Tool for Security
  RATS(Rough Auditing Tool for Security) scans through code, finding potentially
  dangerous function calls. The goal of this tool is not to definitively find
  bugs (yet). The current goal is to provide a reasonable starting point for
  performing manual security audits.
  
  The initial vulnerability database is taken directly from things that could be
  easily found when starting with the forthcoming book, "Building Secure
  Software" by Viega and McGraw.
ravada 0.3.4 1.fc30	1453926	Unspecified	Remote Virtual Desktops Manager
  Ravada is a software that allows the user to connect to a remote virtual
  desktop.
  
  In the current release we use the KVM Hypervisors: KVM as the backend for the
  Virtual Machines. LXC support is currently in development.
raw-thumbnailer 3.0.0 15.fc30	44013	Unspecified	Nautilus file manager thumbnailer for RAW images
  RawThumbnailer is a thumbnailer for RAW files that works with Nautilus.
rawdog 2.20 10.fc30	294163	Unspecified	RSS Aggregator Without Delusions of Grandeur
  rawdog is an RSS Aggregator Without Delusions Of Grandeur.
  It is a "river of news"-style aggregator: it uses feedparser
  to download feeds in RSS, Atom and a variety of other formats,
  and (by default) produces static HTML pages containing the newest
  articles in date order.
rawstudio 2.1 0.19.20170414.g003dd4f_rawspeed.20161119.gfa23d1c.fc29	4604947	Applications/Multimedia	Read, manipulate and convert digital camera raw images
  Rawstudio is a highly specialized application for processing RAW images
  from digital cameras. It is not a fully featured image editing application.
  
  The RAW format is often recommended to get the best quality out of digital
  camera images.  The format is specific to cameras and cannot be read by most
  image editing applications.
  
  Rawstudio makes it possible to read and manipulate RAW images, experiment
  with the controls to see how they affect the image, and finally export into
  JPEG, PNG or TIF format images from most digital cameras.
rawtherapee 5.5 4.fc30	91397427	Unspecified	Raw image processing software
  Rawtherapee is a RAW image processing software. It gives full control over
  many parameters to enhance the raw picture before finally exporting it
  to some common image format.
rb_libtorrent 1.1.12 2.fc30	7133950	Unspecified	A C++ BitTorrent library aiming to be the best alternative
  rb_libtorrent is a C++ library that aims to be a good alternative to all
  the other BitTorrent implementations around. It is a library and not a full
  featured client, although it comes with a few working example clients.
  
  Its main goals are to be very efficient (in terms of CPU and memory usage) as
  well as being very easy to use both as a user and developer.
rb_libtorrent 1.1.12 2.fc30	7103318	Unspecified	A C++ BitTorrent library aiming to be the best alternative
  rb_libtorrent is a C++ library that aims to be a good alternative to all
  the other BitTorrent implementations around. It is a library and not a full
  featured client, although it comes with a few working example clients.
  
  Its main goals are to be very efficient (in terms of CPU and memory usage) as
  well as being very easy to use both as a user and developer.
rb_libtorrent-devel 1.1.12 2.fc30	5955684	Unspecified	Development files for rb_libtorrent
  The rb_libtorrent-devel package contains libraries and header files for
  developing applications that use rb_libtorrent.
  
  The various source and header files included in this package are licensed
  under the revised BSD, zlib/libpng, and Boost Public licenses. See the various
  COPYING files in the included documentation for the full text of these
  licenses, as well as the comments blocks in the source code for which license
  a given source or header file is released under.
rb_libtorrent-devel 1.1.12 2.fc30	5955686	Unspecified	Development files for rb_libtorrent
  The rb_libtorrent-devel package contains libraries and header files for
  developing applications that use rb_libtorrent.
  
  The various source and header files included in this package are licensed
  under the revised BSD, zlib/libpng, and Boost Public licenses. See the various
  COPYING files in the included documentation for the full text of these
  licenses, as well as the comments blocks in the source code for which license
  a given source or header file is released under.
rb_libtorrent-examples 1.1.12 2.fc30	915452	Unspecified	Example clients using rb_libtorrent
  The rb_libtorrent-examples package contains example clients which intend to
  show how to make use of its various features. (Due to potential
  namespace conflicts, a couple of the examples had to be renamed. See the
  included documentation for more details.)
rb_libtorrent-python2 1.1.12 2.fc30	5214888	Unspecified	Python bindings for rb_libtorrent
  The rb_libtorrent-python2 package contains Python language bindings
  (the 'libtorrent' module) that allow it to be used from within
  Python applications.
rb_libtorrent-python3 1.1.12 2.fc30	5196760	Unspecified	Python bindings for rb_libtorrent
  The rb_libtorrent-python3 package contains Python language bindings
  (the 'libtorrent' module) that allow it to be used from within
  Python applications.
rbd-fuse 14.2.0 1.fc30	225830	Unspecified	Ceph fuse-based client
  FUSE based client to map Ceph rbd images to files
rbd-mirror 14.2.0 1.fc30	10855280	Unspecified	Ceph daemon for mirroring RBD images
  Daemon for mirroring RBD images between Ceph clusters, streaming
  changes asynchronously.
rbd-nbd 14.2.0 1.fc30	537243	Unspecified	Ceph RBD client base on NBD
  NBD based client to map Ceph rbd images to local device
rblcheck 1.5 33.fc30	526501	Unspecified	Command-line interface to RBL-style listings
  rblcheck is a very basic interface to RBL-style DNS listings such as those
  operated by the MAPS (http://www.mail-abuse.org/) and ORBL
  (http://www.orbl.org/) projects.
rbldnsd 0.998 9.fc30	277369	Unspecified	Small, fast daemon to serve DNSBLs
  Rbldnsd is a small, authoritative-only DNS nameserver designed to serve
  DNS-based blocklists (DNSBLs). It may handle IP-based and name-based
  blocklists.
rbm 0.4 11.20151206gitd50b2a6.fc30	106290	Unspecified	Reproducible Build Manager
  Reproducible Build Manager (rbm) is a tool that helps you create and build
  packages for multiple Linux distributions, and automate the parts that can be
  automated. It includes options to run the build in a defined environment to
  allow reproducing the build.
rc 1.7.4 11.fc30	227815	Unspecified	Re-implementation for Unix of the Plan 9 shell
  Rc is a command interpreter for Plan 9 that provides similar facilities to
  UNIX's Bourne shell, with some small additions and less idiosyncratic syntax.
  This is a re-implementation for Unix, by Byron Rakitzis, of the Plan 9 shell.
rclone 1.45 2.fc30	38341340	Unspecified	Rsync for cloud storage
  
  Rclone is a command line program to sync files and directories to and
  from various cloud services.
rclone-browser 1.2 2.fc30	633672	Unspecified	Simple cross platform GUI for rclone
  Simple cross platfrom GUI for rclone command line tool.
  
  Features:
   - Allows to browse and modify any rclone remote, including encrypted ones
   - Uses same configuration file as rclone, no extra configuration required
   - Supports custom location and encryption for .rclone.conf configuration file
   - Simultaneously navigate multiple repositories in separate tabs
   - Lists files hierarchically with file name, size and modify date
   - All rclone commands are executed asynchronously, no freezing GUI
   - File hierarchy is lazily cached in memory, for faster traversal of folders
   - Allows to upload, download, create new folders, rename or delete files and
     folders
   - Allows to calculate size of folder, export list of files and copy rclone
     command to clipboard
   - Can process multiple upload or download jobs in background
   - Drag & drop support for dragging files from local file explorer for
     uploading
   - Streaming media files for playback in player like mpv or similar
   - Mount and unmount folders on macOS and GNU/Linux
   - Optionally minimizes to tray, with notifications when upload/download
     finishes
   - Supports portable mode (create .ini file next to executable with same
     name), rclone and .rclone.conf path now can be relative to executable
rcm 1.3.3 4.fc30	42782	Unspecified	Management suite for dotfiles
  A suite of tools for managing dot-files (.zshrc, .vimrc, etc.).  This suite is
  useful for committing your .*rc files to a central repository to share, but it
  also scales to a more complex situation such as multiple source directories
  shared between computers with some host-specific or task-specific files.
rcrpanel 3.5 18.fc30	60738	Unspecified	Lay out front panel for electronics project
  rcrpanel is an application to lay out a front panel for a radio or similar
  electronics device.  rcrpanel can provide dials for potentiometers or variable
  capacitors as well as lay out cutouts for switches and jacks.  rcrpanel
  accepts a panel description file and produces PostScript output.
rcs 5.9.4 11.fc30	911108	Unspecified	Revision Control System (RCS) file version management tools
  The Revision Control System (RCS) is a system for managing multiple
  versions of files.  RCS automates the storage, retrieval, logging,
  identification and merging of file revisions.  RCS is useful for text
  files that are revised frequently (for example, programs,
  documentation, graphics, papers and form letters).
  
  The rcs package should be installed if you need a system for managing
  different versions of files.
rcsslogplayer 15.1.1 26.fc30	1732374	Unspecified	RoboCup Soccer Simulator LogPlayer
  The RoboCup Soccer Simulator LogPlayer (rcsslogpleyr) is a game log
  replay tool for the RoboCup Soccer Simulator Server (rcssserver).
rcsslogplayer 15.1.1 26.fc30	1757634	Unspecified	RoboCup Soccer Simulator LogPlayer
  The RoboCup Soccer Simulator LogPlayer (rcsslogpleyr) is a game log
  replay tool for the RoboCup Soccer Simulator Server (rcssserver).
rcsslogplayer-devel 15.1.1 26.fc30	70041	Unspecified	Header files and libraries for rcsslogplayer
  This package contains the header files and libraries
  for rcsslogplayer. If you like to develop programs using rcsslogplayer,
  you will need to install rcsslogplayer-devel.
rcsslogplayer-devel 15.1.1 26.fc30	70041	Unspecified	Header files and libraries for rcsslogplayer
  This package contains the header files and libraries
  for rcsslogplayer. If you like to develop programs using rcsslogplayer,
  you will need to install rcsslogplayer-devel.
rcssmonitor 15.1.1 27.fc30	988348	Unspecified	RoboCup 2D Soccer Simulator Monitor
  The RoboCup Soccer Simulator Monitor is a viewer for moved 2d vector graphics.
  You can use it to watch 2D soccer games running on rcssserver. However, The
  architecture of The RoboCup Soccer Simulator Monitor was from the beginning
  kept as general and modular as possible and not just hacked to fit the  needs
  of the robocup soccer server (rcssserver). So by now The RoboCup Soccer
  Simulator Monitor is also used to visualize many other two dimensional system.
  
  You can use UDP/IP communication sockets to send commands to The RoboCup Soccer
  Simulator Monitor. A generic communication device is also included. It
  understands a very easy description language to build and move 2d objects.
rcssserver 15.2.2 29.fc30	3154253	Unspecified	Robocup 2D Soccer Simulation Server
  The RoboCup Soccer Simulator Server (rcssserver) is a research and educational
  tool for mutli-agent systems and artificial intelligence. It allows 11
  simulated autonomous robotic players to play soccer (football).
  
  This package includes the simulation server. If you want to view the games
  you should install and run a monitor (rcssmonitor or rcssmonitor_classic).
rcssserver 15.2.2 29.fc30	3135417	Unspecified	Robocup 2D Soccer Simulation Server
  The RoboCup Soccer Simulator Server (rcssserver) is a research and educational
  tool for mutli-agent systems and artificial intelligence. It allows 11
  simulated autonomous robotic players to play soccer (football).
  
  This package includes the simulation server. If you want to view the games
  you should install and run a monitor (rcssmonitor or rcssmonitor_classic).
rcssserver-devel 15.2.2 29.fc30	223349	Unspecified	Header files and libraries for rcssserver
  This package contains the header files and libraries
  for rcssserver. If you like to develop programs using rcssserver,
  you will need to install rcssserver-devel.
rcssserver-devel 15.2.2 29.fc30	223349	Unspecified	Header files and libraries for rcssserver
  This package contains the header files and libraries
  for rcssserver. If you like to develop programs using rcssserver,
  you will need to install rcssserver-devel.
rcssserver-gui 15.2.2 29.fc30	3237	Unspecified	A simple way to run 2D Soccer Simulation on a single machine
  This package contains rcsoccersim script as simple way for
  running 2D Soccer Simulation on a single machine. It'll also
  provide a menu entry for this script.
rcssserver3d 0.7.1 4.fc29	14374329	Applications/System	Robocup 3D Soccer Simulation Server
  The RoboCup Soccer Simulator is a research and educational tool for multi-agent
  systems and artificial intelligence. It enables for two teams of 11 simulated
  autonomous robotic players to play soccer (football).
  
  This package contains the 3D version of the simulator.
rcssserver3d-devel 0.7.1 4.fc29	219944	Development/Libraries	Header files and libraries for rcssserver3d
  This package contains the header files for rcssserver3d. If you like to develop
  programs using rcssserver3d, you will need to install rcssserver3d-devel.
rcssserver3d-doc 0.7.1 4.fc29	1892875	Documentation	Users manual for rcssserver3d
  This package contains the user documentation
  for rcssserver3d. If you like to develop agents for rcssserver3d,
  you will find rcssserver3d-doc package useful.
rdesktop 1.8.4 3.fc30	532049	Unspecified	X client for remote desktop into Windows Terminal Server
  rdesktop is an open source client for Windows NT Terminal Server and
  Windows 2000 & 2003 Terminal Services, capable of natively speaking
  Remote Desktop Protocol (RDP) in order to present the user's NT
  desktop. Unlike Citrix ICA, no server extensions are required.
rdfind 1.3.5 8.fc30	185564	Unspecified	Program that finds duplicate files
  Rdfind is a program that finds duplicate files. It is useful for compressing
  backup directories or just finding duplicate files. It compares files based on
  their content, NOT on their file names.
rdiff-backup 1.2.8 31.fc30	1693619	Unspecified	Convenient and transparent local/remote incremental mirror/backup
  rdiff-backup is a script, written in Python, that backs up one
  directory to another and is intended to be run periodically (nightly
  from cron for instance). The target directory ends up a copy of the
  source directory, but extra reverse diffs are stored in the target
  directory, so you can still recover files lost some time ago. The idea
  is to combine the best features of a mirror and an incremental
  backup. rdiff-backup can also operate in a bandwidth efficient manner
  over a pipe, like rsync. Thus you can use rdiff-backup and ssh to
  securely back a hard drive up to a remote location, and only the
  differences from the previous backup will be transmitted.
rdist 6.1.5 69.fc30	233878	Unspecified	Maintains identical copies of files on multiple machines
  The RDist program maintains identical copies of files on multiple
  hosts.  If possible, RDist will preserve the owner, group, mode and
  mtime of files and it can update programs that are executing.
  
  Install rdist if you need to maintain identical copies of files on
  multiple hosts.
rdkit 2018.03.4 4.fc30	15017860	Unspecified	Chemical informatics and machine learning toolkit
  Chemical informatics and machine learning toolkit
rdkit 2018.03.4 4.fc30	15306156	Unspecified	Chemical informatics and machine learning toolkit
  Chemical informatics and machine learning toolkit
rdkit-devel 2018.03.4 4.fc30	1413624	Unspecified	Development files for rdkit
  The rdkit-devel package contains libraries, build data, and header
  files for developing applications that use rdkit.
rdkit-devel 2018.03.4 4.fc30	1413822	Unspecified	Development files for rdkit
  The rdkit-devel package contains libraries, build data, and header
  files for developing applications that use rdkit.
rdkit-doc 2018.03.4 4.fc30	0	Unspecified	Documentation for rdkit
  Documentation files for rdkit.
rdkit-postgresql 2018.03.4 4.fc30	421827	Unspecified	RDKit cartridge for PostgreSQL
  PostgreSQL module for RDKit, which implements *mol* datatype to
  describe molecules and *fp* datatype for fingerprints, basic comparison
  operations, similarity operation (tanimoto, dice) and  index support
  (using GiST indexing framework).
  
  To complete installation of the cartridge in PostgreSQL, please follow
  the steps detailed in:
  
  /usr/share/doc/rdkit-postgresql/README
rdma-core 20.1 3.fc30	124251	Unspecified	RDMA core userspace libraries and daemons
  RDMA core userspace infrastructure and documentation, including initialization
  scripts, kernel driver-specific modprobe override configs, IPoIB network
  scripts, dracut rules, and the rdma-ndd utility.
rdma-core 20.1 3.fc30	121075	Unspecified	RDMA core userspace libraries and daemons
  RDMA core userspace infrastructure and documentation, including initialization
  scripts, kernel driver-specific modprobe override configs, IPoIB network
  scripts, dracut rules, and the rdma-ndd utility.
rdma-core-devel 20.1 3.fc30	385785	Unspecified	RDMA core development libraries and headers
  RDMA core development libraries and headers.
rdma-core-devel 20.1 3.fc30	385795	Unspecified	RDMA core development libraries and headers
  RDMA core development libraries and headers.
rdopkg 0.49.0 3.fc30	378195	Unspecified	RPM packaging automation tool CLI
  rdopkg is a tool for automating RPM packaging tasks such as managing patches,
  updating to a new version and much more.
  
  Although it contains several RDO-specific actions, most of rdopkg
  functionality can be used for any RPM package following conventions
  described in the rdopkg manual.
  
  This package contains rdopkg executable, man pages and docs.
re2 20160401 8.fc30	576091	Unspecified	C++ fast alternative to backtracking RE engines
  RE2 is a C++ library providing a fast, safe, thread-friendly alternative to
  backtracking regular expression engines like those used in PCRE, Perl, and
  Python.
  
  Backtracking engines are typically full of features and convenient syntactic
  sugar but can be forced into taking exponential amounts of time on even small
  inputs.
  
  In contrast, RE2 uses automata theory to guarantee that regular expression
  searches run in time linear in the size of the input, at the expense of some
  missing features (e.g back references and generalized assertions).
re2 20160401 8.fc30	560755	Unspecified	C++ fast alternative to backtracking RE engines
  RE2 is a C++ library providing a fast, safe, thread-friendly alternative to
  backtracking regular expression engines like those used in PCRE, Perl, and
  Python.
  
  Backtracking engines are typically full of features and convenient syntactic
  sugar but can be forced into taking exponential amounts of time on even small
  inputs.
  
  In contrast, RE2 uses automata theory to guarantee that regular expression
  searches run in time linear in the size of the input, at the expense of some
  missing features (e.g back references and generalized assertions).
re2-devel 20160401 8.fc30	62569	Unspecified	C++ header files and library symbolic links for re2
  This package contains the C++ header files and symbolic links to the shared
  libraries for re2. If you would like to develop programs using re2,
  you will need to install re2-devel.
re2-devel 20160401 8.fc30	62569	Unspecified	C++ header files and library symbolic links for re2
  This package contains the C++ header files and symbolic links to the shared
  libraries for re2. If you would like to develop programs using re2,
  you will need to install re2-devel.
re2c 1.1.1 2.fc30	2470845	Unspecified	Tool for generating C-based recognizers from regular expressions
  re2c is a tool for writing very fast and very flexible scanners. Unlike any
  other such tool, re2c focuses on generating high efficient code for regular
  expression matching. As a result this allows a much broader range of use than
  any traditional lexer offers. And Last but not least re2c generates warning
  free code that is equal to hand-written code in terms of size, speed and
  quality.
reactive-streams 1.0.0 6.fc30	33910	Unspecified	A Protocol for Asynchronous Non-Blocking Data Sequence
  Reactive Streams is an initiative to provide a standard for
  asynchronous stream processing with non-blocking back pressure.
  This encompasses efforts aimed at run-time environments (JVM and
  JavaScript) as well as network protocols.
reactive-streams-examples 1.0.0 6.fc30	22945	Unspecified	Examples for reactive-streams
  This package contains examples for reactive-streams.
reactive-streams-javadoc 1.0.0 6.fc30	1566746	Unspecified	Javadoc for reactive-streams
  This package contains javadoc for reactive-streams.
reactive-streams-tck 1.0.0 6.fc30	189433	Unspecified	Reactive Streams TCK
  The purpose of the Reactive Streams Technology Compatibility Kit
  is to guide and help Reactive Streams library implementers to
  validate their implementations against the rules defined in the
  Specification.
  
  The TCK is implemented using plain Java (1.6) and TestNG tests, and
  should be possible to use from other JVM-based languages and
  testing libraries.
reactor-alloc 2.0.8 4.fc27	24181	Unspecified	Reactor Pooling utilities
  This package provides Reactor Pooling utilities.
reactor-bus 2.0.8 4.fc27	98071	Unspecified	Reactor Event Bus components
  This package provides Reactor Event Bus components.
reactor-core 2.0.8 4.fc27	331452	Unspecified	Core Reactor components
  This package provides Core Reactor components.
reactor-groovy 2.0.8 4.fc27	23418	Unspecified	Reactor Groovy components
  This package provides Reactor Groovy components.
reactor-groovy-extensions 2.0.8 4.fc27	26954	Unspecified	Reactor Groovy Ext components
  This package provides Reactor Groovy Extensions components.
reactor-javadoc 2.0.8 4.fc27	20523061	Unspecified	Javadoc for reactor
  This package contains javadoc for reactor.
reactor-logback 2.0.8 4.fc27	27054	Unspecified	Disruptor-based AsyncAppender for Logback
  The `reactor-logback` module is somewhat misleadingly-named.
  There are no Reactor dependencies in it. It uses the
  LMAX Disruptor RingBuffer directly to provide high-speed,
  asynchronous logging for applications that don't want to
  give up logging just because it kills the performance of
  your async application.
reactor-net 2.0.8 4.fc27	243801	Unspecified	Reactor TCP components
  This package provides Reactor TCP components.
reactor-stream 2.0.8 4.fc27	405316	Unspecified	Reactor Stream components
  This package provides Reactor Stream components.
readline 8.0 2.fc30	531875	Unspecified	A library for editing typed command lines
  The Readline library provides a set of functions that allow users to
  edit command lines. Both Emacs and vi editing modes are available. The
  Readline library includes additional functions for maintaining a list
  of previously-entered command lines for recalling or editing those
  lines, and for performing csh-like history expansion on previous
  commands.
readline 8.0 2.fc30	550555	Unspecified	A library for editing typed command lines
  The Readline library provides a set of functions that allow users to
  edit command lines. Both Emacs and vi editing modes are available. The
  Readline library includes additional functions for maintaining a list
  of previously-entered command lines for recalling or editing those
  lines, and for performing csh-like history expansion on previous
  commands.
readline-devel 8.0 2.fc30	542144	Unspecified	Files needed to develop programs which use the readline library
  The Readline library provides a set of functions that allow users to
  edit typed command lines. If you want to develop programs that will
  use the readline library, you need to have the readline-devel package
  installed. You also need to have the readline package installed.
readline-devel 8.0 2.fc30	542146	Unspecified	Files needed to develop programs which use the readline library
  The Readline library provides a set of functions that allow users to
  edit typed command lines. If you want to develop programs that will
  use the readline library, you need to have the readline-devel package
  installed. You also need to have the readline package installed.
readline-static 8.0 2.fc30	733824	Unspecified	Static libraries for the readline library
  The readline-static package contains the static version of the readline
  library.
readline-static 8.0 2.fc30	939260	Unspecified	Static libraries for the readline library
  The readline-static package contains the static version of the readline
  library.
readonly-root 10.01 2.fc30	8412	Unspecified	Service for configuring read-only root support
  This package provides script & configuration file for setting up read-only root
  support. Additional configuration is required after installation.
readosm 1.1.0 4.fc30	79895	Unspecified	Library to extract data from Open Streetmap input files
  ReadOSM is a simple library intended for extracting the contents from
  Open Street Map files: both input formats (.osm XML based and .osm.pbf based
  on Google's Protocol Buffer serialization) are indifferently supported.
readosm 1.1.0 4.fc30	76727	Unspecified	Library to extract data from Open Streetmap input files
  ReadOSM is a simple library intended for extracting the contents from
  Open Street Map files: both input formats (.osm XML based and .osm.pbf based
  on Google's Protocol Buffer serialization) are indifferently supported.
readosm-devel 1.1.0 4.fc30	11677	Unspecified	Development libraries and headers for readosm
  The readosm-devel package contains libraries and header files for
  developing applications that use readosm.
readosm-devel 1.1.0 4.fc30	11679	Unspecified	Development libraries and headers for readosm
  The readosm-devel package contains libraries and header files for
  developing applications that use readosm.
realTimeConfigQuickScan 0 0.25.20120506hg.fc30	72808	Unspecified	Inspect realtime system settings
  Inspects system settings, and makes suggestions for improving realtime/audio
  performance.
realmd 0.16.3 19.fc30	903323	Unspecified	Kerberos realm enrollment service
  realmd is a DBus system service which manages discovery and enrollment in realms
  and domains like Active Directory or IPA. The control center uses realmd as the
  back end to 'join' a domain simply and automatically configure things correctly.
realmd-devel-docs 0.16.3 19.fc30	201395	Unspecified	Developer documentation files for realmd
  The realmd-devel package contains developer documentation for developing
  applications that use realmd.
rear 2.4 3.fc30	1866393	Unspecified	Relax-and-Recover is a Linux disaster recovery and system migration tool
  Relax-and-Recover is the leading Open Source disaster recovery and system
  migration solution. It comprises of a modular
  frame-work and ready-to-go workflows for many common situations to produce
  a bootable image and restore from backup using this image. As a benefit,
  it allows to restore to different hardware and can therefore be used as
  a migration tool as well.
  
  Currently Relax-and-Recover supports various boot media (incl. ISO, PXE,
  OBDR tape, USB or eSATA storage), a variety of network protocols (incl.
  sftp, ftp, http, nfs, cifs) as well as a multitude of backup strategies
  (incl.  IBM TSM, HP DataProtector, Symantec NetBackup, EMC NetWorker,
  Bacula, Bareos, BORG, Duplicity, rsync).
  
  Relax-and-Recover was designed to be easy to set up, requires no maintenance
  and is there to assist when disaster strikes. Its setup-and-forget nature
  removes any excuse for not having a disaster recovery solution implemented.
  
  Professional services and support are available.
reaver 1.6.5 3.fc30	1990511	Unspecified	Brute force attack against Wifi Protected Setup
  Reaver implements a brute force attack against Wifi Protected Setup (WPS)
  registrar PINs in order to recover WPA/WPA2 passphrases, as described in
  http://sviehb.files.wordpress.com/2011/12/viehboeck_wps.pdf.
rebase-helper 0.16.1 1.fc30	1428572	Unspecified	The tool that helps you to rebase your package to the latest version
  rebase-helper is a tool which helps package maintainers to rebase their
  packages to latest upstream versions.
  There are several steps that need to be done when rebasing a package.
  The goal of rebase-helper is to automate most of these steps.
rebloom 1.1.0 2.fc30	114398	Unspecified	Bloom Filter Module for Redis
  This provides a scalable bloom filter as a Redis data type.
  Bloom filters are probabilistic data structures that do a very good
  job at quickly determining if something is contained within a set.
recap 2.0.2 1.fc30	114460	Unspecified	Generates reports of various system information
  This program is intended to be used as a companion for the reporting provided
  by sysstat. It will create a set of reports summarizing hardware resource
  utilization. The script also provides optional reporting on Apache, MySQL, and
  network connections.
recode 3.6 49.fc30	1790211	Unspecified	Conversion between character sets and surfaces
  The `recode' converts files between character sets and usages.
  It recognizes or produces nearly 150 different character sets
  and is able to transliterate files between almost any pair. When exact
  transliteration are not possible, it may get rid of the offending
  characters or fall back on approximations.  Most RFC 1345 character sets
  are supported.
recode 3.6 49.fc30	2302947	Unspecified	Conversion between character sets and surfaces
  The `recode' converts files between character sets and usages.
  It recognizes or produces nearly 150 different character sets
  and is able to transliterate files between almost any pair. When exact
  transliteration are not possible, it may get rid of the offending
  characters or fall back on approximations.  Most RFC 1345 character sets
  are supported.
recode-devel 3.6 49.fc30	30267	Unspecified	Header files for development using recode
  The `recode' library converts files between character sets and usages.
  The library recognizes or produces nearly 150 different character sets
  and is able to transliterate files between almost any pair. When exact
  transliteration are not possible, it may get rid of the offending
  characters or fall back on approximations. Most RFC 1345 character sets
  are supported.
recode-devel 3.6 49.fc30	30267	Unspecified	Header files for development using recode
  The `recode' library converts files between character sets and usages.
  The library recognizes or produces nearly 150 different character sets
  and is able to transliterate files between almost any pair. When exact
  transliteration are not possible, it may get rid of the offending
  characters or fall back on approximations. Most RFC 1345 character sets
  are supported.
recoll 1.25.11 1.fc30	8880138	Unspecified	Desktop full text search tool with Qt GUI
  Recoll is a personal full text search package for Linux, FreeBSD and
  other Unix systems. It is based on a very strong back end (Xapian), for
  which it provides an easy to use, feature-rich, easy administration
  interface.
recoll 1.25.11 1.fc30	8836052	Unspecified	Desktop full text search tool with Qt GUI
  Recoll is a personal full text search package for Linux, FreeBSD and
  other Unix systems. It is based on a very strong back end (Xapian), for
  which it provides an easy to use, feature-rich, easy administration
  interface.
recoll-gssp 1.25.11 1.fc30	23635	Unspecified	Recoll GNOME Shell search provider
  This package contains the Recoll GNOME Shell search provider
recoll-kio 1.25.11 1.fc30	6805394	Unspecified	KIO support for recoll
  The recoll KIO slave allows performing a recoll search by entering an
  appropriate URL in a KDE open dialog, or with an HTML-based interface
  displayed in Konqueror.
recutils 1.7 13.fc30	2414024	Unspecified	A set of tools to access GNU recfile databases
  Recutils is a set of tools and libraries to access human-editable,
  text-based databases called recfiles. The data is stored as a sequence
  of records, each record containing an arbitrary number of named
  fields.
recutils 1.7 13.fc30	2433496	Unspecified	A set of tools to access GNU recfile databases
  Recutils is a set of tools and libraries to access human-editable,
  text-based databases called recfiles. The data is stored as a sequence
  of records, each record containing an arbitrary number of named
  fields.
recutils-devel 1.7 13.fc30	78198	Unspecified	Libraries and header files for recutils
  Libraries and header files for recutils
recutils-devel 1.7 13.fc30	78198	Unspecified	Libraries and header files for recutils
  Libraries and header files for recutils
redeclipse 1.5.6 9.fc30	8000763	Unspecified	A Free, Casual Arena Shooter
  Red Eclipse is a fun-filled new take on the casual first person arena
  shooter, built as a total conversion of Cube Engine 2, which lends
  itself toward a balanced gameplay, with a general theme of agility in a
  variety of environments.
  
  Features:
  * Balanced gameplay, with a general theme of agility in a variety of
    environments
  * Parkour, impulse boosts, dashing, sliding, and other tricks
  * Favourite gamemodes with tons of mutators and variables
  * Available for Windows, Linux/BSD and Mac OSX
  * Builtin editor lets you create your own maps cooperatively online
redeclipse-data 1.5.6 9.fc30	992389402	Unspecified	Data for the Red Eclipse FPS game
  This package contains the data content, e.g. maps, models, textures,
  sounds, etc. for the Red Eclipse FPS game.
redeclipse-server 1.5.6 9.fc30	7937928	Unspecified	Server for the Red Eclipse FPS game
  This package contains the dedicated server for the Red Eclipse FPS game,
  it also includes some example scripts for configuring the server.
redfish-finder 0.2 2.fc30	37056	Unspecified	Utility for parsing SMBIOS information and configuring canonical BMC access
  Scans Smbios information for type 42 management controller information, and uses
  that to configure the appropriate network interface so that the BMC is
  canonically accessible via the host name redfish-localhost
redhat-lsb 4.1 47.fc30	0	Unspecified	Implementation of Linux Standard Base specification
  The Linux Standard Base (LSB) is an attempt to develop a set of standards that
  will increase compatibility among Linux distributions. It is designed to be
  binary-compatible and produce a stable application binary interface (ABI) for
  independent software vendors.
  The lsb package provides utilities, libraries etc. needed for LSB Compliant
  Applications. It also contains requirements that will ensure that all
  components required by the LSB are installed on the system.
redhat-lsb 4.1 47.fc30	0	Unspecified	Implementation of Linux Standard Base specification
  The Linux Standard Base (LSB) is an attempt to develop a set of standards that
  will increase compatibility among Linux distributions. It is designed to be
  binary-compatible and produce a stable application binary interface (ABI) for
  independent software vendors.
  The lsb package provides utilities, libraries etc. needed for LSB Compliant
  Applications. It also contains requirements that will ensure that all
  components required by the LSB are installed on the system.
redhat-lsb-core 4.1 47.fc30	59732	Unspecified	LSB Core module support
  The Linux Standard Base (LSB) Core module support provides the fundamental
  system interfaces, libraries, and runtime environment upon which all conforming
  applications and libraries depend.
redhat-lsb-core 4.1 47.fc30	60304	Unspecified	LSB Core module support
  The Linux Standard Base (LSB) Core module support provides the fundamental
  system interfaces, libraries, and runtime environment upon which all conforming
  applications and libraries depend.
redhat-lsb-cxx 4.1 47.fc30	0	Unspecified	LSB CXX module support
  The Linux Standard Base (LSB) CXX module supports the core interfaces by
  providing system interfaces, libraries, and a runtime environment for
  applications built using the C++ programming language. These interfaces
  provide low-level support for the core constructs of the language, and
  implement the standard base C++ libraries.
redhat-lsb-cxx 4.1 47.fc30	0	Unspecified	LSB CXX module support
  The Linux Standard Base (LSB) CXX module supports the core interfaces by
  providing system interfaces, libraries, and a runtime environment for
  applications built using the C++ programming language. These interfaces
  provide low-level support for the core constructs of the language, and
  implement the standard base C++ libraries.
redhat-lsb-desktop 4.1 47.fc30	0	Unspecified	LSB Desktop module support
  The Linux Standard Base (LSB) Desktop Specifications define components that are
  required to be present on an LSB conforming system.
redhat-lsb-desktop 4.1 47.fc30	0	Unspecified	LSB Desktop module support
  The Linux Standard Base (LSB) Desktop Specifications define components that are
  required to be present on an LSB conforming system.
redhat-lsb-languages 4.1 47.fc30	814	Unspecified	LSB Languages module support
  The Linux Standard Base (LSB) Languages module supports components for runtime
  languages which are found on an LSB conforming system.
redhat-lsb-languages 4.1 47.fc30	814	Unspecified	LSB Languages module support
  The Linux Standard Base (LSB) Languages module supports components for runtime
  languages which are found on an LSB conforming system.
redhat-lsb-printing 4.1 47.fc30	0	Unspecified	LSB Printing module support
  The Linux Standard Base (LSB) Printing specifications define components that
  are required to be present on an LSB conforming system.
redhat-lsb-printing 4.1 47.fc30	0	Unspecified	LSB Printing module support
  The Linux Standard Base (LSB) Printing specifications define components that
  are required to be present on an LSB conforming system.
redhat-lsb-submod-multimedia 4.1 47.fc30	0	Unspecified	LSB Multimedia submodule support
  The Linux Standard Base (LSB) Multimedia submodule specifications define
  components that are required to be present on an LSB conforming system.
redhat-lsb-submod-multimedia 4.1 47.fc30	0	Unspecified	LSB Multimedia submodule support
  The Linux Standard Base (LSB) Multimedia submodule specifications define
  components that are required to be present on an LSB conforming system.
redhat-lsb-submod-security 4.1 47.fc30	0	Unspecified	LSB Security submodule support
  The Linux Standard Base (LSB) Security submodule specifications define
  components that are required to be present on an LSB conforming system.
redhat-lsb-submod-security 4.1 47.fc30	0	Unspecified	LSB Security submodule support
  The Linux Standard Base (LSB) Security submodule specifications define
  components that are required to be present on an LSB conforming system.
redhat-lsb-supplemental 4.1 47.fc30	0	Unspecified	LSB supplemental dependencies required by LSB certification tests
  This subpackage brings in supplemental dependencies for components required for
  passing LSB (Linux Standard Base) certification testsuite, but not directly required
  to be on LSB conforming system.
redhat-lsb-trialuse 4.1 47.fc30	0	Unspecified	LSB Trialuse module support
  The Linux Standard Base (LSB) Trialuse module support defines components
  which are not required parts of the LSB Specification.
redhat-lsb-trialuse 4.1 47.fc30	0	Unspecified	LSB Trialuse module support
  The Linux Standard Base (LSB) Trialuse module support defines components
  which are not required parts of the LSB Specification.
redhat-menus 12.0.2 15.fc30	691411	Unspecified	Configuration and data files for the desktop menus
  This package contains the XML files that describe the menu layout for
  GNOME and KDE, and the .desktop files that define the names and icons
  of "subdirectories" in the menus.
redhat-rpm-config 128 1.fc30	148606	Unspecified	Red Hat specific rpm configuration files
  Red Hat specific rpm configuration files.
redir 2.2.1 22.fc30	65657	Unspecified	Redirect TCP connections
  a port redirector, used to forward incoming connections to somewhere else.
  by far the cleanest piece of code here, because someone else liked it
  enough to fix it.
redis 5.0.4 1.fc30	1912423	Unspecified	A persistent key-value database
  Redis is an advanced key-value store. It is often referred to as a data
  structure server since keys can contain strings, hashes, lists, sets and
  sorted sets.
  
  You can run atomic operations on these types, like appending to a string;
  incrementing the value in a hash; pushing to a list; computing set
  intersection, union and difference; or getting the member with highest
  ranking in a sorted set.
  
  In order to achieve its outstanding performance, Redis works with an
  in-memory dataset. Depending on your use case, you can persist it either
  by dumping the dataset to disk every once in a while, or by appending
  each command to a log.
  
  Redis also supports trivial-to-setup master-slave replication, with very
  fast non-blocking first synchronization, auto-reconnection on net split
  and so forth.
  
  Other features include Transactions, Pub/Sub, Lua scripting, Keys with a
  limited time-to-live, and configuration settings to make Redis behave like
  a cache.
  
  You can use Redis from most programming languages also.
redis-devel 5.0.4 1.fc30	34102	Unspecified	Development header for Redis module development
  Header file required for building loadable Redis modules. Detailed
  API documentation is available in the redis-doc package.
redis-devel 5.0.4 1.fc30	34102	Unspecified	Development header for Redis module development
  Header file required for building loadable Redis modules. Detailed
  API documentation is available in the redis-doc package.
redis-doc 5.0.4 1.fc30	1477715	Unspecified	Documentation for Redis including man pages
  Manual pages and detailed documentation for many aspects of Redis use,
  administration and development.
redis-protocol 0.7 8.fc30	112658	Unspecified	Java client and server implementation of Redis
  A very fast Redis client for the JVM.
redis-protocol-javadoc 0.7 8.fc30	2091865	Unspecified	Javadoc for redis-protocol
  This package contains javadoc for redis-protocol.
redis-trib 5.0.4 1.fc30	5083	Unspecified	Cluster management script for Redis
  Redis cluster management utility providing cluster creation, node addition
  and removal, status checks, resharding, rebalancing, and other operations.
redland 1.0.17 17.fc30	620485	Unspecified	RDF Application Framework
  Redland is a library that provides a high-level interface for RDF
  (Resource Description Framework) implemented in an object-based API.
  It is modular and supports different RDF/XML parsers, storage
  mechanisms and other elements. Redland is designed for applications
  developers to provide RDF support in their applications as well as
  for RDF developers to experiment with the technology.
redland 1.0.17 17.fc30	597573	Unspecified	RDF Application Framework
  Redland is a library that provides a high-level interface for RDF
  (Resource Description Framework) implemented in an object-based API.
  It is modular and supports different RDF/XML parsers, storage
  mechanisms and other elements. Redland is designed for applications
  developers to provide RDF support in their applications as well as
  for RDF developers to experiment with the technology.
redland-bindings-common 1.0.16.1 32.fc30	143185	Unspecified	Redland RDF Application Framework API Bindings
  Redland is a library that provides a high-level interface for RDF
  (Resource Description Framework) implemented in an object-based API.
  It is modular and supports different RDF/XML parsers, storage
  mechanisms and other elements. Redland is designed for applications
  developers to provide RDF support in their applications as well as
  for RDF developers to experiment with the technology.
redland-devel 1.0.17 17.fc30	1602092	Unspecified	Libraries and header files for programs that use Redland
  Header files for development with Redland.
redland-devel 1.0.17 17.fc30	1602090	Unspecified	Libraries and header files for programs that use Redland
  Header files for development with Redland.
redland-mysql 1.0.17 17.fc30	57472	Unspecified	MySQL storage support for Redland
  This package provides Redland's storage support for graphs in memory and
  persistently with MySQL files or URIs.
redland-pgsql 1.0.17 17.fc30	49296	Unspecified	PostgreSQL storage support for Redland
  This package provides Redland's storage support for graphs in memory and
  persistently with PostgreSQL files or URIs.
redmode 1.1 16.fc30	21926	Unspecified	Switch to and from night red mode
  Little shell script for GNOME to change the color theme
  to red. Useful for astronomers in night.
rednotebook 2.9 1.fc30	2247502	Unspecified	Daily journal with calendar, templates and keyword searching
  RedNotebook is a modern desktop journal. It lets you format, tag and
  search your entries. You can also add pictures, links and customizable
  templates, spell check your notes, and export to plain text, HTML,
  Latex or PDF.
redshift 1.12 3.fc30	611071	Unspecified	Adjusts the color temperature of your screen according to time of day
  Redshift adjusts the color temperature of your screen according to your
  surroundings. This may help your eyes hurt less if you are working in
  front of the screen at night.
  
  The color temperature is set according to the position of the sun. A
  different color temperature is set during night and daytime. During
  twilight and early morning, the color temperature transitions smoothly
  from night to daytime temperature to allow your eyes to slowly
  adapt.
  
  This package provides the base program.
redshift-gtk 1.12 3.fc30	371572	Unspecified	GTK integration for Redshift
  This package provides GTK integration for Redshift, a screen color
  temperature adjustment program.
reeniebeanie-fonts 1.000 0.10.20140913hg.fc29	152568	Unspecified	Reenie Beanie font by James Grieshaber
  Reenie Beanie is a fun font based on basic ball-point pen handwriting. It has a
  playful and loose look, which lends itself to casual and informal messages. With
  a little imagination, Reenie Beanie could be used to represent the scribbling of
  a mad scientist, or the recipes of a genius chef.
reflectasm 1.11.0 8.fc30	32869	Unspecified	High performance Java library that provides reflection by using code generation
  ReflectASM is a very small Java library that provides
  high performance reflection by using code generation.
  An access class is generated to set/get fields,
  call methods, or create a new instance. The access class
  uses byte-code rather than Java's reflection, so it
  is much faster. It can also access primitive fields
  via byte-code to avoid boxing.
reflectasm-javadoc 1.11.0 8.fc30	191746	Unspecified	Javadoc for reflectasm
  This package contains javadoc for reflectasm.
reflections 0.9.10 8.fc30	152541	Unspecified	Java run-time meta-data analysis
  A Java run-time meta-data analysis, in the spirit of Scannotations
  
  Reflections scans your class-path, indexes the meta-data, allows you
  to query it on run-time and may save and collect that information
  for many modules within your project.
  
  Using Reflections you can query your meta-data such as:
  * get all sub types of some type
  * get all types/methods/fields annotated with some annotation,
    w/o annotation parameters matching
  * get all resources matching matching a regular expression
reflections-javadoc 0.9.10 8.fc30	1779589	Unspecified	Javadoc for reflections
  This package contains javadoc for reflections.
reflow 1.17 9.fc30	9065	Unspecified	A utility for reflowing text files using Knuth's paragraphing algorithm
  A utility for reflowing text files using Knuth's paragraphing algorithm.
refmac-dictionary 5.41 10.fc30	193365145	Unspecified	Refmac ligand dictionaries
  The refmac ligand dictionaries contain chemical information on a large
  number of molecules, including the chemical structure of the ligand,
  the tree-like structure, the links between ligands, and possible
  modifications to them.  This information is stored in the mmCIF
  format, which is used by a number of molecular viewing, refinement and
  validation tools.
reg 0.15.5 2.fc30	18258414	Unspecified	Docker registry v2 command line client
  Docker registry v2 client.
regexp 1.5 29.fc30	47769	Unspecified	Simple regular expressions API
  Regexp is a 100% Pure Java Regular Expression package that was
  graciously donated to the Apache Software Foundation by Jonathan Locke.
  He originally wrote this software back in 1996 and it has stood up quite
  well to the test of time.
  It includes complete Javadoc documentation as well as a simple Applet
  for visual debugging and testing suite for compatibility.
regexp-javadoc 1.5 29.fc30	663639	Unspecified	Javadoc for regexp
  Javadoc for regexp.
regexxer 0.9 25.fc30	1057543	Unspecified	A nifty GUI search/replace tool
  Regexxer is a nifty GUI search/replace tool featuring Perl-style regular
  expressions. If you need project-wide substitution and you’re tired of
  hacking sed command lines together, then you should definitely give it a try.
regindexer 0.4 2.fc30	48020	Unspecified	Tool for creating an index of a container registry
  regindexer is a tool for creating an index of a container registry. It can
  be run manually from the command line, or can run run as a daemon
  rebuilding the index when it sees messages from Bodhi.
regionset 0.2 12.fc30	55678	Unspecified	Reads/sets the region code of DVD drives
  regionset will show you the current region code of the drive, how often it
  has been changed and how many changes are left. If there are any changes
  left, it asks for the new region code.
reiserfs-utils 3.6.25 5.fc28	670684	System Environment/Base	Tools for creating, repairing, and debugging ReiserFS filesystems
  The reiserfs-utils package contains a number of utilities for
  creating, checking, modifying, and correcting any inconsistencies in
  ReiserFS filesystems, including reiserfsck (used to repair filesystem
  inconsistencies), mkreiserfs (used to initialize a partition to
  contain an empty ReiserFS filesystem), debugreiserfs (used to examine
  the internal structure of a filesystem, to manually repair a corrupted
  filesystem, or to create test cases for reiserfsck), and some other
  ReiserFS filesystem utilities.
  
  You should install the reiserfs-utils package if you want to use
  ReiserFS on any of your partitions.
reiserfs-utils 3.6.25 5.fc28	625668	System Environment/Base	Tools for creating, repairing, and debugging ReiserFS filesystems
  The reiserfs-utils package contains a number of utilities for
  creating, checking, modifying, and correcting any inconsistencies in
  ReiserFS filesystems, including reiserfsck (used to repair filesystem
  inconsistencies), mkreiserfs (used to initialize a partition to
  contain an empty ReiserFS filesystem), debugreiserfs (used to examine
  the internal structure of a filesystem, to manually repair a corrupted
  filesystem, or to create test cases for reiserfsck), and some other
  ReiserFS filesystem utilities.
  
  You should install the reiserfs-utils package if you want to use
  ReiserFS on any of your partitions.
rejson 1.0.2 2.fc30	751475	Unspecified	JSON data type for Redis
  ReJSON is a Redis module that implements the JSON Data
  Interchange Standard as a native data type.  It allows
  storing, updating and fetching JSON values from Redis.
rekollect 0.3.3 9.fc30	325055	Unspecified	A note taking and note management application
  A note taking and note management application.
rekonq 2.4.2 14.fc30	8996860	Unspecified	KDE browser based on QtWebkit
  rekonq is a KDE browser based on QtWebkit. Its code is based on Nokia
  QtDemoBrowser, just like Arora. It's implementation is going to embrace
  KDE technologies to have a full-featured KDE web browser.
relaxngDatatype 2011.1 9.fc30	31030	Unspecified	RELAX NG Datatype API
  RELAX NG is a public space for test cases and other ancillary software
  related to the construction of the RELAX NG language and its
  implementations.
relaxngDatatype-javadoc 2011.1 9.fc30	361090	Unspecified	API documentation for relaxngDatatype
  This package provides API documentation for relaxngDatatype.
relaxngcc 1.12 16.fc30	509623	Unspecified	RELAX NG Compiler Compiler
  RelaxNGCC is a tool for generating Java source code from a given RELAX NG
  grammar. By embedding code fragments in the grammar like yacc or JavaCC, you can
  take appropriate actions while parsing valid XML documents against the grammar.
relaxngcc-javadoc 1.12 16.fc30	3112710	Unspecified	Javadoc for relaxngcc
  This package contains javadoc for relaxngcc.
relevation 1.3 7.fc29	76966	Applications/Text	Command-line search for Revelation Password Manager files
  Relevation is a tool to retrieve passwords stored in a password file in the
  format used by Revelation, from the command-line instead of through a GUI.
relval 2.4.2 2.fc30	286907	Unspecified	Tool for interacting with Fedora QA wiki pages
  Relval can perform various tasks related to Fedora QA by interacting with the
  Fedora wiki. It lets you:
  
  * Create wiki pages for Fedora release validation test events
  * Generate statistics on release validation testing
  * Report release validation test results using a console interface
  
  See https://fedoraproject.org/wiki/QA/SOP_Release_Validation_Test_Event for
  more information on the process relval helps with.
remake 0.12 10.fc30	176081	Unspecified	Build system that bridges the gap between make and redo
  Remake is a build system with features of both make and redo.  See the
  documentation for details on usage and control file syntax.
remake-doc 0.12 10.fc30	2173171	Unspecified	Documentation for remake
  Documentation for using and developing remake.
remctl 3.15 5.fc30	472261	Unspecified	Client/server for Kerberos-authenticated command execution
  
  remctl (the client) and remctld (the server) implement a client/server
  protocol for running single commands on a remote host using Kerberos
  v5 authentication and returning the output. They use a very simple
  GSS-API-authenticated network protocol, combined with server-side ACL
  support and a server configuration file that maps remctl commands to
  programs that should be run when that command is called by an
  authorised user.
remctl 3.15 5.fc30	466893	Unspecified	Client/server for Kerberos-authenticated command execution
  
  remctl (the client) and remctld (the server) implement a client/server
  protocol for running single commands on a remote host using Kerberos
  v5 authentication and returning the output. They use a very simple
  GSS-API-authenticated network protocol, combined with server-side ACL
  support and a server configuration file that maps remctl commands to
  programs that should be run when that command is called by an
  authorised user.
remctl-devel 3.15 5.fc30	44252	Unspecified	Development files needed to compile C programs against remctl
  
  remctl implements a client/server protocol for running single commands
  on a remote host using Kerberos v5 authentication. If you want to develop
  programs which use remctl's libraries, you need to install this package.
remctl-devel 3.15 5.fc30	44254	Unspecified	Development files needed to compile C programs against remctl
  
  remctl implements a client/server protocol for running single commands
  on a remote host using Kerberos v5 authentication. If you want to develop
  programs which use remctl's libraries, you need to install this package.
remctl-perl 3.15 5.fc30	88004	Unspecified	Perl interface to remctl
  remctl implements a client/server protocol for running single commands
  on a remote host using Kerberos v5 authentication. If you want to use
  remctl's Perl bindings, you need to install this package.
remctl-php 3.15 5.fc30	46352	Unspecified	PHP interface to remctl
  remctl implements a client/server protocol for running single commands
  on a remote host using Kerberos v5 authentication. If you want to use
  remctl's PHP bindings, you need to install this package.
remctl-ruby 3.15 5.fc30	45642	Unspecified	Ruby interface to remctl
  remctl implements a client/server protocol for running single commands
  on a remote host using Kerberos v5 authentication. If you want to use
  remctl's Ruby bindings, you need to install this package.
remmina 1.3.3 1.fc30	2040306	Unspecified	Remote Desktop Client
  Remmina is a remote desktop client written in GTK+, aiming to be useful for
  system administrators and travelers, who need to work with lots of remote
  computers in front of either large monitors or tiny net-books.
  
  Remmina supports multiple network protocols in an integrated and consistent
  user interface. Currently RDP, VNC, XDMCP and SSH are supported.
  
  Please don't forget to install the plugins for the protocols you want to use.
remmina-devel 1.3.3 1.fc30	81978	Unspecified	Development files for remmina
  The remmina-devel package contains header files for developing plugins for
  remmina.
remmina-devel 1.3.3 1.fc30	81978	Unspecified	Development files for remmina
  The remmina-devel package contains header files for developing plugins for
  remmina.
remmina-gnome-session 1.3.3 1.fc30	2126	Unspecified	Gnome Shell session for Remmina kiosk mode
  Remmina is a remote desktop client written in GTK+, aiming to be useful for
  system administrators and travelers, who need to work with lots of remote
  computers in front of either large monitors or tiny net-books.
  
  This package contains Remmina kiosk mode, including a Gnome Shell session
  that shows up under the display manager session menu.
remmina-plugins-exec 1.3.3 1.fc30	20832	Unspecified	External execution plugin for Remmina Remote Desktop Client
  Remmina is a remote desktop client written in GTK+, aiming to be useful for
  system administrators and travelers, who need to work with lots of remote
  computers in front of either large monitors or tiny net-books.
  
  This package contains the plugin to execute external processes (commands or
  applications) from the Remmina window.
remmina-plugins-nx 1.3.3 1.fc30	64911	Unspecified	NX plugin for Remmina Remote Desktop Client
  Remmina is a remote desktop client written in GTK+, aiming to be useful for
  system administrators and travelers, who need to work with lots of remote
  computers in front of either large monitors or tiny net-books.
  
  This package contains the NX plugin for the Remmina remote desktop client.
remmina-plugins-rdp 1.3.3 1.fc30	137412	Unspecified	RDP plugin for Remmina Remote Desktop Client
  Remmina is a remote desktop client written in GTK+, aiming to be useful for
  system administrators and travelers, who need to work with lots of remote
  computers in front of either large monitors or tiny net-books.
  
  This package contains the Remote Desktop Protocol (RDP) plugin for the Remmina
  remote desktop client.
remmina-plugins-secret 1.3.3 1.fc30	17280	Unspecified	Keyring integration for Remmina Remote Desktop Client
  Remmina is a remote desktop client written in GTK+, aiming to be useful for
  system administrators and travelers, who need to work with lots of remote
  computers in front of either large monitors or tiny net-books.
  
  This package contains the plugin with keyring support for the Remmina remote
  desktop client.
remmina-plugins-spice 1.3.3 1.fc30	44101	Unspecified	SPICE plugin for Remmina Remote Desktop Client
  Remmina is a remote desktop client written in GTK+, aiming to be useful for
  system administrators and travelers, who need to work with lots of remote
  computers in front of either large monitors or tiny net-books.
  
  This package contains the SPICE plugin for the Remmina remote desktop
  client.
remmina-plugins-st 1.3.3 1.fc30	20110	Unspecified	Simple Terminal plugin for Remmina Remote Desktop Client
  Remmina is a remote desktop client written in GTK+, aiming to be useful for
  system administrators and travelers, who need to work with lots of remote
  computers in front of either large monitors or tiny net-books.
  
  This package contains the Simple Terminal plugin for the Remmina remote desktop
  client.
remmina-plugins-vnc 1.3.3 1.fc30	59150	Unspecified	VNC plugin for Remmina Remote Desktop Client
  Remmina is a remote desktop client written in GTK+, aiming to be useful for
  system administrators and travelers, who need to work with lots of remote
  computers in front of either large monitors or tiny net-books.
  
  This package contains the VNC plugin for the Remmina remote desktop
  client.
remmina-plugins-xdmcp 1.3.3 1.fc30	31827	Unspecified	XDMCP plugin for Remmina Remote Desktop Client
  Remmina is a remote desktop client written in GTK+, aiming to be useful for
  system administrators and travelers, who need to work with lots of remote
  computers in front of either large monitors or tiny net-books.
  
  This package contains the XDMCP plugin for the Remmina remote desktop
  client.
remoot 0.9 33.fc30	71135	Unspecified	Pseudo-universal remote control wrapper
  ReMoot is a remote control that supports many popular multimedia applications
  running on GNU/Linux. It wraps around these apps and provides a unified and
  easy-to-use interface which can be accessed in many different ways. You can
  use the remote control from the command-line, with desktop icons or panel
  buttons, over the web with "rewwwoot" or by mapping your multimedia keyboard
  to it so that you can control all supported applications with the same keys.
remotetea 1.1.3 6.fc30	351558	Unspecified	Java implementation of Sun's ONC/RPC Remote Procedure Protocol
  A complete Java-based implementation of Sun's ONC/RPC
  Remote Procedure Protocol, including client and server
  functionality and some associated tools. No native
  code involved, only Java.
remotetea-javadoc 1.1.3 6.fc30	3961149	Unspecified	Javadoc for remotetea
  This package contains javadoc for remotetea.
remotetea-maven-plugin 1.1.3 6.fc30	62061	Unspecified	Remote Tea : ONC/RPC Maven plugin
  A Maven Plugin providing access to the
  source generator (jrpcgen) in the
  Maven life cycle phase 'generate-sources'.
ren 1.0 29.fc30.2.1	29011	Unspecified	Rename multiple files
  Whereas mv can rename (as opposed to move) only one file at a time,
  ren can rename many files according to search and replacement
  patterns, ala VMS and MS-DOS (but better). ren checks for replacement name
  collisions and handles rename chains (1 goes to 2 goes to 3 etc.)
  gracefully.
renameutils 0.12.0 14.fc30	533370	Unspecified	A set of programs to make renaming and copying of files easier
  The file renaming utilities (renameutils for short) are a set of
  programs designed to make renaming of files faster and less
  cumbersome.
  
  The file renaming utilities consists of five programs - qmv, qcp, imv,
  icp and deurlname.
  
  The qmv ("quick move") program allows file names to be edited in a
  text editor. The names of all files in a directory are written to a
  text file, which is then edited by the user. The text file is read and
  parsed, and the changes are applied to the files.
  
  The qcp ("quick cp") program works like qmv, but copies files instead
  of moving them.
  
  The imv ("interactive move") program, is trivial but useful when you
  are too lazy to type (or even complete) the name of the file to rename
  twice. It allows a file name to be edited in the terminal using the
  GNU Readline library. icp copies files.
  
  The deurlname program removes URL encoded characters (such as %20
  representing space) from file names. Some programs such as w3m tend to
  keep those characters encoded in saved files.
renderdoc 1.1 2.fc30	34281899	Unspecified	A stand-alone graphics debugging tool
  A free MIT licensed stand-alone graphics debugger that allows quick
  and easy single-frame capture and detailed introspection of any
  application using Vulkan, OpenGL.
renderdoc 1.1 2.fc30	33257297	Unspecified	A stand-alone graphics debugging tool
  A free MIT licensed stand-alone graphics debugger that allows quick
  and easy single-frame capture and detailed introspection of any
  application using Vulkan, OpenGL.
renderdoc-devel 1.1 2.fc30	27284	Unspecified	Development files for renderdoc
  The renderdoc-devel package contains headers and other files that are
  required to develop applications that want to integrate with
  renderdoc.
renderdoc-devel 1.1 2.fc30	27284	Unspecified	Development files for renderdoc
  The renderdoc-devel package contains headers and other files that are
  required to develop applications that want to integrate with
  renderdoc.
renku 0.5.0 4.fc30	5775539	Unspecified	Note taking application
  Renku is an efficient and simple application for managing your notes.
renrot 1.2.0 8.fc30	170080	Unspecified	A program to rename and rotate files according to EXIF tags
  Renrot renames files according the DateTimeOriginal and FileModifyDate
  EXIF tags, if they exist. Otherwise, the name will be set according to
  the current timestamp. Additionally, it rotates files and their
  thumbnails, accordingly Orientation EXIF tag.
  
  The script can also put commentary into the Commentary and UserComment
  tags.
  
  Personal details can be specified via XMP tags defined in a
  configuration file.
rep-gtk 0.90.8.3 7.fc30	1341719	Unspecified	GTK+ binding for librep Lisp environment
  This is a binding of GTK+ for the librep Lisp interpreter. It is based
  on Marius Vollmer's guile-gtk package (initially version 0.15, updated
  to 0.17), with a new glue-code generator.
rep-gtk-devel 0.90.8.3 7.fc30	11869	Unspecified	Development files for rep-gtk
  Link libraries and C header files for librep development.
rep-gtk-devel 0.90.8.3 7.fc30	11871	Unspecified	Development files for rep-gtk
  Link libraries and C header files for librep development.
replacer 1.6 9.fc30	49226	Unspecified	Replacer Maven Mojo
  Maven plugin to replace tokens in a given file with a value.
  
  This plugin is also used to automatically generating PackageVersion.java
  in the FasterXML.com project.
replacer-javadoc 1.6 9.fc30	566223	Unspecified	Javadoc for replacer
  This package contains javadoc for replacer.
repo_manager 0.1.0 14.fc30	85936	Unspecified	Manage your RPM repositories easily
  repo_manager allows you to easily manage your RPM repositories. It helps
  you add or remove RPMs from your repositories, it allows you to 'upgrade' a
  RPM from one repo into another one (for example from testing to prod).
  Repo_manager can also give you some information about the state of your
  repositories (number of RPMs, SRPMs, duplicates) and clean them (ie: remove
  the duplicates while keeping the last X versions available, X being set by
  the user).
reportd 0.6.6 2.fc30	145654	Unspecified	Service reporting org.freedesktop.Problems2 entries
  A D-Bus service that exports libreport functionality.
reposurgeon 3.42 6.fc30	1057885	Unspecified	SCM Repository Manipulation Tool
  Reposurgeon enables risky operations that version-control systems don't want
  to let you do, such as editing past comments and metadata and removing
  commits. It works with any version control system that can export and import
  git fast-import streams, including git, hg, fossil, bzr, CVS and RCS. It can
  also read Subversion dump files directly and can thus be used to script
  production of very high-quality conversions from Subversion to any supported
  DVCS.
repoview 0.6.6 13.fc29	89429	Applications/System	Creates a set of static HTML pages in a yum repository
  RepoView creates a set of static HTML pages in a yum repository for easy
  browsing.
reprepro 5.1.1 6.fc30	1397543	Unspecified	Tool to handle local repositories of Debian packages
  reprepro is a tool to manage a repository of Debian packages (.deb).  It
  stores files either being injected manually or downloaded from some other
  repository (partially) mirrored into one pool/ hierarchy.  Managed packages
  and files are stored in a Berkeley DB, so no database server is needed.
  Checking signatures of mirrored repositories and creating signatures of the
  generated Package indexes is supported.
repsnapper 2.5 0.2.a5.fc30	2416996	Unspecified	RepRap control software
  RepSnapper is a host software for controlling the RepRap 3D printer.
reptyr 0.6.2 14.fc30	66868	Unspecified	Attach a running process to a new terminal
  reptyr is a utility for taking an existing running program and
  attaching it to a new terminal.  Started a long-running process over
  ssh, but have to leave and don't want to interrupt it?  Just start a
  screen, use reptyr to grab it, and then kill the ssh session and head
  on home.
resapplet 0.1.4 20.fc30	140442	Unspecified	Resolution Switching Applet
  Resapplet is a simple utility that sits in the system notification area
  and allows switching the resolution and refresh rate.  It uses the
  xrandr extensions to switch the resolution on-the-fly and user
  resolution preferences to save the resolution.
  
  It works in both GNOME and KDE, because it uses the system notification
  area.
rescene 1.2 19.fc30	34413	Unspecified	Extracts RAR metadata and recreates RAR files
  ReScene is a mechanism for backing up and restoring the metadata from
  RAR archives.
rescu 1.8.2 0.2.gitbeb9897.fc24	78888	Unspecified	Lightweight Rest client utility for Java
  ResCU enables the user to create a proxy Rest client in run-time directly from a
  JAX-RS annotated interface. ResCU is mostly focused on json-based services, and
  uses Jackson for json-to-object mapping.
rescu-javadoc 1.8.2 0.2.gitbeb9897.fc24	1285314	Unspecified	Javadoc for rescu
  This package contains the API documentation for rescu.
resiprocate-clicktocall 1.10.2 26.fc25	280568	Unspecified	Click-to-call server process
  Provides a simple SIP click-to-call service.
  reSIProcate is a framework that aims to fully implement the SIP protocol
  in first class C++.  It is intended for use in other applications,
  such as the repro SIP proxy.
resiprocate-devel 1.10.2 26.fc25	2630261	Unspecified	reSIProcate development files
  Resiprocate SIP Stack development files.
resiprocate-devel 1.10.2 26.fc25	2630261	Unspecified	reSIProcate development files
  Resiprocate SIP Stack development files.
resiprocate-libs 1.10.2 26.fc25	7129921	Unspecified	Shared libraries http://www.resiprocate.org
  reSIProcate is a framework that aims to fully implement the SIP protocol
  in first class C++.  It is intended for use in other applications,
  such as the repro SIP proxy.
  This package provides the core libraries: librutil (utilities),
  libresip (SIP stack/RFC compliant message parsing) and
  libdum (SIP Dialog Usage Manager, a state machine for SIP dialogs).
resiprocate-libs 1.10.2 26.fc25	6917041	Unspecified	Shared libraries http://www.resiprocate.org
  reSIProcate is a framework that aims to fully implement the SIP protocol
  in first class C++.  It is intended for use in other applications,
  such as the repro SIP proxy.
  This package provides the core libraries: librutil (utilities),
  libresip (SIP stack/RFC compliant message parsing) and
  libdum (SIP Dialog Usage Manager, a state machine for SIP dialogs).
resiprocate-repro 1.10.2 26.fc25	352168	Unspecified	SIP proxy
  repro is the SIP proxy developed as part of the reSIProcate project.
  It provides a high-quality, low maintenance solution for serving
  small and large IP telephony installations.
  reSIProcate is a framework that aims to fully implement the SIP protocol
  in first class C++.  It is intended for use in other applications,
  such as the repro SIP proxy.
resiprocate-sipdialer 1.10.2 26.fc25	12237	Unspecified	Click-to-call utility
  sipdialer is a click-to-call application that uses the SIP REFER
  method to force a SIP phone (for example, the phone on your desk)
  to dial another number.  It can be registered in GConf to handle
  clicks on sip:, sips: and tel: URIs in other applications and the
  web browser.
  reSIProcate is a framework that aims to fully implement the SIP protocol
  in first class C++.  It is intended for use in other applications,
  such as the repro SIP proxy.
resiprocate-turn-server 1.10.2 26.fc25	609729	Unspecified	ICE/STUN/TURN server
  reTurn is the TURN server developed as part of the reSIProcate project.
  TURN (RFC 5766) provides a standardised solution for VoIP applications
  to find the most efficient way to route media streams when NAT and
  firewall devices may be present.
  reTurn provides a high-quality, low maintenance solution for serving
  small and large IP telephony installations.  It has been used successfully
  with a variety of SIP and Jabber applications, including Lumicall,
  Jitsi, Empathy and Psi.
  reSIProcate is a framework that aims to fully implement the SIP protocol
  in first class C++.  It is intended for use in other applications,
  such as the repro SIP proxy.
resiprocate-turn-server-psql 1.10.2 26.fc25	6408	Unspecified	ICE/STUN/TURN server PostgreSQL users script
  reTurn is the TURN server developed as part of the reSIProcate project.
  This packages provides a Python script to synchronize the reTurn
  users.txt file from a PostgreSQL table.
resolv_wrapper 1.1.5 5.fc30	37137	Unspecified	A wrapper for dns name resolving or dns faking
  It is likely that if you have a server/client architecture, you need to do DNS
  queries or a third party library, like Kerberos needs to be able to do queries.
  In the case of Kerberos the client needs to look the address of the KDC up via a
  SRV record. resolv_wrapper is able to either redirect all DNS queries to your
  DNS server implementation, or fake DNS replies!
  
  To use it set the following environment variables:
  
  LD_PRELOAD=libresolv_wrapper.so
  RESOLV_WRAPPER_CONF=./my_resolv.conf
  
  This package doesn't have a devel package because this project is for
  development/testing.
resolv_wrapper 1.1.5 5.fc30	33793	Unspecified	A wrapper for dns name resolving or dns faking
  It is likely that if you have a server/client architecture, you need to do DNS
  queries or a third party library, like Kerberos needs to be able to do queries.
  In the case of Kerberos the client needs to look the address of the KDC up via a
  SRV record. resolv_wrapper is able to either redirect all DNS queries to your
  DNS server implementation, or fake DNS replies!
  
  To use it set the following environment variables:
  
  LD_PRELOAD=libresolv_wrapper.so
  RESOLV_WRAPPER_CONF=./my_resolv.conf
  
  This package doesn't have a devel package because this project is for
  development/testing.
resource-agents 4.2.0 2.fc30	2370222	Unspecified	Open Source HA Reusable Cluster Resource Scripts
  A set of scripts to interface with several services to operate in a
  High Availability environment for both Pacemaker and rgmanager
  service managers.
rest 0.8.1 5.fc30	231850	Unspecified	A library for access to RESTful web services
  This library was designed to make it easier to access web services that
  claim to be "RESTful". A RESTful service should have urls that represent
  remote objects, which methods can then be called on. The majority of services
  don't actually adhere to this strict definition. Instead, their RESTful end
  point usually has an API that is just simpler to use compared to other types
  of APIs they may support (XML-RPC, for instance). It is this kind of API that
  this library is attempting to support.
rest 0.8.1 5.fc30	234478	Unspecified	A library for access to RESTful web services
  This library was designed to make it easier to access web services that
  claim to be "RESTful". A RESTful service should have urls that represent
  remote objects, which methods can then be called on. The majority of services
  don't actually adhere to this strict definition. Instead, their RESTful end
  point usually has an API that is just simpler to use compared to other types
  of APIs they may support (XML-RPC, for instance). It is this kind of API that
  this library is attempting to support.
rest-devel 0.8.1 5.fc30	676874	Unspecified	Development package for rest
  Files for development with rest.
rest-devel 0.8.1 5.fc30	676878	Unspecified	Development package for rest
  Files for development with rest.
resteasy 3.0.19 9.fc30	12768	Unspecified	Framework for RESTful Web services and Java applications
  
  
  RESTEasy contains a JBoss project that provides frameworks to help
  build RESTful Web Services and RESTful Java applications. It is a fully
  certified and portable implementation of the JAX-RS specification.
resteasy-atom-provider 3.0.19 9.fc30	59342	Unspecified	Module atom-provider for resteasy
  
  RESTEasy contains a JBoss project that provides frameworks to help
  build RESTful Web Services and RESTful Java applications. It is a fully
  certified and portable implementation of the JAX-RS specification.
  
  This package contains Module atom-provider for resteasy.
resteasy-client 3.0.19 9.fc30	172481	Unspecified	Client for resteasy
  
  RESTEasy contains a JBoss project that provides frameworks to help
  build RESTful Web Services and RESTful Java applications. It is a fully
  certified and portable implementation of the JAX-RS specification.
  
  This package contains Client for resteasy.
resteasy-core 3.0.19 9.fc30	990185	Unspecified	Core modules for resteasy
  
  RESTEasy contains a JBoss project that provides frameworks to help
  build RESTful Web Services and RESTful Java applications. It is a fully
  certified and portable implementation of the JAX-RS specification.
  
  This package contains Core modules for resteasy.
resteasy-fastinfoset-provider 3.0.19 9.fc30	29069	Unspecified	Module fastinfoset-provider for resteasy
  
  RESTEasy contains a JBoss project that provides frameworks to help
  build RESTful Web Services and RESTful Java applications. It is a fully
  certified and portable implementation of the JAX-RS specification.
  
  This package contains Module fastinfoset-provider for resteasy.
resteasy-jackson-provider 3.0.19 9.fc30	14728	Unspecified	Module jackson-provider for resteasy
  
  RESTEasy contains a JBoss project that provides frameworks to help
  build RESTful Web Services and RESTful Java applications. It is a fully
  certified and portable implementation of the JAX-RS specification.
  
  This package contains Module jackson-provider for resteasy.
resteasy-jackson2-provider 3.0.19 9.fc30	21620	Unspecified	Module jackson2-provider for resteasy
  
  RESTEasy contains a JBoss project that provides frameworks to help
  build RESTful Web Services and RESTful Java applications. It is a fully
  certified and portable implementation of the JAX-RS specification.
  
  This package contains Module jackson2-provider for resteasy.
resteasy-javadoc 3.0.19 9.fc30	43958390	Unspecified	Javadoc for resteasy
  This package contains the API documentation for resteasy.
resteasy-jaxb-provider 3.0.19 9.fc30	92358	Unspecified	Module jaxb-provider for resteasy
  
  RESTEasy contains a JBoss project that provides frameworks to help
  build RESTful Web Services and RESTful Java applications. It is a fully
  certified and portable implementation of the JAX-RS specification.
  
  This package contains Module jaxb-provider for resteasy.
resteasy-jettison-provider 3.0.19 9.fc30	49893	Unspecified	Module jettison-provider for resteasy
  
  RESTEasy contains a JBoss project that provides frameworks to help
  build RESTful Web Services and RESTful Java applications. It is a fully
  certified and portable implementation of the JAX-RS specification.
  
  This package contains Module jettison-provider for resteasy.
resteasy-json-p-provider 3.0.19 9.fc30	15462	Unspecified	Module json-p-provider for resteasy
  
  RESTEasy contains a JBoss project that provides frameworks to help
  build RESTful Web Services and RESTful Java applications. It is a fully
  certified and portable implementation of the JAX-RS specification.
  
  This package contains Module json-p-provider for resteasy.
resteasy-multipart-provider 3.0.19 9.fc30	97725	Unspecified	Module multipart-provider for resteasy
  
  RESTEasy contains a JBoss project that provides frameworks to help
  build RESTful Web Services and RESTful Java applications. It is a fully
  certified and portable implementation of the JAX-RS specification.
  
  This package contains Module multipart-provider for resteasy.
resteasy-netty3 3.0.19 9.fc30	45433	Unspecified	Netty 3 Integration for resteasy
  
  RESTEasy contains a JBoss project that provides frameworks to help
  build RESTful Web Services and RESTful Java applications. It is a fully
  certified and portable implementation of the JAX-RS specification.
  
  This package contains Netty 3 Integration for resteasy.
resteasy-optional 3.0.19 9.fc30	964163	Unspecified	Optional modules for resteasy
  
  RESTEasy contains a JBoss project that provides frameworks to help
  build RESTful Web Services and RESTful Java applications. It is a fully
  certified and portable implementation of the JAX-RS specification.
  
  This package contains Optional modules for resteasy.
resteasy-test 3.0.19 9.fc30	22003	Unspecified	Test modules for resteasy
  
  RESTEasy contains a JBoss project that provides frameworks to help
  build RESTful Web Services and RESTful Java applications. It is a fully
  certified and portable implementation of the JAX-RS specification.
  
  This package contains Test modules for resteasy.
resteasy-validator-provider-11 3.0.19 9.fc30	52205	Unspecified	Module validate-provider-11 for resteasy
  
  RESTEasy contains a JBoss project that provides frameworks to help
  build RESTful Web Services and RESTful Java applications. It is a fully
  certified and portable implementation of the JAX-RS specification.
  
  This package contains Module validate-provider-11 for resteasy.
resteasy-yaml-provider 3.0.19 9.fc30	20183	Unspecified	Module yaml-provider for resteasy
  
  RESTEasy contains a JBoss project that provides frameworks to help
  build RESTful Web Services and RESTful Java applications. It is a fully
  certified and portable implementation of the JAX-RS specification.
  
  This package contains Module yaml-provider for resteasy.
restic 0.9.4 1.fc30	20950191	Unspecified	Fast, secure, efficient backup program
  A backup program that is easy, fast, verifiable, secure, efficient and free.
  
  Backup destinations can be:
  *Local
  *SFTP
  *REST Server
  *Amazon S3
  *Minio Server
  *OpenStack Swift
  *Backblaze B2
  *Microsoft Azure Blob Storage
  *Google Cloud Storage
  *Other Services via rclone
restlet-jse 2.3.1 9.fc30	1693869	Unspecified	Open Source Lightweight REST framework
  Restlet is a lightweight, comprehensive, REST framework for the
  Java platform. Restlet is suitable for both server and client
  Web applications. It supports major Internet transport, data
  format, and service description standards like HTTP and HTTPS,
  SMTP, XML, Atom, and WADL.
restlet-jse-javadoc 2.3.1 9.fc30	35018513	Unspecified	Javadoc for restlet-jse
  This package contains javadoc for restlet-jse.
restsharp 105.2.3 12.fc29	296725	Unspecified	Simple REST and HTTP API Client
  Simple REST and HTTP API Client.
restsharp 105.2.3 12.fc29	296725	Unspecified	Simple REST and HTTP API Client
  Simple REST and HTTP API Client.
restsharp-devel 105.2.3 12.fc29	188	Unspecified	Development files for restsharp
  Development files for restsharp.
restsharp-devel 105.2.3 12.fc29	188	Unspecified	Development files for restsharp
  Development files for restsharp.
resultsdb 2.2.0 1.fc30	240392	Unspecified	Results store for automated tasks
  ResultsDB is a results store engine for, but not limited to, Fedora QA tools.
resultsdb_frontend 2.1.1 2.fc30	64486	Unspecified	Frontend for the ResultsDB
  ResultsDB fronted is a simple application that
  allows browsing the data stored inside ResultsDB.
retrace-server 1.19.0 2.fc30	493807	Unspecified	Application for remote coredump analysis
  The retrace server provides a coredump analysis and backtrace
  generation service over a network using HTTP protocol.
revelation 0.4.14 20.fc29	1155926	Unspecified	Password manager for GNOME 2
  Revelation is a password manager. It organizes accounts in
  a tree structure, and stores them as AES-encrypted XML files.
rf 0.4.18 12.fc30	68604	Unspecified	Read feeds from any source
  Read feed is a command that reads feeds from any source. read feed uses
  the feed of a site to manage it with a command line interface.
rfcdiff 1.47 2.fc30	52944	Unspecified	Compares two internet draft files and outputs the difference
  The purpose of this program is to compare two versions of an
  internet-draft, and as output produce a diff in one of several
  formats:
  - side-by-side html diff
  - paged wdiff output in a text terminal
  - a text file with changebars in the left margin
  - a simple unified diff output
  
  In all cases, internet-draft headers and footers are stripped before
  generating the diff, to produce a cleaner diff.
rfdump 1.6 26.fc30	254451	Unspecified	An RFID tags detector
  RFDump is a tool to detect RFID-Tags and show their meta information:
  Tag ID, Tag Type, manufacturer etc. The user data memory of a tag can
  be displayed and modified using either a Hex or an ASCII editor. Tag
  contents can be stored and loaded using a specific XML fomrat. This
  effectively allows to copy data from one tag to another. In addition,
  the integrated cookie feature demonstrates how easy it is for a
  company to abuse RFID technology to spy on their customers.  RFDump
  works with the ACG Multi-Tag Reader or similar card reader hardware.
rgbds 0.3.2 6.fc30	328362	Unspecified	A development package for the Game Boy, including an assembler
  RGBDS (Rednex Game Boy Development System) is a free assembler/linker package
  for the Game Boy and Game Boy Color.
  
  It consists of:
  
  * rgbasm (assembler)
  * rgblink (linker)
  * rgbfix (checksum/header fixer)
  * rgbgfx (PNG‐to‐2bpp graphics converter)
rhash 1.3.8 1.fc30	427506	Unspecified	Great utility for computing hash sums
  RHash is a console utility for calculation  and verification of magnet links
  and a wide range of hash sums like  CRC32,  MD4, MD5,  SHA1, SHA256, SHA512,
  SHA3,   AICH,  ED2K,  Tiger,  DC++ TTH,  BitTorrent BTIH,   GOST R 34.11-94,
  RIPEMD-160, HAS-160, EDON-R, Whirlpool and Snefru.
  
  Hash sums are used to  ensure and verify integrity  of large volumes of data
  for a long-term storing or transferring.
  
  Features:
   * Output in a predefined (SFV, BSD-like) or a user-defined format.
   * Can calculate Magnet links.
   * Updating hash files (adding hash sums of files missing in the hash file).
   * Calculates several hash sums in one pass
   * Ability to process directories recursively.
   * Portability: the program works the same on Linux, *BSD or Windows.
rhash 1.3.8 1.fc30	388846	Unspecified	Great utility for computing hash sums
  RHash is a console utility for calculation  and verification of magnet links
  and a wide range of hash sums like  CRC32,  MD4, MD5,  SHA1, SHA256, SHA512,
  SHA3,   AICH,  ED2K,  Tiger,  DC++ TTH,  BitTorrent BTIH,   GOST R 34.11-94,
  RIPEMD-160, HAS-160, EDON-R, Whirlpool and Snefru.
  
  Hash sums are used to  ensure and verify integrity  of large volumes of data
  for a long-term storing or transferring.
  
  Features:
   * Output in a predefined (SFV, BSD-like) or a user-defined format.
   * Can calculate Magnet links.
   * Updating hash files (adding hash sums of files missing in the hash file).
   * Calculates several hash sums in one pass
   * Ability to process directories recursively.
   * Portability: the program works the same on Linux, *BSD or Windows.
rhash-devel 1.3.8 1.fc30	18319	Unspecified	Development files for librhash
  LibRHash is a professional,  portable,  thread-safe  C library for computing
  a wide variety of hash sums, such as  CRC32, MD4, MD5, SHA1, SHA256, SHA512,
  SHA3,   AICH,  ED2K,  Tiger,  DC++ TTH,  BitTorrent BTIH,   GOST R 34.11-94,
  RIPEMD-160, HAS-160, EDON-R, Whirlpool and Snefru.
  Hash sums are used  to ensure and verify integrity of  large volumes of data
  for a long-term storing or transferring.
  
  Features:
   * Small and easy to learn interface.
   * Hi-level and Low-level API.
   * Allows calculating of several hash functions simultaneously.
   * Portability: the library works on Linux, *BSD and Windows.
  
  The rhash-devel package contains libraries and header files for
  developing applications that use librhash.
rhash-devel 1.3.8 1.fc30	18319	Unspecified	Development files for librhash
  LibRHash is a professional,  portable,  thread-safe  C library for computing
  a wide variety of hash sums, such as  CRC32, MD4, MD5, SHA1, SHA256, SHA512,
  SHA3,   AICH,  ED2K,  Tiger,  DC++ TTH,  BitTorrent BTIH,   GOST R 34.11-94,
  RIPEMD-160, HAS-160, EDON-R, Whirlpool and Snefru.
  Hash sums are used  to ensure and verify integrity of  large volumes of data
  for a long-term storing or transferring.
  
  Features:
   * Small and easy to learn interface.
   * Hi-level and Low-level API.
   * Allows calculating of several hash functions simultaneously.
   * Portability: the library works on Linux, *BSD and Windows.
  
  The rhash-devel package contains libraries and header files for
  developing applications that use librhash.
rhdb-utils 11.0 1.fc30	94376	Unspecified	Miscellaneous utilities for PostgreSQL - Red Hat Edition
  This package contains miscellaneous, non-graphical tools originally
  developed for PostgreSQL - Red Hat Edition.
rhino 1.7.7.1 7.fc30	1223669	Unspecified	JavaScript for Java
  Rhino is an open-source implementation of JavaScript written entirely
  in Java. It is typically embedded into Java applications to provide
  scripting to end users.
rhino-demo 1.7.7.1 7.fc30	117793	Unspecified	Examples for rhino
  Examples for rhino.
rho 0.0.34 3.fc30	543850	Unspecified	An SSH system profiler
  Rho is a tool for scanning your network, logging into systems via SSH, and
  retrieving information about them.
rhq-plugin-annotations 3.0.4 16.fc30	9953	Unspecified	RHQ plugin annotations
  Annotations to help generate RHQ plugin descriptors.
rhq-plugin-annotations-javadoc 3.0.4 16.fc30	233304	Unspecified	Javadocs for rhq-plugin-annotations
  This package contains the API documentation for rhq-plugin-annotations.
rhsm-gtk 1.24.2 3.fc30	1312635	Unspecified	GTK+ widgets used by subscription-manager-gui and initial_setup
  This package contains GUI and widgets used by subscription-manager-gui
  and RHSM initial_setup module for Anaconda.
rhythmbox 3.4.3 3.fc30	15110387	Unspecified	Music Management Application
  Rhythmbox is an integrated music management application based on the powerful
  GStreamer media framework. It has a number of features, including an easy to
  use music browser, searching and sorting, comprehensive audio format support
  through GStreamer, Internet Radio support, playlists and more.
  
  Rhythmbox is extensible through a plugin system.
rhythmbox 3.4.3 3.fc30	14912139	Unspecified	Music Management Application
  Rhythmbox is an integrated music management application based on the powerful
  GStreamer media framework. It has a number of features, including an easy to
  use music browser, searching and sorting, comprehensive audio format support
  through GStreamer, Internet Radio support, playlists and more.
  
  Rhythmbox is extensible through a plugin system.
rhythmbox-alternative-toolbar 0.17.3 11.fc30	576396	Unspecified	Client-side decorated compact toolbar for Rhythmbox
  Alternative Toolbar replaces the Rhythmbox large toolbar with a Client-Side
  Decorated or Compact toolbar which can be hidden.
rhythmbox-ampache 0 19.20170825git3946080.fc30	79388	Unspecified	Ampache plugin for Rhythmbox
  The Rhythmbox Ampache Plugin is a plugin for the music player
  Rhythmbox that enables browsing the metadata and streaming music
  from an Ampache media server.
rhythmbox-devel 3.4.3 3.fc30	1884021	Unspecified	Development files for Rhythmbox plugins
  This package contains the development files necessary to create
  a Rhythmbox plugin.
rhythmbox-devel 3.4.3 3.fc30	1884025	Unspecified	Development files for Rhythmbox plugins
  This package contains the development files necessary to create
  a Rhythmbox plugin.
richacl 1.12 7.fc30	100578	Unspecified	Rich Access Control List utilities
  The getrichacl and setrichacl utilities allow to manage Rich Access
  Control Lists (richacls) from the command line.
  
  Richacls are an implementation of NFSv4 ACLs which has been extended by
  file masks to better fit the standard POSIX file permission model.  They
  provide a consistent file permission model locally as well as over
  various remote file system protocols like NFSv4 and CIFS/Samba.
ricochet 1.1.4 14.fc30	1843712	Unspecified	Anonymous peer-to-peer instant messaging
  Ricochet is an experiment with a different kind of instant messaging that
  doesn't trust anyone with your identity, your contact list, or your
  communications.
  * You can chat without exposing your identity (or IP address) to anyone
  * Nobody can discover who your contacts are or when you talk (meta-data-free!)
  * There are no servers to compromise or operators to intimidate for your
       information
  * It's cross-platform and easy for non-technical users
  
  Warnings: Tor does no protocol cleaning.  That means there is a danger
  that application protocols and associated programs can be induced to
  reveal information about the initiator. Tor depends on Privoxy and
  similar protocol cleaners to solve this problem. The present network
  is very small -- this further reduces the strength of the anonymity
  provided. Tor is not presently suitable for high-stakes anonymity.
riemann-c-client 1.9.0 12.fc30	100833	Unspecified	The riemann C client
  This is a C client library for the Riemann monitoring system, providing a
  convenient and simple API, high test coverage and a copyleft license,
  along with API and ABI stability.
riemann-c-client 1.9.0 12.fc30	111645	Unspecified	The riemann C client
  This is a C client library for the Riemann monitoring system, providing a
  convenient and simple API, high test coverage and a copyleft license,
  along with API and ABI stability.
riemann-c-client-devel 1.9.0 12.fc30	21008	Unspecified	Development files for riemann-c-client
  This package provides files necessary for riemann-c-client development.
riemann-c-client-devel 1.9.0 12.fc30	21010	Unspecified	Development files for riemann-c-client
  This package provides files necessary for riemann-c-client development.
riffle 1.0.0 8.fc30	29729	Unspecified	Annotations and Classes for managing and executing dependent processes
  Riffle is a lightweight Java library for executing collections of
  dependent processes as a single process.
  
  This library provides Java Annotations for tagging classes and
  methods supporting required life-cycle stages, and a simple utility
  for invoking instances of those classes in dependency order.
  
  It is intended that more robust work-flow tools adopt these Annotations
  allowing users and developers across diverse projects to implement and
  link to a single life-cycle model without inheriting any incompatible
  license restrictions.
riffle-javadoc 1.0.0 8.fc30	349990	Unspecified	Javadoc for riffle
  This package contains javadoc for riffle.
rigsofrods 0.4.7.0 11.fc30	6249169	Unspecified	Vehicle simulator based on soft-body physics
  Rigs of Rods is an open source vehicle simulator licensed under the GNU General
  Public License version 3. What makes Rigs of Rods different to most simulators
  is its unique soft-body physics: vehicles, machines, objects, etc. are simulated
  in real-time as flexible soft-body objects, giving the simulation an extremely
  accurate behavior which entirely depends on the physical construction of the
  vehicles or objects you create.
  Features
  - Soft-body physics. Objects according to their weight distribution,
      construction, and/or suspension (in the case of vehicles).
  - Advanced flight model based on blade element theory. It allows the accurate
      simulation of any airplane, based entirely on its physical dimensions and
      wing airfoils, similar to X-Plane.
  - Accurate buoyancy model based on elemental pressure gradients, enabling boats
      with complex hulls to move realistically in the swell.
  - Basic support for dual-core processing. More multithreading and CUDA support
      is planned.
  - Basic support for scripting using AngelScript.
  - Based on the OGRE Graphics Engine.
rigsofrods-data 0.4.7.0 11.fc30	135768573	Unspecified	Data files for rigsofrods
  Data files for rigsofrods like images and maps.
rinetd 0.62 26.fc30	56931	Unspecified	TCP redirection server
  rinetd is a daemon which redirects TCP connections from one IP address
  and port to another IP address and port. This daemon is often used to
  access services behind a firewall.
ripe-atlas-tools 2.0.2 8.fc30	420237	Unspecified	The official command line client for RIPE Atlas
  The official command line client for RIPE Atlas.
ripmime 1.4.0.10 3.fc30	262803	Unspecified	Extract attachments out of a MIME encoded email packages
  ripMIME extract attachments out of a MIME encoded email packages.
ristretto 0.8.3 21.fc30	1804942	Unspecified	Image-viewer for the Xfce desktop environment
  Ristretto is a fast and lightweight image-viewer for the Xfce desktop
  environment.
ritopt 0.2.1 20.fc30	153231	Unspecified	A Java library for parsing command-line options
  Ritopt is an options parser for the Java programming language
ritopt-javadoc 0.2.1 20.fc30	929961	Unspecified	Javadoc for ritopt
  Documentation for the ritopt library
rkhunter 1.4.6 3.fc30	868836	Unspecified	A host-based tool to scan for rootkits, backdoors and local exploits
  Rootkit Hunter (RKH) is an easy-to-use tool which checks
  computers running UNIX (clones) for the presence of rootkits
  and other unwanted tools.
rkt 1.25.0 6.gitd2d35e0.fc30	84785247	Unspecified	CLI for running app containers
  CLI for running app containers
rktime 0.6 15.fc30	8125	Unspecified	Multi-zone time display utility
  A command-line utility which displays the time
  in multiple timezones in an easy-to-read way, using color
  to help indicate which locations are currently in business
  hours.
rkward 0.7.0 6.fc30	12030047	Unspecified	Graphical frontend for R language
  RKWard aims to provide an easily extensible, easy to use IDE/GUI for the
  R-project. RKWard tries to combine the power of the R-language with the
  (relative) ease of use of commercial statistics tools. Long term plans
  include integration with office suites
rlog 1.4 26.fc30	116240	Unspecified	Runtime Logging for C++
  RLog provides a flexible message logging facility for C++ programs and
  libraries.  It is meant to be fast enough to leave in production code.
rlog 1.4 26.fc30	122624	Unspecified	Runtime Logging for C++
  RLog provides a flexible message logging facility for C++ programs and
  libraries.  It is meant to be fast enough to leave in production code.
rlog-devel 1.4 26.fc30	741902	Unspecified	Runtime Logging for C++ - development files
  Files needed for developing apps using rlog
rlog-devel 1.4 26.fc30	741904	Unspecified	Runtime Logging for C++ - development files
  Files needed for developing apps using rlog
rls 1.33.0 1.fc30	21362838	Unspecified	Rust Language Server for IDE integration
  The Rust Language Server provides a server that runs in the background,
  providing IDEs, editors, and other tools with information about Rust programs.
  It supports functionality such as 'goto definition', symbol search,
  reformatting, and code completion, and enables renaming and refactorings.
rlwrap 0.43 3.fc30	323025	Unspecified	Wrapper for GNU readline
  rlwrap is a 'readline wrapper' that uses the GNU readline library to
  allow the editing of keyboard input for any other command. Input
  history is remembered across invocations, separately for each command;
  history completion and search work as in bash and completion word
  lists can be specified on the command line.
rmap 1.2 25.fc28	102873	Applications/Engineering	Rmap is a package that is able to generate images of the earth from a distance
  Rmap is a package that will allow you to generate
  images of the earth from a distance or fairly zoomed in.
rmap-data 1.2 25.fc28	46638184	Applications/Engineering	Rendering data for rmap
  This package contains rendering data for rmap.
rmic-maven-plugin 1.2.1 18.fc30	44155	Unspecified	Uses the java rmic compiler to generate classes used in remote method invocation
  This plugin works with Maven 2 and uses the java rmic compiler to generate
  classes used in remote method invocation.
rmic-maven-plugin-javadoc 1.2.1 18.fc30	374652	Unspecified	Javadoc for rmic-maven-plugin
  This package contains the API documentation for rmic-maven-plugin.
rmlint 2.8.0 1.fc30	888963	Unspecified	Finds space waste and other broken things on your filesystem
  rmlint finds space waste and other broken things and offers to remove it. It is
  especially an extremely fast tool to remove duplicates from your filesystem.
rmol 1.00.2 4.fc30	1027199	Unspecified	C++ library of Revenue Management and Optimisation classes and functions
  rmol is a C++ library of Revenue Management and Optimisation classes
  and functions. Typically, that library may be used by service providers
  (e.g., airlines offering flight seats, hotels offering rooms, rental car
  companies offering rental days, broadcasting company offering advertisement
  slots, theaters offering seats, etc.) to help in optimizing their revenues from
  seat capacities.
  Most of the algorithms implemented are public and documented in the following
  book:
  The Theory and practice of Revenue Management, by Kalyan T. Talluri and
  Garrett J. van Ryzin, Kluwer Academic Publishers, 2004, ISBN 1-4020-7701-7
  
  rmol makes an extensive use of existing open-source libraries for
  increased functionality, speed and accuracy. In particular the
  Boost (C++ Standard Extensions: http://www.boost.org) library is used.
  
  Install the rmol package if you need a library of basic C++ objects
  for Airline Revenue Management (RM), mainly for simulation purpose.
rmol 1.00.2 4.fc30	1060807	Unspecified	C++ library of Revenue Management and Optimisation classes and functions
  rmol is a C++ library of Revenue Management and Optimisation classes
  and functions. Typically, that library may be used by service providers
  (e.g., airlines offering flight seats, hotels offering rooms, rental car
  companies offering rental days, broadcasting company offering advertisement
  slots, theaters offering seats, etc.) to help in optimizing their revenues from
  seat capacities.
  Most of the algorithms implemented are public and documented in the following
  book:
  The Theory and practice of Revenue Management, by Kalyan T. Talluri and
  Garrett J. van Ryzin, Kluwer Academic Publishers, 2004, ISBN 1-4020-7701-7
  
  rmol makes an extensive use of existing open-source libraries for
  increased functionality, speed and accuracy. In particular the
  Boost (C++ Standard Extensions: http://www.boost.org) library is used.
  
  Install the rmol package if you need a library of basic C++ objects
  for Airline Revenue Management (RM), mainly for simulation purpose.
rmol-devel 1.00.2 4.fc30	37541	Unspecified	Header files, libraries and development helper tools for rmol
  This package contains the header files, shared libraries and
  development helper tools for rmol. If you would like to develop
  programs using rmol, you will need to install rmol-devel.
rmol-devel 1.00.2 4.fc30	37625	Unspecified	Header files, libraries and development helper tools for rmol
  This package contains the header files, shared libraries and
  development helper tools for rmol. If you would like to develop
  programs using rmol, you will need to install rmol-devel.
rmol-doc 1.00.2 4.fc30	4962820	Unspecified	HTML documentation for the rmol library
  This package contains HTML pages, as well as a PDF reference manual,
  for rmol. All that documentation is generated thanks to Doxygen
  (http://doxygen.org). The content is the same as what can be browsed
  online (http://rmol.net).
rmt 1.5.3 16.fc30	120402	Unspecified	Provides certain programs with access to remote tape devices
  The rmt utility provides remote access to tape devices for programs
  like dump (a filesystem backup program), restore (a program for
  restoring files from a backup), and tar (an archiving program).
rnetclient 2017.1 4.fc30	94990	Unspecified	Submit the Brazilian Income Tax Report to the Brazilian Tax Authority
  
  Rnetclient is a Free Software that can be used to submit the Brazilian
  Income Tax Report to the Brazilian Tax Authority (Receita Federal).
  It is the outcome of reverse-engineering ReceitaNet, the official and
  proprietary software that Receita Federal develops.
rng-tools 6.7 1.fc30	137452	Unspecified	Random number generator related utilities
  Hardware random number generation tools.
rngom 201103 0.18.20120119svn.fc30	320950	Unspecified	Java library for parsing RELAX NG grammars
  RNGOM is an open-source Java library for parsing RELAX NG grammars.
  
  In particular, RNGOM can:
  * parse the XML syntax
  * parse the compact syntax
  * check all the semantic restrictions as specified in the specification
  * parse RELAX NG into application-defined data structures
  * build a default data structure based around the binarized simple syntax or
    another data structure that preserves more of the parsed information
  * parse foreign elements/attributes in a schema
  * parse comments in a schema
rngom-javadoc 201103 0.18.20120119svn.fc30	5561561	Unspecified	Javadoc for rngom
  This package contains javadoc for rngom.
rnv 1.7.11 17.fc30	696839	Unspecified	Implementation of Relax NG Compact Syntax validator in ANSI C
  RNV uses Relax NG compact syntax schemas to check if a given XML file is
  valid in respect to the language defined by the Relax NG schema. RNV
  uses Expat for XML parsing.
robin-map-devel 0.6.1 1.fc30	124777	Unspecified	C++ implementation of a fast hash map and hash set using robin hood hashing
  The robin-map library is a C++ implementation of a fast hash map and hash set
  using open-addressing and linear robin hood hashing with backward shift
  deletion to resolve collisions.
  
  Four classes are provided: tsl::robin_map, tsl::robin_set, tsl::robin_pg_map
  and tsl::robin_pg_set. The first two are faster and use a power of two growth
  policy, the last two use a prime growth policy instead and are able to cope
  better with a poor hash function. Use the prime version if there is a chance of
  repeating patterns in the lower bits of your hash (e.g. you are storing
  pointers with an identity hash function). See GrowthPolicy for details.
  
  A benchmark of tsl::robin_map against other hash maps may be found here. This
  page also gives some advices on which hash table structure you should try for
  your use case (useful if you are a bit lost with the multiple hash tables
  implementations in the tsl namespace).
robodoc 4.99.43 3.fc30	455201	Unspecified	Extract documentation from source code
    ROBODoc is a documentation tool (based on the AutoDocs program written
  a long time ago by Commodore). It extracts specially formatted comment
  headers from the source file and puts them in a separate file. ROBODoc
  thus allows you to include the program documentation in the source
  code and avoid having to maintain two separate documents.
  
    ROBODoc can format the documentation in HTML, ASCII, AmigaGuide,
  LaTeX, or RTF format. It is even possible to include parts of the
  source code with function names that point their the documentation. It
  also can create index tables for all your variables, classes,
  functions, etc.
  
    The best feature of ROBODoc is that it works with many languages:
  Assembler, C, Perl, LISP, Occam, Tcl/Tk, Pascal, Fortran, shell
  scripts, and COBOL, basically any language that supports
  comments/remarks.
robotfindskitten 2.7182818.701 4.fc30	83341	Unspecified	A game/zen simulation. You are robot. Your job is to find kitten.
  In this game, you are robot (#). Your job is to find kitten. This task
  is complicated by the existence of various things which are not kitten.
  Robot must touch items to determine if they are kitten or not. The game
  ends when robotfindskitten.
roboto-fontface-common 0.5.0.0 10.fc30	28892	Unspecified	roboto-fontface commons
  Common roboto-fontface static content (font, CSS and SCSS)
roboto-fontface-fonts 0.5.0.0 10.fc30	14706726	Unspecified	roboto-fontface fonts
  roboto-fontface fonts
robust-http-client 1.2 13.fc30	9812	Unspecified	Small Java library that performs HTTP download with automatic retry
  robust-http-client is a small Java library which can be used
  for performing HTTP downloads with automatic retry.
robust-http-client-javadoc 1.2 13.fc30	96366	Unspecified	Javadoc for robust-http-client
  This package contains API javadoc documentation for robust-http-client
roca-detect 1.2.12 4.fc30	484164	Unspecified	Key fingerprinting tools for CVE-2017-15361
  This tool is related to the ACM CCS 2017 conference paper #124 Return of the
  Coppersmith’s Attack: Practical Factorization of Widely Used RSA
  Moduli.
  
  https://crocs.fi.muni.cz/public/papers/rsa_ccs17
  
  Install this to test public RSA keys for the presence of the vulnerability
  described by CVE-2017-15361.
rocket-depot 1.0.0 8.fc30	119341	Unspecified	GTK+ 3 rdesktop/xfreerdp front-end
  Rocket Depot is a simple graphical front-end for rdesktop and FreeRDP with
  support for connection profiles. It runs on Linux desktops using GTK and takes
  advantage of modern desktop environment features such as Unity Quicklists.
rocksndiamonds 4.1.0.0 3.fc30	9740632	Unspecified	Underground digging game
  Dig for treasure and solve puzzles underground, but watch out for falling
  rocks and strange creatures!
rocm-runtime 2.0.0 2.fc30	666804	Unspecified	ROCm Runtime Library
  ROCm Runtime Library
rocm-runtime-devel 2.0.0 2.fc30	451072	Unspecified	ROCm Runtime development files
  ROCm Runtime development files
rocminfo 1.0.0 2.fc30	53060	Unspecified	ROCm system info utility
  ROCm system info utility
rocoto 6.3 8.fc30	70256	Unspecified	Expanded properties file parsing for Google Guice
  Rocoto is a small collection of reusable Modules for Google Guice
  to make easier the task of loading java.util.Properties by reading
  configuration files.
rocoto-javadoc 6.3 8.fc30	848233	Unspecified	Javadoc for rocoto
  This package contains javadoc for rocoto.
rocs 18.12.2 1.fc30	3648080	Unspecified	Graph Theory IDE
  Graph Theory IDE.
rocs 18.12.2 1.fc30	3539278	Unspecified	Graph Theory IDE
  Graph Theory IDE.
rocs-devel 18.12.2 1.fc30	19395	Unspecified	Development files for rocs
  Development files for rocs.
rocs-devel 18.12.2 1.fc30	19395	Unspecified	Development files for rocs
  Development files for rocs.
rocs-libs 18.12.2 1.fc30	930472	Unspecified	Runtime files for rocs
  Runtime files for rocs.
rocs-libs 18.12.2 1.fc30	893256	Unspecified	Runtime files for rocs
  Runtime files for rocs.
rofi 1.5.1 8.fc30	484583	Unspecified	A window switcher, application launcher and dmenu replacement
  Rofi is a dmenu replacement. Rofi, like dmenu, will provide the user with a
  textual list of options where one or more can be selected. This can either be,
  running an application, selecting a window or options provided by an external
  script.
rofi-devel 1.5.1 8.fc30	26820	Unspecified	Development files for rofi
  The rofi-devel package contains libraries and header files for
  developing applications that use rofi.
rofi-devel 1.5.1 8.fc30	26824	Unspecified	Development files for rofi
  The rofi-devel package contains libraries and header files for
  developing applications that use rofi.
rofi-devel-doc 1.5.1 8.fc30	66463855	Unspecified	Documentation files for rofi
  The rofi-devel-doc package contains documentation files for developing
  applications that use rofi.
rofi-themes 1.5.1 8.fc30	95873	Unspecified	Themes for rofi
  The rofi-themes package contains themes for rofi.
rome 1.7.0 7.fc30	266280	Unspecified	RSS and Atom Utilities
  ROME is an set of open source Java tools for parsing, generating and
  publishing RSS and Atom feeds.
rome-certiorem 1.7.0 7.fc30	71585	Unspecified	A PubSubHubub implementation for Java based on ROME
  PubSubHubub protocol implementation based on ROME.
rome-fetcher 1.7.0 7.fc30	32190	Unspecified	Retrieves RSS feeds via HTTP conditional gets using ROME
  ROME Fetcher is a caching feed fetcher that supports retrieval of
  feeds via HTTP conditional GET. Supports ETags, GZip compression,
  and RFC3229 Delta encoding.
rome-javadoc 1.7.0 7.fc30	21470756	Unspecified	Javadoc for rome
  This package contains javadoc for rome.
rome-modules 1.7.0 7.fc30	292694	Unspecified	Plugin collection for the ROME RSS and Atom Utilities
  This module contains extensions that enable ROME to
  handle several feed extensions like MediaRSS,
  GeoRSS and others.
rome-opml 1.7.0 7.fc30	28924	Unspecified	Support for OPML 1 and OPML 2 in ROME
  This module contains Outline Processor Markup Language parser and tools.
rome-propono 1.7.0 7.fc30	140287	Unspecified	ROME Propono
  The ROME Propono sub-project is a Java class library that
  supports publishing protocols, specifically the Atom Publishing Protocol
  and the legacy MetaWeblog API. Propono includes an Atom client library,
  Atom server framework and a Blog client that supports both Atom protocol
  and the MetaWeblog API.
rome-utils 1.7.0 7.fc30	23805	Unspecified	Utility classes for ROME projects
  This modules provides utility classes for all ROME projects.
root 6.16.00 3.fc30	301419	Unspecified	Numerical data analysis framework
  The ROOT system provides a set of object oriented frameworks with all
  the functionality needed to handle and analyze large amounts of data
  in a very efficient way. Having the data defined as a set of objects,
  specialized storage methods are used to get direct access to the
  separate attributes of the selected objects, without having to touch
  the bulk of the data. Included are histogramming methods in an
  arbitrary number of dimensions, curve fitting, function evaluation,
  minimization, graphics and visualization classes to allow the easy
  setup of an analysis system that can query and process the data
  interactively or in batch mode, as well as a general parallel
  processing framework, PROOF, that can considerably speed up an
  analysis.
  
  Thanks to the built-in C++ interpreter cling, the command, the
  scripting and the programming language are all C++. The interpreter
  allows for fast prototyping of the macros since it removes the, time
  consuming, compile/link cycle. It also provides a good environment to
  learn C++. If more performance is needed the interactively developed
  macros can be compiled using a C++ compiler via a machine independent
  transparent compiler interface called ACliC.
  
  The system has been designed in such a way that it can query its
  databases in parallel on clusters of workstations or many-core
  machines. ROOT is an open system that can be dynamically extended by
  linking external libraries. This makes ROOT a premier platform on
  which to build data acquisition, simulation and data analysis systems.
root-cli 6.16.00 3.fc30	110769	Unspecified	ROOT command line utilities
  The ROOT command line utilities is a set of scripts for common tasks
  written in python.
root-cling 6.16.00 3.fc30	96621085	Unspecified	Cling C++ interpreter
  Cling is an interactive C++ interpreter, built on top of Clang and
  LLVM compiler infrastructure.
root-cling 6.16.00 3.fc30	90973018	Unspecified	Cling C++ interpreter
  Cling is an interactive C++ interpreter, built on top of Clang and
  LLVM compiler infrastructure.
root-core 6.16.00 3.fc30	130133284	Unspecified	ROOT core libraries
  This package contains the core libraries used by ROOT: libCore, libNew,
  libRint and libThread.
root-core 6.16.00 3.fc30	130845711	Unspecified	ROOT core libraries
  This package contains the core libraries used by ROOT: libCore, libNew,
  libRint and libThread.
root-doc 6.16.00 3.fc30	3041690470	Unspecified	Documentation for the ROOT system
  This package contains the automatically generated ROOT class
  documentation.
root-fftw 6.16.00 3.fc30	151088	Unspecified	FFTW library for ROOT
  This package contains the Fast Fourier Transform extension for ROOT.
  It uses the very fast fftw (version 3) library.
root-foam 6.16.00 3.fc30	244014	Unspecified	A Compact Version of the Cellular Event Generator
  The general-purpose self-adapting Monte Carlo (MC) event
  generator/simulator mFOAM (standing for mini-FOAM) is a new compact
  version of the FOAM program, with a slightly limited functionality
  with respect to its parent version. On the other hand, mFOAM is
  easier to use for the average user.
root-fonts 6.16.00 3.fc30	874064	Unspecified	ROOT font collection
  This package contains fonts used by ROOT that are not available in Fedora.
  In particular it contains STIX version 0.9 that is used by TMathText.
root-fumili 6.16.00 3.fc30	197002	Unspecified	Fumili library for ROOT
  This package contains the fumili library for ROOT. This provides an
  alternative fitting algorithm for ROOT.
root-gdml 6.16.00 3.fc30	416415	Unspecified	GDML import/export for ROOT geometries
  This package contains an import/export module for ROOT geometries.
root-genetic 6.16.00 3.fc30	152109	Unspecified	Genetic algorithms for ROOT
  This package contains a genetic minimizer module for ROOT.
root-genvector 6.16.00 3.fc30	1000835	Unspecified	Generalized vector library for ROOT
  This package contains the Genvector library for ROOT. This provides
  a generalized vector library.
root-geocad 6.16.00 3.fc30	247663	Unspecified	OpenCascade import/export for ROOT geometries
  This package contains an import/export module for ROOT geometries.
root-geom 6.16.00 3.fc30	5826436	Unspecified	Geometry library for ROOT
  This package contains a library for defining geometries in ROOT.
root-graf 6.16.00 3.fc30	1906578	Unspecified	2D graphics library for ROOT
  This package contains the 2-dimensional graphics library for ROOT.
root-graf 6.16.00 3.fc30	1935898	Unspecified	2D graphics library for ROOT
  This package contains the 2-dimensional graphics library for ROOT.
root-graf-asimage 6.16.00 3.fc30	395588	Unspecified	AfterImage graphics renderer for ROOT
  This package contains the AfterImage renderer for ROOT, which allows
  you to store output graphics in many formats, including JPEG, PNG and
  TIFF.
root-graf-asimage 6.16.00 3.fc30	420616	Unspecified	AfterImage graphics renderer for ROOT
  This package contains the AfterImage renderer for ROOT, which allows
  you to store output graphics in many formats, including JPEG, PNG and
  TIFF.
root-graf-fitsio 6.16.00 3.fc30	96958	Unspecified	ROOT interface for the Flexible Image Transport System (FITS)
  This package contains a library for using the Flexible Image Transport
  System (FITS) data format in root.
root-graf-gpad 6.16.00 3.fc30	1198716	Unspecified	Canvas and pad library for ROOT
  This package contains a library for canvas and pad manipulations.
root-graf-gpad 6.16.00 3.fc30	1249368	Unspecified	Canvas and pad library for ROOT
  This package contains a library for canvas and pad manipulations.
root-graf-gpadv7 6.16.00 3.fc30	406809	Unspecified	Canvas and pad library for ROOT (ROOT 7)
  This package contains a library for canvas and pad manipulations.
root-graf-gviz 6.16.00 3.fc30	120055	Unspecified	Graphviz 2D library for ROOT
  This package contains the 2-dimensional graphviz library for ROOT.
root-graf-postscript 6.16.00 3.fc30	597610	Unspecified	Postscript/PDF renderer library for ROOT
  This package contains a library for ROOT, which allows rendering
  postscript and PDF output.
root-graf-postscript 6.16.00 3.fc30	609286	Unspecified	Postscript/PDF renderer library for ROOT
  This package contains a library for ROOT, which allows rendering
  postscript and PDF output.
root-graf-primitives 6.16.00 3.fc30	349101	Unspecified	Graphics primitives (ROOT 7)
  This package contains graphics primitives for ROOT 7
root-graf-primitives 6.16.00 3.fc30	343417	Unspecified	Graphics primitives (ROOT 7)
  This package contains graphics primitives for ROOT 7
root-graf-qt 6.16.00 3.fc30	769665	Unspecified	Qt renderer for ROOT
  This package contains the Qt renderer for ROOT.
root-graf-x11 6.16.00 3.fc30	359616	Unspecified	X window system renderer for ROOT
  This package contains the X11 renderer for ROOT, which allows using an
  X display for showing graphics.
root-graf-x11 6.16.00 3.fc30	383972	Unspecified	X window system renderer for ROOT
  This package contains the X11 renderer for ROOT, which allows using an
  X display for showing graphics.
root-graf3d 6.16.00 3.fc30	1037034	Unspecified	Basic 3D shapes library for ROOT
  This library contains the basic 3D shapes and classes for ROOT. For
  a more full-blown geometry library, see the root-geom package.
root-graf3d 6.16.00 3.fc30	1100990	Unspecified	Basic 3D shapes library for ROOT
  This library contains the basic 3D shapes and classes for ROOT. For
  a more full-blown geometry library, see the root-geom package.
root-graf3d-eve 6.16.00 3.fc30	5571413	Unspecified	Event display library for ROOT
  This package contains a library for defining event displays in ROOT.
root-graf3d-eve7 6.16.00 3.fc30	2889131	Unspecified	Event display library for ROOT (ROOT 7)
  This package contains a library for defining event displays in ROOT 7.
root-graf3d-gl 6.16.00 3.fc30	3675524	Unspecified	GL renderer for ROOT
  This package contains the GL renderer for ROOT. This library provides
  3D rendering of volumes and shapes defined in ROOT, as well as 3D
  rendering of histograms, and similar. Included is also a high quality
  3D viewer for ROOT defined geometries.
root-graf3d-gviz3d 6.16.00 3.fc30	273001	Unspecified	Graphviz 3D library for ROOT
  This package contains the 3-dimensional graphviz library for ROOT.
root-graf3d-x3d 6.16.00 3.fc30	208413	Unspecified	X 3D renderer for ROOT
  This package contains the X 3D renderer for ROOT. This library provides
  3D rendering of volumes and shapes defined in ROOT. Included is also
  a low quality 3D viewer for ROOT defined geometries.
root-gui 6.16.00 3.fc30	5915972	Unspecified	GUI library for ROOT
  This package contains a library for defining graphical user interfaces.
root-gui 6.16.00 3.fc30	6493536	Unspecified	GUI library for ROOT
  This package contains a library for defining graphical user interfaces.
root-gui-builder 6.16.00 3.fc30	750552	Unspecified	GUI editor library for ROOT
  This package contains a library for editing graphical user interfaces
  in ROOT.
root-gui-canvaspainter 6.16.00 3.fc30	105952	Unspecified	Canvas painter (ROOT 7)
  This package contains a canvas painter extension for ROOT 7
root-gui-fitpanel 6.16.00 3.fc30	494156	Unspecified	GUI element for fits in ROOT
  This package contains a library to show a pop-up dialog when fitting
  various kinds of data.
root-gui-fitpanelv7 6.16.00 3.fc30	225336	Unspecified	GUI element for fits in ROOT (ROOT 7)
  This package contains a library to show a pop-up dialog when fitting
  various kinds of data.
root-gui-ged 6.16.00 3.fc30	1706803	Unspecified	GUI element for editing various ROOT objects
  This package contains a library to show a pop-up window for editing
  various ROOT objects.
root-gui-ged 6.16.00 3.fc30	1791525	Unspecified	GUI element for editing various ROOT objects
  This package contains a library to show a pop-up window for editing
  various ROOT objects.
root-gui-html 6.16.00 3.fc30	556312	Unspecified	HTML GUI library for ROOT
  This package contains a library for defining HTML graphical user interfaces.
root-gui-qt 6.16.00 3.fc30	53780	Unspecified	Qt GUI for ROOT (BNL)
  This package contains the BNL Qt GUI for ROOT.
root-gui-qt5webdisplay 6.16.00 3.fc30	156736	Unspecified	Qt5 Web display (ROOT 7)
  This package contains a Qt5 web display extension for ROOT 7.
root-gui-qtgsi 6.16.00 3.fc30	280197	Unspecified	Qt GUI for ROOT (GSI)
  This package contains the GSI Qt GUI for ROOT.
root-gui-recorder 6.16.00 3.fc30	364249	Unspecified	Interface for recording and replaying events in ROOT
  This library provides interface for recording and replaying events in ROOT.
  Recorded events are:
   - Commands typed by user in command line ('new TCanvas')
   - GUI events (mouse movement, button clicks, ...)
  All the recorded events from one session are stored in one TFile
  and can be replayed again anytime.
root-gui-webdisplay 6.16.00 3.fc30	293857	Unspecified	Web display (ROOT 7)
  This package contains a web display extension for ROOT 7.
root-gui-webgui6 6.16.00 3.fc30	471027	Unspecified	Web based GUI for ROOT
  This package provides a Web based GUI for ROOT.
root-hbook 6.16.00 3.fc30	1125771	Unspecified	Hbook library for ROOT
  This package contains the Hbook library for ROOT, allowing you to
  access legacy Hbook files (NTuples and Histograms from PAW).
root-hist 6.16.00 3.fc30	5708191	Unspecified	Histogram library for ROOT
  This package contains a library for histogramming in ROOT.
root-hist 6.16.00 3.fc30	5811399	Unspecified	Histogram library for ROOT
  This package contains a library for histogramming in ROOT.
root-hist-draw 6.16.00 3.fc30	186802	Unspecified	Histogram drawing (ROOT 7)
  This package contains an histogram drawing extension for ROOT 7.
root-hist-draw 6.16.00 3.fc30	180534	Unspecified	Histogram drawing (ROOT 7)
  This package contains an histogram drawing extension for ROOT 7.
root-hist-factory 6.16.00 3.fc30	1936371	Unspecified	RooFit PDFs from ROOT histograms
  Create RooFit probability density functions from ROOT histograms.
root-hist-painter 6.16.00 3.fc30	811520	Unspecified	Histogram painter plugin for ROOT
  This package contains a painter of histograms for ROOT.
root-hist-painter 6.16.00 3.fc30	782908	Unspecified	Histogram painter plugin for ROOT
  This package contains a painter of histograms for ROOT.
root-html 6.16.00 3.fc30	808404	Unspecified	HTML documentation generator for ROOT
  This package contains classes to automatically extract documentation
  from marked up sources.
root-icons 6.16.00 3.fc30	1909031	Unspecified	ROOT icon collection
  This package contains icons used by the ROOT GUI.
root-io 6.16.00 3.fc30	5144175	Unspecified	Input/output of ROOT objects
  This package provides I/O routines for ROOT objects.
root-io 6.16.00 3.fc30	5075955	Unspecified	Input/output of ROOT objects
  This package provides I/O routines for ROOT objects.
root-io-dcache 6.16.00 3.fc30	124886	Unspecified	dCache input/output library for ROOT
  This package contains the dCache extension for ROOT.
root-io-gfal 6.16.00 3.fc30	119469	Unspecified	Grid File Access Library input/output library for ROOT
  This package contains the Grid File Access Library extension for ROOT.
root-io-hdfs 6.16.00 3.fc30	123900	Unspecified	Hadoop File System input/output library for ROOT
  This package contains the Hadoop File System extension for ROOT.
root-io-rfio 6.16.00 3.fc30	123526	Unspecified	Remote File input/output library for ROOT
  This package contains the Remote File IO extension for ROOT.
root-io-sql 6.16.00 3.fc30	561964	Unspecified	SQL input/output library for ROOT
  This package contains the SQL extension for ROOT, that allows
  transparent access to files data via an SQL database, using ROOT's
  TFile interface.
root-io-xml 6.16.00 3.fc30	547922	Unspecified	XML reader library for ROOT
  This package contains the XML reader library for ROOT.
root-io-xmlparser 6.16.00 3.fc30	167440	Unspecified	XML parser library for ROOT
  This package contains the XML parser library for ROOT.
root-mathcore 6.16.00 3.fc30	3550048	Unspecified	Core mathematics library for ROOT
  This package contains the MathCore library for ROOT.
root-mathcore 6.16.00 3.fc30	3525551	Unspecified	Core mathematics library for ROOT
  This package contains the MathCore library for ROOT.
root-mathmore 6.16.00 3.fc30	1102690	Unspecified	GSL interface library for ROOT
  This package contains the MathMore library for ROOT. This provides
  a partial GNU Scientific Library interface for ROOT.
  While the rest of root is licensed under LGPLv2+ this optional library
  is licensed under GPLv2+ due to its use of GSL.
root-mathmore 6.16.00 3.fc30	1098280	Unspecified	GSL interface library for ROOT
  This package contains the MathMore library for ROOT. This provides
  a partial GNU Scientific Library interface for ROOT.
  While the rest of root is licensed under LGPLv2+ this optional library
  is licensed under GPLv2+ due to its use of GSL.
root-matrix 6.16.00 3.fc30	2580511	Unspecified	Matrix library for ROOT
  This package contains the Matrix library for ROOT.
root-matrix 6.16.00 3.fc30	2564867	Unspecified	Matrix library for ROOT
  This package contains the Matrix library for ROOT.
root-memstat 6.16.00 3.fc30	122741	Unspecified	Memory statistics tool for use with ROOT
  This package contains the memory statistics tool for debugging memory
  leaks and such.
root-minuit 6.16.00 3.fc30	629531	Unspecified	Minuit library for ROOT
  This package contains the MINUIT library for ROOT. This provides a
  fitting algorithm for ROOT.
root-minuit 6.16.00 3.fc30	633551	Unspecified	Minuit library for ROOT
  This package contains the MINUIT library for ROOT. This provides a
  fitting algorithm for ROOT.
root-minuit2 6.16.00 3.fc30	1456310	Unspecified	Minuit version 2 library for ROOT
  This package contains the MINUIT version 2 library for ROOT. This
  provides an fitting algorithm for ROOT.
root-mlp 6.16.00 3.fc30	324001	Unspecified	Multi-layer perceptron extension for ROOT
  This package contains the mlp library for ROOT. This library provides
  a multi-layer perceptron neural network package for ROOT.
root-montecarlo-eg 6.16.00 3.fc30	977671	Unspecified	Event generator library for ROOT
  This package contains an event generator library for ROOT.
root-montecarlo-pythia8 6.16.00 3.fc30	92103	Unspecified	Pythia version 8 plugin for ROOT
  This package contains the Pythia version 8 plug-in for ROOT. This
  package provide the ROOT user with transparent interface to the Pythia
  (version 8) event generators for hadronic interactions. If the term
  "hadronic" does not ring any bells, this package is not for you.
root-montecarlo-vmc 6.16.00 3.fc30	367782	Unspecified	Virtual Monte-Carlo (simulation) library for ROOT
  This package contains the VMC library for ROOT.
root-multiproc 6.16.00 3.fc30	123720	Unspecified	Multi-processor support for ROOT
  This package provides ROOT's multi-processor support library: libMultiProc.
root-multiproc 6.16.00 3.fc30	129441	Unspecified	Multi-processor support for ROOT
  This package provides ROOT's multi-processor support library: libMultiProc.
root-net 6.16.00 3.fc30	1279084	Unspecified	Net library for ROOT
  This package contains the ROOT networking library.
root-net 6.16.00 3.fc30	1361156	Unspecified	Net library for ROOT
  This package contains the ROOT networking library.
root-net-auth 6.16.00 3.fc30	326529	Unspecified	Authentication extension for ROOT
  This package contains the basic authentication algorithms used by ROOT.
root-net-bonjour 6.16.00 3.fc30	156165	Unspecified	Bonjour extension for ROOT
  This package contains a bonjour extension for ROOT.
root-net-davix 6.16.00 3.fc30	186135	Unspecified	Davix extension for ROOT
  This package contains the davix extension for ROOT, that provides
  access to http based storage such as webdav and S3.
root-net-globus 6.16.00 3.fc30	62980	Unspecified	Globus extension for ROOT
  This package contains the Globus extension for ROOT, that allows
  authentication and authorization against Globus.
root-net-http 6.16.00 3.fc30	671217	Unspecified	HTTP server extension for ROOT
  This package contains the HTTP server extension for ROOT. It provides
  an http interface to arbitrary ROOT applications.
root-net-httpsniff 6.16.00 3.fc30	92123	Unspecified	HTTP sniffer extension for ROOT
  This package contains the HTTP sniffer extension for ROOT.
root-net-krb5 6.16.00 3.fc30	77334	Unspecified	Kerberos (version 5) extension for ROOT
  This package contains the Kerberos (version 5) extension for ROOT, that
  allows authentication and authorization using Kerberos tokens.
root-net-ldap 6.16.00 3.fc30	123977	Unspecified	LDAP extension for ROOT
  This package contains the LDAP extension for ROOT. This gives you
  access to LDAP directories via ROOT.
root-net-rpdutils 6.16.00 3.fc30	178704	Unspecified	Authentication utilities used by xproofd
  This package contains authentication utilities used by xproofd.
root-netx 6.16.00 3.fc30	470394	Unspecified	NetX extension for ROOT
  This package contains the NetX extension for ROOT, i.e. a client for
  the xrootd server. Both the old (NetX) and the new (NetXNG) version are
  provided.
root-notebook 6.16.00 3.fc30	120240	Unspecified	Static files for the Jupyter ROOT Notebook
  Javascript and style files for the Jupyter ROOT Notebook.
root-physics 6.16.00 3.fc30	492929	Unspecified	Physics library for ROOT
  This package contains the physics library for ROOT.
root-physics 6.16.00 3.fc30	483969	Unspecified	Physics library for ROOT
  This package contains the physics library for ROOT.
root-proof 6.16.00 3.fc30	2254351	Unspecified	PROOF extension for ROOT
  This package contains the proof extension for ROOT. This provides a
  client to use in a PROOF environment.
root-proof-bench 6.16.00 3.fc30	481534	Unspecified	PROOF benchmarking
  This package contains the steering class for PROOF benchmarks.
root-proof-player 6.16.00 3.fc30	1476042	Unspecified	PROOF player extension for ROOT
  This package contains the proof player extension for ROOT.
root-proof-sessionviewer 6.16.00 3.fc30	827054	Unspecified	GUI to browse an interactive PROOF session
  This package contains a library for browsing an interactive PROOF
  session in ROOT.
root-quadp 6.16.00 3.fc30	621366	Unspecified	QuadP library for ROOT
  This package contains the QuadP library for ROOT. This provides the a
  framework in which to do Quadratic Programming. The quadratic
  programming problem involves minimization of a quadratic function
  subject to linear constraints.
root-r 6.16.00 3.fc30	529171	Unspecified	R interface for ROOT
  ROOT R is an interface in ROOT to call R functions using an R C++
  interface. This interface opens the possibility in ROOT to use the
  very large set of mathematical and statistical tools provided by R.
  With ROOT R you can perform a conversion from ROOT's C++ objects to
  R's objects, transform the returned R objects into ROOT's C++ objects,
  then the R functionality can be used directly for statistical studies
  in ROOT.
root-r-tools 6.16.00 3.fc30	231377	Unspecified	R Tools
  This package contains a minimizer module for ROOT that uses the ROOT
  R interface.
root-roofit 6.16.00 3.fc30	15407153	Unspecified	ROOT extension for modeling expected distributions
  The RooFit packages provide a toolkit for modeling the expected
  distribution of events in a physics analysis. Models can be used to
  perform likelihood fits, produce plots, and generate "toy Monte
  Carlo" samples for various studies. The RooFit tools are integrated
  with the object-oriented and interactive ROOT graphical environment.
  
  RooFit has been developed for the BaBar collaboration, a high energy
  physics experiment at the Stanford Linear Accelerator Center, and is
  primarily targeted to the high-energy physicists using the ROOT
  analysis environment, but the general nature of the package make it
  suitable for adoption in different disciplines as well.
root-smatrix 6.16.00 3.fc30	675647	Unspecified	Sparse matrix library for ROOT
  This package contains the Smatrix library for ROOT.
root-spectrum 6.16.00 3.fc30	551353	Unspecified	Spectra analysis library for ROOT
  This package contains the Spectrum library for ROOT.
root-spectrum-painter 6.16.00 3.fc30	309723	Unspecified	Spectrum painter plugin for ROOT
  This package contains a painter of spectra for ROOT.
root-splot 6.16.00 3.fc30	118534	Unspecified	Splot library for ROOT
  A common method used in High Energy Physics to perform measurements
  is the maximum Likelihood method, exploiting discriminating variables
  to disentangle signal from background. The crucial point for such an
  analysis to be reliable is to use an exhaustive list of sources of
  events combined with an accurate description of all the Probability
  Density Functions (PDF).
  
  To assess the validity of the fit, a convincing quality check is to
  explore further the data sample by examining the distributions of
  control variables. A control variable can be obtained for instance by
  removing one of the discriminating variables before performing again
  the maximum Likelihood fit: this removed variable is a control
  variable. The expected distribution of this control variable, for
  signal, is to be compared to the one extracted, for signal, from the
  data sample. In order to be able to do so, one must be able to unfold
  from the distribution of the whole data sample.
  
  The SPlot method allows to reconstruct the distributions for the
  control variable, independently for each of the various sources of
  events, without making use of any a priori knowledge on this
  variable. The aim is thus to use the knowledge available for the
  discriminating variables to infer the behavior of the individual
  sources of events with respect to the control variable.
  
  SPlot is optimal if the control variable is uncorrelated with the
  discriminating variables.
root-sql-mysql 6.16.00 3.fc30	154240	Unspecified	MySQL client plugin for ROOT
  This package contains the MySQL plugin for ROOT. This plugin
  provides a thin client (interface) to MySQL servers. Using this
  client, one can obtain information from a MySQL database into the
  ROOT environment.
root-sql-odbc 6.16.00 3.fc30	154451	Unspecified	ODBC plugin for ROOT
  This package contains the ODBC (Open DataBase Connectivity) plugin
  for ROOT, that allows transparent access to any kind of database that
  supports the ODBC protocol.
root-sql-pgsql 6.16.00 3.fc30	144028	Unspecified	PostgreSQL client plugin for ROOT
  This package contains the PostGreSQL plugin for ROOT. This plugin
  provides a thin client (interface) to PostGreSQL servers. Using this
  client, one can obtain information from a PostGreSQL database into the
  ROOT environment.
root-sql-sqlite 6.16.00 3.fc30	129571	Unspecified	Sqlite client plugin for ROOT
  This package contains the sqlite plugin for ROOT. This plugin
  provides a thin client (interface) to sqlite servers. Using this
  client, one can obtain information from a sqlite database into the
  ROOT environment.
root-table 6.16.00 3.fc30	1143779	Unspecified	Table library for ROOT
  This package contains the Table library for ROOT.
root-tail 1.2 23.fc30	52193	Unspecified	Displays a given file anywhere on your X11 root window
  Displays a given file anywhere on your X11 root window, i.e. it is kind of
  tail -f for multiple files using your desktop background as output window.
root-tmva 6.16.00 3.fc30	9544683	Unspecified	Toolkit for multivariate data analysis
  The Toolkit for Multivariate Analysis (TMVA) provides a
  ROOT-integrated environment for the parallel processing and
  evaluation of MVA techniques to discriminate signal from background
  samples. It presently includes (ranked by complexity):
  
    * Rectangular cut optimization
    * Correlated likelihood estimator (PDE approach)
    * Multi-dimensional likelihood estimator (PDE - range-search approach)
    * Fisher (and Mahalanobis) discriminant
    * H-Matrix (chi-squared) estimator
    * Artificial Neural Network (two different implementations)
    * Boosted Decision Trees
  
  The TMVA package includes an implementation for each of these
  discrimination techniques, their training and testing (performance
  evaluation). In addition all these methods can be tested in parallel,
  and hence their performance on a particular data set may easily be
  compared.
root-tmva-gui 6.16.00 3.fc30	588747	Unspecified	Toolkit for multivariate data analysis GUI
  GUI for the Toolkit for Multivariate Analysis (TMVA)
root-tmva-python 6.16.00 3.fc30	430534	Unspecified	Toolkit for multivariate data analysis (Python)
  Python integration with TMVA.
root-tmva-r 6.16.00 3.fc30	633419	Unspecified	Toolkit for multivariate data analysis (R)
  R integration with TMVA.
root-tree 6.16.00 3.fc30	2182980	Unspecified	Tree library for ROOT
  This package contains the Tree library for ROOT.
root-tree 6.16.00 3.fc30	2256340	Unspecified	Tree library for ROOT
  This package contains the Tree library for ROOT.
root-tree-dataframe 6.16.00 3.fc30	1306795	Unspecified	A high level interface to ROOT trees
  This package contains a high level interface to ROOT trees.
root-tree-dataframe 6.16.00 3.fc30	1303367	Unspecified	A high level interface to ROOT trees
  This package contains a high level interface to ROOT trees.
root-tree-player 6.16.00 3.fc30	2297116	Unspecified	Library to loop over a ROOT tree
  This package contains a plugin to loop over a ROOT tree.
root-tree-player 6.16.00 3.fc30	2288172	Unspecified	Library to loop over a ROOT tree
  This package contains a plugin to loop over a ROOT tree.
root-tree-viewer 6.16.00 3.fc30	915832	Unspecified	GUI to browse a ROOT tree
  This package contains a plugin for browsing a ROOT tree in ROOT.
root-tutorial 6.16.00 3.fc30	18243589	Unspecified	ROOT tutorial scripts and test suite
  This package contains the tutorial scripts and test suite for ROOT.
root-unfold 6.16.00 3.fc30	449481	Unspecified	Distribution unfolding
  An algorithm to unfold distributions from detector to truth level.
root-unuran 6.16.00 3.fc30	253218	Unspecified	Random number generator library
  Contains universal (also called automatic or black-box) algorithms
  that can generate random numbers from large classes of continuous or
  discrete distributions, and also from practically all standard
  distributions.
  
  To generate random numbers the user must supply some information
  about the desired distribution, especially a C-function that computes
  the density and - depending on the chosen methods - some additional
  information (like the borders of the domain, the mode, the derivative
  of the density ...). After a user has given this information an
  init-program computes all tables and constants necessary for the
  random variate generation. The sample program can then generate
  variates from the desired distribution.
root-vecops 6.16.00 3.fc30	1545374	Unspecified	Vector operation extension for ROOT
  This package contains a vector operation extension for ROOT.
root-vecops 6.16.00 3.fc30	1510142	Unspecified	Vector operation extension for ROOT
  This package contains a vector operation extension for ROOT.
root-xproof 6.16.00 3.fc30	1702151	Unspecified	XPROOF extension for ROOT
  This package contains the xproof extension for ROOT. This provides a
  client to be used in a PROOF environment.
rootfiles 8.1 24.fc30	599	Unspecified	The basic required files for the root user's directory
  The rootfiles package contains basic required files that are placed
  in the root user's account.  These files are basically the same
  as those in /etc/skel, which are placed in regular
  users' home directories.
rootfs-resize 2.0 14.fc30	28434	Unspecified	Root partition re-sizing service (typically for SD cards)
  rootfs-resize is a root partition and file system re-sizing service
  typically used on systems running from SD cards.
rootsh 1.5.3 20.fc30	90341	Unspecified	Shell wrapper for auditing
  Rootsh is a wrapper for shells which logs all echoed keystrokes and
  terminal output to a file and/or to syslog. Its main purpose is the
  auditing of users who need a shell with root privileges. They start
  rootsh through the sudo mechanism.
ros-release 5.0 13.fc30	73	Unspecified	Robot Operating System release files
  ROS Release files, macros, and common directories for ROS packages
rosegarden4 17.12 6.fc30	17344735	Unspecified	MIDI, audio and notation editor
  Rosegarden is a professional audio and MIDI sequencer, score editor, and
  general purpose music composition and editing environment.
  
  Rosegarden is an easy to learn, attractive application, ideal for composers,
  musicians, music students, and small studio or home recording environments.
rosegarden4-feta-fonts 17.12 6.fc30	114318	Unspecified	Rosegarden feta fonts
  Rosegarden is a professional audio and MIDI sequencer, score editor, and
  general purpose music composition and editing environment.
  
  This package contains Lilypond's feta musical notation fonts adapted for use
  of Rosegarden.
rosegarden4-parmesan-fonts 17.12 6.fc30	104627	Unspecified	Rosegarden parmesan fonts
  Rosegarden is a professional audio and MIDI sequencer, score editor, and
  general purpose music composition and editing environment.
  
  This package contains Lilypond's parmesan musical notation fonts adapted for
  use of Rosegarden.
rospack 2.0.14 20.fc29	275433	Unspecified	ROS package and stack tools
  rospack is a command-line tool for retrieving information about ROS packages
  available on the file system. It implements a wide variety of commands
  ranging from locating ROS packages in the file system, to listing available
  stacks, to calculating the dependency tree of stacks.
rospack 2.0.14 20.fc29	277597	Unspecified	ROS package and stack tools
  rospack is a command-line tool for retrieving information about ROS packages
  available on the file system. It implements a wide variety of commands
  ranging from locating ROS packages in the file system, to listing available
  stacks, to calculating the dependency tree of stacks.
rospack-devel 2.0.14 20.fc29	634860	Unspecified	Development files for rospack
  The rospack-devel package contains libraries and header files for
  developing applications that use rospack.
rospack-devel 2.0.14 20.fc29	634860	Unspecified	Development files for rospack
  The rospack-devel package contains libraries and header files for
  developing applications that use rospack.
rott-registered 1.1.2 12.fc30	978458	Unspecified	Rise of the Triad registered version
  This is the icculus.org Linux port of Apogee's classic 3d shooter Rise of the
  Triad (RotT), which has been released under the GPL by Apogee. This version is
  enhanced with the "high" resolution rendering from the winrott port.
  
  This package contains the engine for the registered version of RotT. If you own
  the registered version, this allows you to play the registered version under
  Linux. Place the registered RotT datafiles in a dir and start rott-registered
  from this dir.
rott-shareware 1.1.2 12.fc30	916741	Unspecified	Rise of the Triad shareware version
  This is the icculus.org Linux port of Apogee's classic 3d shooter Rise of the
  Triad (RotT), which has been released under the GPL by Apogee. This version is
  enhanced with the "high" resolution rendering from the winrott port.
  
  This package contains the engine for the shareware version of RotT. In order to
  play the shareware version, you will need the shareware datafiles. Which can
  be freely downloaded from Apogee/3DRealms, but cannot be distributed as a part
  of Fedora. When you start RotT for the first time it will offer to download
  the datafiles for you.
roundcubemail 1.4 0.2.rc1.fc30.1	19110603	Unspecified	Round Cube Webmail is a browser-based multilingual IMAP client
  RoundCube Webmail is a browser-based multilingual IMAP client
  with an application-like user interface. It provides full
  functionality you expect from an e-mail client, including MIME
  support, address book, folder manipulation, message searching
  and spell checking. RoundCube Webmail is written in PHP and
  requires a database: MySQL, PostgreSQL and SQLite are known to
  work. The user interface is fully skinnable using XHTML and
  CSS 2.
routino 3.2 6.fc30	1223448	Unspecified	Router for OpenStreetMap Data
  Routino is a command-line application for finding a route between two points
  using the dataset of topographical information collected by OpenStreetMap. It
  can be used as a routing tool in Marble.
routino-data 3.2 6.fc30	226296	Unspecified	Data files for routino and routino-libs
  This package contains the architecture-independent data files used by routino
  and routino-libs.
routino-devel 3.2 6.fc30	14287	Unspecified	Development files for routino-libs
  This package contains the files required to compile applications that use
  routino-libs.
routino-devel 3.2 6.fc30	14287	Unspecified	Development files for routino-libs
  This package contains the files required to compile applications that use
  routino-libs.
routino-doc 3.2 6.fc30	1226731	Unspecified	Documentation files for routino and routino-libs
  This package contains the architecture-independent documentation files for
  routino and routino-libs.
routino-libs 3.2 6.fc30	326228	Unspecified	Routing library for OpenStreetMap Data
  The Routino library is a library for finding a route between two points using
  the dataset of topographical information collected by OpenStreetMap. It can be
  used by applications to embed Routino, as long as the application's license is
  compatible with the AGPLv3.
routino-libs 3.2 6.fc30	378400	Unspecified	Routing library for OpenStreetMap Data
  The Routino library is a library for finding a route between two points using
  the dataset of topographical information collected by OpenStreetMap. It can be
  used by applications to embed Routino, as long as the application's license is
  compatible with the AGPLv3.
roxterm 3.7.3 2.fc30	1072062	Unspecified	Terminal emulator
  ROXTerm is a terminal emulator intended to provide similar features to
  gnome-terminal, based on the same VTE library. It is more configurable than
  gnome-terminal and aimed more at "power" users who make heavy use of terminals.
rp-pppoe 3.12 13.fc30	363453	Unspecified	A PPP over Ethernet client (for xDSL support).
  PPPoE (Point-to-Point Protocol over Ethernet) is a protocol used by
  many ADSL Internet Service Providers. This package contains the
  Roaring Penguin PPPoE client, a user-mode program that does not
  require any kernel modifications. It is fully compliant with RFC 2516,
  the official PPPoE specification.
rpc2 2.10 20.fc30	448166	Unspecified	C library for remote procedure calls over UDP
  The RPC2 library, a C library for remote procedure calls over UDP.
rpc2 2.10 20.fc30	436210	Unspecified	C library for remote procedure calls over UDP
  The RPC2 library, a C library for remote procedure calls over UDP.
rpc2-devel 2.10 20.fc30	158366	Unspecified	Development files for rpc2
  The rpc2-devel package contains libraries and header files for
  developing applications that use rpc2.
rpc2-devel 2.10 20.fc30	167912	Unspecified	Development files for rpc2
  The rpc2-devel package contains libraries and header files for
  developing applications that use rpc2.
rpcbind 1.2.5 3.fc30	142548	Unspecified	Universal Addresses to RPC Program Number Mapper
  The rpcbind utility is a server that converts RPC program numbers into
  universal addresses.  It must be running on the host to be able to make
  RPC calls on a server on that machine.
rpcgen 1.4 2.fc30	122164	Unspecified	RPC protocol compiler
  rpcgen is a tool that generates C code to implement an RPC protocol.
  The input to rpcgen is a language similar to C known as RPC Language
  (Remote Procedure Call Language).
rpcsvc-proto-devel 1.4 2.fc30	111755	Unspecified	RPC protocol definitions
  The rpcsvc-proto package includes several rpcsvc header files
  and RPC protocol definitions from SunRPC sources (as shipped with
  glibc).
rpcsvc-proto-devel 1.4 2.fc30	111755	Unspecified	RPC protocol definitions
  The rpcsvc-proto package includes several rpcsvc header files
  and RPC protocol definitions from SunRPC sources (as shipped with
  glibc).
rpkg 2.7 1.fc30	159634	Unspecified	RPM packaging utility
  This is an RPM packaging utility based on python-rpkg library.
  It works with both DistGit and standard Git repositories and
  it handles packed directory content as well as unpacked content.
rpkg-common 1.57 6.fc30	11797	Unspecified	Common files for rpkg
  Common files for python2-rpkg and python3-rpkg.
rpl 1.5.7 9.fc30	33691	Unspecified	Intelligent recursive search/replace utility
  rpl is a UN*X text replacement utility. It will replace strings with
  new strings in multiple text files. It can work recursively over
  directories and supports limiting the search to specific file
  suffixes.
  
  rpl was originally written by Joe Laffey; this is a rewritten version.
rpld 1.8 0.28.beta1.fc30	96587	Unspecified	RPL/RIPL remote boot daemon
  Daemon to net-boot IBM style RPL boot ROMs (this is not the
  same as the Novell IPX-style RPL protocol, despite the
  name).
rply 1.1.2 12.fc30	130915	Unspecified	A library to read and write PLY files
  RPly is a library that lets applications read and write PLY files.
  The PLY file format is widely used to store geometric information, such as 3D
  models, but is general enough to be useful for other purposes.
  
  RPly is easy to use, well documented, small, free, open-source, ANSI C,
  efficient, and well tested. The highlights are:
  
  * A callback mechanism that makes PLY file input straightforward;
  * Support for the full range of numeric formats;
  * Binary (big and little endian) and text modes are fully supported;
  * Input and output are buffered for efficiency;
  * Available under the MIT license for added freedom.
rply 1.1.2 12.fc30	138927	Unspecified	A library to read and write PLY files
  RPly is a library that lets applications read and write PLY files.
  The PLY file format is widely used to store geometric information, such as 3D
  models, but is general enough to be useful for other purposes.
  
  RPly is easy to use, well documented, small, free, open-source, ANSI C,
  efficient, and well tested. The highlights are:
  
  * A callback mechanism that makes PLY file input straightforward;
  * Support for the full range of numeric formats;
  * Binary (big and little endian) and text modes are fully supported;
  * Input and output are buffered for efficiency;
  * Available under the MIT license for added freedom.
rply-devel 1.1.2 12.fc30	16809	Unspecified	Libraries and headers for rply
  
  Rply Library Header Files and Link Libraries
rply-devel 1.1.2 12.fc30	16809	Unspecified	Libraries and headers for rply
  
  Rply Library Header Files and Link Libraries
rpm 4.14.2.1 4.fc30.1	2976406	Unspecified	The RPM package management system
  The RPM Package Manager (RPM) is a powerful command line driven
  package management system capable of installing, uninstalling,
  verifying, querying, and updating software packages. Each software
  package consists of an archive of files along with information about
  the package like its version, a description, etc.
rpm-apidocs 4.14.2.1 4.fc30.1	6627420	Unspecified	API documentation for RPM libraries
  This package contains API documentation for developing applications
  that will manipulate RPM packages and databases.
rpm-build 4.14.2.1 4.fc30.1	340811	Unspecified	Scripts and executable programs used to build packages
  The rpm-build package contains the scripts and executable programs
  that are used to build packages using the RPM Package Manager.
rpm-build-libs 4.14.2.1 4.fc30.1	241440	Unspecified	Libraries for building RPM packages
  This package contains the RPM shared libraries for building packages.
rpm-build-libs 4.14.2.1 4.fc30.1	227480	Unspecified	Libraries for building RPM packages
  This package contains the RPM shared libraries for building packages.
rpm-cron 4.14.2.1 4.fc30.1	361	Unspecified	Create daily logs of installed packages.
  This package contains a cron job which creates daily logs of installed
  packages on a system.
rpm-devel 4.14.2.1 4.fc30.1	287957	Unspecified	Development files for manipulating RPM packages
  This package contains the RPM C library and header files. These
  development files will simplify the process of writing programs that
  manipulate RPM packages and databases. These files are intended to
  simplify the process of creating graphical package managers or any
  other tools that need an intimate knowledge of RPM packages in order
  to function.
  
  This package should be installed if you want to develop programs that
  will manipulate RPM packages and databases.
rpm-devel 4.14.2.1 4.fc30.1	293091	Unspecified	Development files for manipulating RPM packages
  This package contains the RPM C library and header files. These
  development files will simplify the process of writing programs that
  manipulate RPM packages and databases. These files are intended to
  simplify the process of creating graphical package managers or any
  other tools that need an intimate knowledge of RPM packages in order
  to function.
  
  This package should be installed if you want to develop programs that
  will manipulate RPM packages and databases.
rpm-libs 4.14.2.1 4.fc30.1	891084	Unspecified	Libraries for manipulating RPM packages
  This package contains the RPM shared libraries.
rpm-libs 4.14.2.1 4.fc30.1	847440	Unspecified	Libraries for manipulating RPM packages
  This package contains the RPM shared libraries.
rpm-mpi-hooks 6 2.fc30	8868	Unspecified	RPM dependency generator hooks for MPI packages
  RPM dependency generator hooks for MPI packages. This package should be added
  as a BuildRequires to all mpi implementations (i.e. openmpi, mpich) as well as
  a Requires to the their -devel packages.
rpm-ostree 2019.3 1.fc30	3125908	Unspecified	Hybrid image/package system
  rpm-ostree is a hybrid image/package system.  It supports
  "composing" packages on a build server into an OSTree repository,
  which can then be replicated by client systems with atomic upgrades.
  Additionally, unlike many "pure" image systems, with rpm-ostree
  each client system can layer on additional packages, providing
  a "best of both worlds" approach.
rpm-ostree-devel 2019.3 1.fc30	89087	Unspecified	Development headers for rpm-ostree
  The rpm-ostree-devel package includes the header files for rpm-ostree-libs.
rpm-ostree-devel 2019.3 1.fc30	89089	Unspecified	Development headers for rpm-ostree
  The rpm-ostree-devel package includes the header files for rpm-ostree-libs.
rpm-ostree-libs 2019.3 1.fc30	5864116	Unspecified	Shared library for rpm-ostree
  The rpm-ostree-libs package includes the shared library for rpm-ostree.
rpm-ostree-libs 2019.3 1.fc30	5648480	Unspecified	Shared library for rpm-ostree
  The rpm-ostree-libs package includes the shared library for rpm-ostree.
rpm-plugin-ima 4.14.2.1 4.fc30.1	16672	Unspecified	Rpm plugin ima file signatures
  Rpm plugin ima file signatures
rpm-plugin-prioreset 4.14.2.1 4.fc30.1	16680	Unspecified	Rpm plugin for resetting scriptlet priorities for SysV init
  Rpm plugin for resetting scriptlet priorities for SysV init
  
  Useful on legacy SysV init systems if you run rpm transactions with
  nice/ionice priorities. Should not be used on systemd systems.
rpm-plugin-selinux 4.14.2.1 4.fc30.1	16680	Unspecified	Rpm plugin for SELinux functionality
  Rpm plugin for SELinux functionality
rpm-plugin-syslog 4.14.2.1 4.fc30.1	16680	Unspecified	Rpm plugin for syslog functionality
  Rpm plugin for syslog functionality
rpm-plugin-systemd-inhibit 4.14.2.1 4.fc30.1	17460	Unspecified	Rpm plugin for systemd inhibit functionality
  This plugin blocks systemd from entering idle, sleep or shutdown while an rpm
  transaction is running using the systemd-inhibit mechanism.
rpm-sign 4.14.2.1 4.fc30.1	27086	Unspecified	Package signing support
  This package contains support for digitally signing RPM packages.
rpm-sign-libs 4.14.2.1 4.fc30.1	33964	Unspecified	Libraries for signing RPM packages
  This package contains the RPM shared libraries for signing packages.
rpm-sign-libs 4.14.2.1 4.fc30.1	30664	Unspecified	Libraries for signing RPM packages
  This package contains the RPM shared libraries for signing packages.
rpmbuild-order 0.2.1 3.fc30	1915066	Unspecified	Order RPM packages by dependencies
  The rpmbuild-order tool orders RPM packages by dependencies, so that they can
  be built in the correct order. It does this by reading RPM package spec files
  and then topologically sorts them according to their dependencies. The code
  originates from cabal-sort by Henning Thielemann. It can also output the
  ordered dependencies or reverse depends for one or more packages, provided all
  the packages are checked out in neighboring directories. This is also useful
  to see what packages are affected when a low-level package changes.
rpmconf 1.0.19 6.fc30	40279	Unspecified	Tool to handle rpmnew and rpmsave files
  This tool search for .rpmnew, .rpmsave and .rpmorig files and ask you what to do
  with them:
  Keep current version, place back old version, watch the diff or merge.
rpmconf-base 1.0.19 6.fc30	0	Unspecified	Filesystem for rpmconf
  Directory hierarchy for installation scripts, which are handled by rpmconf.
rpmdeplint 1.4 6.fc30	2576	Unspecified	Tool to find errors in RPM packages in the context of their dependency graph
  Rpmdeplint is a tool to find errors in RPM packages in the context of their
  dependency graph.
rpmdevtools 8.10 8.fc30	216195	Unspecified	RPM Development Tools
  This package contains scripts and (X)Emacs support files to aid in
  development of RPM packages.
  rpmdev-setuptree    Create RPM build tree within user's home directory
  rpmdev-diff         Diff contents of two archives
  rpmdev-newspec      Creates new .spec from template
  rpmdev-rmdevelrpms  Find (and optionally remove) "development" RPMs
  rpmdev-checksig     Check package signatures using alternate RPM keyring
  rpminfo             Print information about executables and libraries
  rpmdev-md5/sha*     Display checksums of all files in an archive file
  rpmdev-vercmp       RPM version comparison checker
  spectool            Expand and download sources and patches in specfiles
  rpmdev-wipetree     Erase all files within dirs created by rpmdev-setuptree
  rpmdev-extract      Extract various archives, "tar xvf" style
  rpmdev-bumpspec     Bump revision in specfile
  ...and many more.
rpmemd 1.6 1.fc30	522510	Unspecified	Target node process executed by librpmem
  The rpmemd process is executed on a target node by librpmem library
  and facilitates access to persistent memory over RDMA.
rpmgrill 0.33 4.fc30	381207	Unspecified	A utility for catching problems in koji builds
  rpmgrill runs a series of tests against a set of RPMs, reporting problems
  that may require a developer's attention.  For instance: unapplied patches,
  multilib incompatibilities.
rpmlint 1.10 22.fc30	741091	Unspecified	Tool for checking common errors in RPM packages
  rpmlint is a tool for checking common errors in RPM packages.  Binary
  and source packages as well as spec files can be checked.
rpmlint-scl-config 0 8.fc30	106	Unspecified	Software Collections related configuration for rpmlint
  Configuration that enables Software Collections checks for rpmlint.
rpmorphan 1.17 6.fc30	229807	Unspecified	List packages that have no dependencies (like deborphan)
  rpmorphan finds "orphaned"[1] packages on your system. It determines
  which packages have no other packages depending on their installation,
  and shows you a list of these packages.  It intends to be clone of
  deborphan Debian tools for rpm packages.
  
  It will try to help you to remove unused packages, for example:
  * after a distribution upgrade
  * when you want to suppress packages after some tests
  
  Several tools are also provided :
  * rpmusage - display rpm packages last use date
  * rpmdep - display the full dependency of an installed rpm package
  * rpmduplicates - find programs with several version installed
  
  Yum offers a program called 'package-cleanup' which you can use to
  carry out similar tasks.
  
  [1] Note that orphan is used in the sense of Debian's deborphan, and
  is NOT the same as Fedora orphaned packages which are packages that
  have no current maintainer.
rpmreaper 0.2.0 17.fc30	113758	Unspecified	A tool for removing packages from system
  rpmreaper is a simple ncurses application with a mutt-like interface that
  allows removing unnecessary packages and their dependencies from the system.
rpmrebuild 2.11 11.fc30	185231	Unspecified	A tool to build rpm file from rpm database
  A tool to build an RPM file from a package that has already been installed.
rpmspectool 1.99.6 5.fc30	69977	Unspecified	Utility for handling RPM spec files
  The rpmspectool utility lets users expand and download sources and patches in
  RPM spec files.
rpy 3.0.1 2.fc30	0	Unspecified	Python interface to the R language
  RPy provides a robust Python interface to the R
  programming language.  It can manage all kinds of R objects and can
  execute arbitrary R functions. All the errors from the R language are
  converted to Python exceptions.
rrdtool 1.7.1 1.fc30	1440920	Unspecified	Round Robin Database Tool to store and display time-series data
  RRD is the Acronym for Round Robin Database. RRD is a system to store and
  display time-series data (i.e. network bandwidth, machine-room temperature,
  server load average). It stores the data in a very compact way that will not
  expand over time, and it presents useful graphs by processing the data to
  enforce a certain data density. It can be used either via simple wrapper
  scripts (from shell or Perl) or via frontends that poll network devices and
  put a friendly user interface on it.
rrdtool 1.7.1 1.fc30	1402000	Unspecified	Round Robin Database Tool to store and display time-series data
  RRD is the Acronym for Round Robin Database. RRD is a system to store and
  display time-series data (i.e. network bandwidth, machine-room temperature,
  server load average). It stores the data in a very compact way that will not
  expand over time, and it presents useful graphs by processing the data to
  enforce a certain data density. It can be used either via simple wrapper
  scripts (from shell or Perl) or via frontends that poll network devices and
  put a friendly user interface on it.
rrdtool-devel 1.7.1 1.fc30	36867	Unspecified	RRDtool libraries and header files
  RRD is the Acronym for Round Robin Database. RRD is a system to store and
  display time-series data (i.e. network bandwidth, machine-room temperature,
  server load average). This package allow you to use directly this library.
rrdtool-devel 1.7.1 1.fc30	36869	Unspecified	RRDtool libraries and header files
  RRD is the Acronym for Round Robin Database. RRD is a system to store and
  display time-series data (i.e. network bandwidth, machine-room temperature,
  server load average). This package allow you to use directly this library.
rrdtool-doc 1.7.1 1.fc30	955206	Unspecified	RRDtool documentation
  RRD is the Acronym for Round Robin Database. RRD is a system to store and
  display time-series data (i.e. network bandwidth, machine-room temperature,
  server load average). This package contains documentation on using RRD.
rrdtool-lua 1.7.1 1.fc30	23016	Unspecified	Lua RRDtool bindings
  The rrdtool-lua package includes RRDtool bindings for Lua.
rrdtool-perl 1.7.1 1.fc30	86284	Unspecified	Perl RRDtool bindings
  The Perl RRDtool bindings
rrdtool-ruby 1.7.1 1.fc30	25238	Unspecified	Ruby RRDtool bindings
  The rrdtool-ruby package includes RRDtool bindings for Ruby.
rrdtool-tcl 1.7.1 1.fc30	24147	Unspecified	Tcl RRDtool bindings
  The rrdtool-tcl package includes RRDtool bindings for Tcl.
rsh 0.17 91.fc30	121782	Unspecified	Clients for remote access commands (rsh, rlogin, rcp)
  The rsh package contains a set of programs which allow users to run
  commands on remote machines, login to other machines and copy files
  between machines (rsh, rlogin and rcp).  All three of these commands
  use rhosts style authentication.  This package contains the clients
  needed for all of these services.
  The rsh package should be installed to enable remote access to other
  machines
rsh-server 0.17 91.fc30	107899	Unspecified	Servers for remote access commands (rsh, rlogin, rcp)
  The rsh-server package contains a set of programs which allow users
  to run commands on remote machines, login to other machines and copy
  files between machines (rsh, rlogin and rcp).  All three of these
  commands use rhosts style authentication.  This package contains the
  servers needed for all of these services.  It also contains a server
  for rexec, an alternate method of executing remote commands.
  All of these servers are run by systemd and configured using
  systemd units and PAM.
  
  The rsh-server package should be installed to enable remote access
  from other machines
rsibreak 0.12.9 2.fc30	1746063	Unspecified	A small utility which bothers you at certain intervals
  RSIBreak is a small utility which bothers you at certain intervals. The
  interval and duration of two different timers can be configured. You can
  use the breaks to stretch out or do the dishes. The aim of this utility
  is to let you know when it is time to have a break from your computer.
  This can help people to prevent Repetive Strain Injury.
rsnapshot 1.4.2 7.fc30	386279	Unspecified	Local and remote filesystem snapshot utility
  This is a remote backup program that uses rsync to take backup snapshots of
  filesystems.  It uses hard links to save space on disk.
rss-glx 0.9.1.p 39.fc30	6173499	Unspecified	Really Slick Screensavers
  A port of the Really Slick Screensavers to GLX. Provides several visually
  impressive and graphically intensive screensavers.
  
  Note that this package contains only the display hacks themselves; you will
  need to install the appropriate subpackage for your desktop environment in
  order to use them as screensavers.
rss-glx-gnome-screensaver 0.9.1.p 39.fc30	5072	Unspecified	Really Slick Screensavers
  A port of the Really Slick Screensavers to GLX. Provides several visually
  impressive and graphically intensive screensavers.
  
  This package contains files needed to use the hacks with gnome-screensaver.
rss-glx-xscreensaver 0.9.1.p 39.fc30	33456	Unspecified	Really Slick Screensavers
  A port of the Really Slick Screensavers to GLX. Provides several visually
  impressive and graphically intensive screensavers.
  
  This package contains files needed to use the hacks with xscreensaver.
rss2email 2.71 14.fc29	53994	Applications/Internet	Deliver news from RSS feeds to your SMTP server as text or HTML mail
  rss2email lets you subscribe to a list of XML newsfeeds (RSS or Atom). It can
  parse them regularly with the help of cron and send new items to you by email.
  
  An HTML mail will be send in the default configuration to the local SMTP server.
  See the manual page r2e for details on how to set up rss2email.
rssdler 0.4.2 17.fc30	242624	Unspecified	Downloads enclosures and other objects linked to from various types of RSS feeds
  A utility to automatically download enclosures and other objects
  linked to from various types of RSS feeds.
  videocasts, and torrents.
  
  Features include:
  - filtering using regular expressions and/or file size
  - global, feed, and filter based download locations
  - can run in the background (at least on GNU/Linux) like a daemon
  - various logging and verbosity levels
  - support for sites protected with cookies (LWP/MSIE/Mozilla/Safari/Firefox3)
  - global and feed scan times
  - respects 'ttl' tag in feeds that have them
  - call custom functions after a download or after a scan of the feed
  (episode advancement!)
  - generates an RSS feed of what it has downloaded.
  
  Because it is written in Python, it is highly cross-platform compatible.
  It tries to be memory efficient, with reports of it functioning on
  consumer routers. Minimal external dependencies help keep that a reality.
  It became popular when people started using it in conjunction with
  rTorrent for torrent broadcatching.
rssguard 3.5.7 1.fc30	5309662	Unspecified	Simple yet powerful feed reader
  RSS Guard is simple, light and easy-to-use RSS/ATOM feed aggregator developed
  using Qt framework which supports online feed synchronization.
rssh 2.3.4 13.fc30	137957	Unspecified	Restricted shell for use with OpenSSH, allowing only scp and/or sftp
  rssh is a restricted shell for use with OpenSSH, allowing only scp
  and/or sftp. For example, if you have a server which you only want
  to allow users to copy files off of via scp, without providing shell
  access, you can use rssh to do that. It is a alternative to scponly.
rst2pdf 0.93 15.fc30	1170144	Unspecified	Tool for transforming reStructuredText to PDF
  Tool for transforming reStructuredText to PDF using ReportLab
rstp 04012009git 27.fc30	246710	Unspecified	Rapid Spanning Tree User Space Daemon
  rstp is a user space implementation of the rapid spanning tree protocol.  It
  replaces the in-kernel STP implementation
rsvndump 0.6 14.fc30	160036	Unspecified	Remote Subversion repository dumping tool
  rsvndump is a command line tool that is able to dump a subversion repository
  that resides on a remote server. All data is dumped in the format that can be
  read/written by svnadmin, so the data produced by rsvndump can easily be
  imported into a new subversion repository.
rsync 3.1.3 7.fc30	941236	Unspecified	A program for synchronizing files over a network
  Rsync uses a reliable algorithm to bring remote and host files into
  sync very quickly. Rsync is fast because it just sends the differences
  in the files over the network instead of sending the complete
  files. Rsync is often used as a very powerful mirroring process or
  just as a more capable replacement for the rcp command. A technical
  report which describes the rsync algorithm is included in this
  package.
rsync-bpc 3.1.2.0 2.fc30	753622	Unspecified	A customized version of rsync that is used as part of BackupPC
  Rsync-bpc is a customized version of rsync that is used as part of
  BackupPC, an open source backup system.
  
  The main change to rsync is adding a shim layer (in the subdirectory
  backuppc, and in bpc_sysCalls.c) that emulates the system calls for
  accessing the file system so that rsync can directly read/write files
  in BackupPC's format.
  
  Rsync-bpc is fully line-compatible with vanilla rsync, so it can talk
  to rsync servers and clients.
  
  Rsync-bpc serves no purpose outside of BackupPC.
rsync-daemon 3.1.3 7.fc30	17868	Unspecified	Service for anonymous access to rsync
  Rsync can be used to offer read only access to anonymous clients. This
  package provides the anonymous rsync service.
rsyntaxtextarea 2.6.1 5.fc30	1160119	Unspecified	A syntax highlighting, code folding text editor for Java Swing applications
  RSyntaxTextArea is a customizable, syntax highlighting text component for Java
  Swing applications. Out of the box, it supports syntax highlighting for 40+
  programming languages, code folding, search and replace, and has add-on
  libraries for code completion and spell checking. Syntax highlighting for
  additional languages can be added via tools such as JFlex.
rsyntaxtextarea-javadoc 2.6.1 5.fc30	8817044	Unspecified	Javadoc for RSyntaxTextArea
  This package contains the API documentation for rsyntaxtextarea.
rsyslog 8.39.0 3.fc30	2481496	Unspecified	Enhanced system logging and kernel message trapping daemon
  Rsyslog is an enhanced, multi-threaded syslog daemon. It supports MySQL,
  syslog/TCP, RFC 3195, permitted sender lists, filtering on any message part,
  and fine grain output format control. It is compatible with stock sysklogd
  and can be used as a drop-in replacement. Rsyslog is simple to set up, with
  advanced features suitable for enterprise-class, encryption-protected syslog
  relay chains.
rsyslog-crypto 8.39.0 3.fc30	83859	Unspecified	Encryption support
  This package contains a module providing log file encryption and a
  command line tool to process encrypted logs.
rsyslog-doc 8.39.0 3.fc30	6662009	Unspecified	HTML documentation for rsyslog
  This subpackage contains documentation for rsyslog.
rsyslog-elasticsearch 8.39.0 3.fc30	54552	Unspecified	ElasticSearch output module for rsyslog
  This module provides the capability for rsyslog to feed logs directly into
  Elasticsearch.
rsyslog-gnutls 8.39.0 3.fc30	44800	Unspecified	TLS protocol support for rsyslog
  The rsyslog-gnutls package contains the rsyslog plugins that provide the
  ability to receive syslog messages via upcoming syslog-transport-tls
  IETF standard protocol.
rsyslog-gssapi 8.39.0 3.fc30	60992	Unspecified	GSSAPI authentication and encryption support for rsyslog
  The rsyslog-gssapi package contains the rsyslog plugins which support GSSAPI
  authentication and secure connections. GSSAPI is commonly used for Kerberos
  authentication.
rsyslog-hiredis 8.39.0 3.fc30	20960	Unspecified	Redis support for rsyslog
  This module provides output to Redis.
rsyslog-kafka 8.39.0 3.fc30	50416	Unspecified	Provides the omkafka module
  The rsyslog-kafka package provides module for Apache Kafka output.
rsyslog-libdbi 8.39.0 3.fc30	20992	Unspecified	Libdbi database support for rsyslog
  This module supports a large number of database systems via
  libdbi. Libdbi abstracts the database layer and provides drivers for
  many systems. Drivers are available via the libdbi-drivers project.
rsyslog-mmaudit 8.39.0 3.fc30	16704	Unspecified	Message modification module supporting Linux audit format
  This module provides message modification supporting Linux audit format
  in various settings.
rsyslog-mmjsonparse 8.39.0 3.fc30	20888	Unspecified	JSON enhanced logging support
  This module provides the capability to recognize and parse JSON enhanced
  syslog messages.
rsyslog-mmkubernetes 8.39.0 3.fc30	46777	Unspecified	Provides the mmkubernetes module
  The rsyslog-mmkubernetes package provides module for adding kubernetes
  container metadata.
rsyslog-mmnormalize 8.39.0 3.fc30	20952	Unspecified	Log normalization support for rsyslog
  This module provides the capability to normalize log messages via liblognorm.
rsyslog-mmsnmptrapd 8.39.0 3.fc30	20808	Unspecified	Message modification module for snmptrapd generated messages
  This message modification module takes messages generated from snmptrapd and
  modifies them so that they look like they originated from the read originator.
rsyslog-mongodb 8.39.0 3.fc30	56864	Unspecified	MongoDB support for rsyslog
  The rsyslog-mongodb package contains a dynamic shared object that will add
  MongoDB database support to rsyslog.
rsyslog-mysql 8.39.0 3.fc30	22022	Unspecified	MySQL support for rsyslog
  The rsyslog-mysql package contains a dynamic shared object that will add
  MySQL database support to rsyslog.
rsyslog-omamqp1 8.39.0 3.fc30	33264	Unspecified	Provides the omamqp1 module
  The omamqp1 output module can be used to send log messages via an AMQP
  1.0-compatible messaging bus.
rsyslog-pgsql 8.39.0 3.fc30	22112	Unspecified	PostgresSQL support for rsyslog
  The rsyslog-pgsql package contains a dynamic shared object that will add
  PostgreSQL database support to rsyslog.
rsyslog-rabbitmq 8.39.0 3.fc30	21032	Unspecified	RabbitMQ support for rsyslog
  This module allows rsyslog to send messages to a RabbitMQ server.
rsyslog-relp 8.39.0 3.fc30	68368	Unspecified	RELP protocol support for rsyslog
  The rsyslog-relp package contains the rsyslog plugins that provide
  the ability to receive syslog messages via the reliable RELP
  protocol.
rsyslog-snmp 8.39.0 3.fc30	29392	Unspecified	SNMP protocol support for rsyslog
  The rsyslog-snmp package contains the rsyslog plugin that provides the
  ability to send syslog messages as SNMPv1 and SNMPv2c traps.
rsyslog-udpspoof 8.39.0 3.fc30	25720	Unspecified	Provides the omudpspoof module
  This module is similar to the regular UDP forwarder, but permits to
  spoof the sender address. Also, it enables to circle through a number
  of source ports.
rt 4.4.3 3.fc30	25251336	Unspecified	Request tracker
  RT is an enterprise-grade ticketing system which enables a group of people
  to intelligently and efficiently manage tasks, issues, and requests submitted
  by a community of users.
rt-mailgate 4.4.3 3.fc30	35271	Unspecified	rt's mailgate utility
  rt's mailgate utility
rt-tests 4.4.3 3.fc30	2218706	Unspecified	Test suite for package rt
  Test suite for package rt
rtags 2.31 1.fc30	10139785	Unspecified	A indexer for the c language family with Emacs integration
  RTags is a client/server application that indexes C/C++ code and keeps
  a persistent file-based database of references, declarations,
  definitions, symbolnames etc. There’s also limited support for
  ObjC/ObjC++. It allows you to find symbols by name (including nested
  class and namespace scope). Most importantly we give you proper
  follow-symbol and find-references support.
rtaudio 5.0.0 4.fc30	152911	Unspecified	Real-time Audio I/O Library
  RtAudio is a set of C++ classes that provide a common API for realtime audio
  input/output across different operating systems. RtAudio significantly
  simplifies the process of interacting with computer audio hardware. It was
  designed with the following objectives:
  
    * object-oriented C++ design
    * simple, common API across all supported platforms
    * allow simultaneous multi-api support
    * support dynamic connection of devices
    * provide extensive audio device parameter control
    * allow audio device capability probing
    * automatic internal conversion for data format, channel number compensation,
      (de)interleaving, and byte-swapping
rtaudio 5.0.0 4.fc30	145835	Unspecified	Real-time Audio I/O Library
  RtAudio is a set of C++ classes that provide a common API for realtime audio
  input/output across different operating systems. RtAudio significantly
  simplifies the process of interacting with computer audio hardware. It was
  designed with the following objectives:
  
    * object-oriented C++ design
    * simple, common API across all supported platforms
    * allow simultaneous multi-api support
    * support dynamic connection of devices
    * provide extensive audio device parameter control
    * allow audio device capability probing
    * automatic internal conversion for data format, channel number compensation,
      (de)interleaving, and byte-swapping
rtaudio-devel 5.0.0 4.fc30	690228	Unspecified	Real-time Audio I/O Library
  RtAudio is a set of C++ classes that provide a common API for realtime audio
  input/output across different operating systems. RtAudio significantly
  simplifies the process of interacting with computer audio hardware. It was
  designed with the following objectives:
  
    * object-oriented C++ design
    * simple, common API across all supported platforms
    * allow simultaneous multi-api support
    * support dynamic connection of devices
    * provide extensive audio device parameter control
    * allow audio device capability probing
    * automatic internal conversion for data format, channel number compensation,
      (de)interleaving, and byte-swapping
rtaudio-devel 5.0.0 4.fc30	690228	Unspecified	Real-time Audio I/O Library
  RtAudio is a set of C++ classes that provide a common API for realtime audio
  input/output across different operating systems. RtAudio significantly
  simplifies the process of interacting with computer audio hardware. It was
  designed with the following objectives:
  
    * object-oriented C++ design
    * simple, common API across all supported platforms
    * allow simultaneous multi-api support
    * support dynamic connection of devices
    * provide extensive audio device parameter control
    * allow audio device capability probing
    * automatic internal conversion for data format, channel number compensation,
      (de)interleaving, and byte-swapping
rtfilter 1.1 8.fc30	80884	Unspecified	Realtime digital filtering functions for multichannel signals
  rtfilter provides a library written in C implementing realtime digital
  filtering functions for multichannel signals (i.e. filtering multiple
  signals with the same filter). It implements FIR, IIR filters and
  downsampler for float and double data type (both for real and complex
  valued signal). Additional functions are also provided to design few
  usual filters: Butterworth, Chebyshev, windowed sinc, analytical filter...
  
  One of the main differences from other libraries providing digital signal
  processing is that the filter functions have been specifically designed and
  optimized for multichannel signals (from few channels to several hundred).
  If data allows it, the library automatically switch to optimized SIMD
  (Single Instruction Multiple Data) code, allowing to reduce by 3~4 the time
  spent in processing the data.
rtfilter 1.1 8.fc30	86640	Unspecified	Realtime digital filtering functions for multichannel signals
  rtfilter provides a library written in C implementing realtime digital
  filtering functions for multichannel signals (i.e. filtering multiple
  signals with the same filter). It implements FIR, IIR filters and
  downsampler for float and double data type (both for real and complex
  valued signal). Additional functions are also provided to design few
  usual filters: Butterworth, Chebyshev, windowed sinc, analytical filter...
  
  One of the main differences from other libraries providing digital signal
  processing is that the filter functions have been specifically designed and
  optimized for multichannel signals (from few channels to several hundred).
  If data allows it, the library automatically switch to optimized SIMD
  (Single Instruction Multiple Data) code, allowing to reduce by 3~4 the time
  spent in processing the data.
rtfilter-devel 1.1 8.fc30	15372	Unspecified	Development files for rtfilter
  The rtfilter-devel package contains libraries and header files for
  developing applications that use rtfilter.
rtfilter-devel 1.1 8.fc30	15374	Unspecified	Development files for rtfilter
  The rtfilter-devel package contains libraries and header files for
  developing applications that use rtfilter.
rtirq 20130402 15.fc30	32304	Unspecified	Realtime IRQ thread system tuning
  Start-up scripts for tuning the realtime scheduling policy and priority
  of relevant IRQ service threads, featured for a realtime-preempt enabled
  kernel configuration.
rtkit 0.11 21.fc30	183513	Unspecified	Realtime Policy and Watchdog Daemon
  RealtimeKit is a D-Bus system service that changes the
  scheduling policy of user processes/threads to SCHED_RR (i.e. realtime
  scheduling mode) on request. It is intended to be used as a secure
  mechanism to allow real-time scheduling to be used by normal user
  processes.
rtl-sdr 0.5.4 3.fc30	350044	Unspecified	SDR utilities for Realtek RTL2832 based DVB-T dongles
  This package can turn your RTL2832 based DVB-T dongle into a SDR receiver.
rtl-sdr 0.5.4 3.fc30	345976	Unspecified	SDR utilities for Realtek RTL2832 based DVB-T dongles
  This package can turn your RTL2832 based DVB-T dongle into a SDR receiver.
rtl-sdr-devel 0.5.4 3.fc30	14649	Unspecified	Development files for rtl-sdr
  Development files for rtl-sdr.
rtl-sdr-devel 0.5.4 3.fc30	14651	Unspecified	Development files for rtl-sdr
  Development files for rtl-sdr.
rtlsdr-scanner 1.3.2 3.fc30	1034850	Unspecified	Frequency scanning GUI for RTL2832 based DVB-T dongles
  Frequency scanning GUI for RTL2832 based DVB-T dongles. In other
  words a cheap, simple Spectrum Analyser.
rtlsdr-scanner-doc 1.3.2 3.fc30	1221255	Unspecified	Documentation files for rtlsdr-scanner
  Documentation files for rtlsdr-scanner.
rtmidi 3.0.0 4.fc30	114746	Unspecified	Library for realtime MIDI input/output (ALSA support)
  RtMidi is a set of C++ classes (RtMidiIn and RtMidiOut) that provides a common
  API (Application Programming Interface) for realtime MIDI input/output across
  Linux (ALSA & Jack), Macintosh OS X, Windows (Multimedia Library), and SGI
  operating systems. RtMidi significantly simplifies the process of interacting
  with computer MIDI hardware and software. It was designed with the following
  goals:
  * object oriented C++ design
  * simple, common API across all supported platforms
  * only two header files and one source file for easy inclusion in programming
    projects
  * MIDI device enumeration
rtmidi 3.0.0 4.fc30	120162	Unspecified	Library for realtime MIDI input/output (ALSA support)
  RtMidi is a set of C++ classes (RtMidiIn and RtMidiOut) that provides a common
  API (Application Programming Interface) for realtime MIDI input/output across
  Linux (ALSA & Jack), Macintosh OS X, Windows (Multimedia Library), and SGI
  operating systems. RtMidi significantly simplifies the process of interacting
  with computer MIDI hardware and software. It was designed with the following
  goals:
  * object oriented C++ design
  * simple, common API across all supported platforms
  * only two header files and one source file for easy inclusion in programming
    projects
  * MIDI device enumeration
rtmidi-devel 3.0.0 4.fc30	689279	Unspecified	Development headers and libraries for rtmidi
  Development headers and libraries for rtmidi.
rtmidi-devel 3.0.0 4.fc30	689234	Unspecified	Development headers and libraries for rtmidi
  Development headers and libraries for rtmidi.
rtorrent 0.9.7 5.fc30	2537782	Unspecified	BitTorrent client based on libtorrent
  A BitTorrent client using libtorrent, which on high-bandwidth connections is
  able to seed at 3 times the speed of the official client. Using
  ncurses its ideal for use with screen or dtach. It supports
  saving of sessions and allows the user to add and remove torrents and scanning
  of directories for torrent files to seed and/or download.
rtpproxy 2.0.0 12.fc30	221326	Unspecified	A symmetric RTP proxy
  This is symmetric RTP proxy designed to be used in conjunction with
  the SIP Express Router (SER) or any other SIP proxy capable of
  rewriting SDP bodies in SIP messages that it processes.
rubber 1.4 10.fc30	791809	Unspecified	An automated system for building LaTeX documents
  This is a building system for LaTeX documents. It is based on a routine that
  runs just as many compilations as necessary. The module system provides a
  great flexibility that virtually allows support for any package with no user
  intervention, as well as pre- and post-processing of the document. The
  standard modules currently provide support for bibtex, dvips, dvipdfm, pdftex,
  makeindex. A good number of standard packages are supported, including
  graphics/graphicx (with automatic conversion between various formats and
  Metapost compilation).
rubberband 1.8.2 2.fc30	1382037	Unspecified	Audio time-stretching and pitch-shifting library
  Rubber Band is a library and utility program that permits you to change the
  tempo and pitch of an audio recording independently of one another.
rubberband 1.8.2 2.fc30	1320633	Unspecified	Audio time-stretching and pitch-shifting library
  Rubber Band is a library and utility program that permits you to change the
  tempo and pitch of an audio recording independently of one another.
rubberband-devel 1.8.2 2.fc30	40965	Unspecified	Development files for rubberband
  The rubberband-devel package contains libraries and header files for
  developing applications that use rubberband.
rubberband-devel 1.8.2 2.fc30	40967	Unspecified	Development files for rubberband
  The rubberband-devel package contains libraries and header files for
  developing applications that use rubberband.
ruby 2.6.2 118.fc30	95404	Unspecified	An interpreter of object-oriented scripting language
  Ruby is the interpreted scripting language for quick and easy
  object-oriented programming.  It has many features to process text
  files and to do system management tasks (as in Perl).  It is simple,
  straight-forward, and extensible.
ruby 2.6.2 118.fc30	96320	Unspecified	An interpreter of object-oriented scripting language
  Ruby is the interpreted scripting language for quick and easy
  object-oriented programming.  It has many features to process text
  files and to do system management tasks (as in Perl).  It is simple,
  straight-forward, and extensible.
ruby-SBML 5.17.0 13.fc30	16542174	Unspecified	Ruby bindings for libSBML
  This package contains Ruby bindings for libSBML.
ruby-SEDML 0.4.3 20.fc30	3271743	Unspecified	Ruby library that fully supports SED-ML for SBML
  The SEDML ruby package contains the libraries to
  develop applications with libSEDML Ruby bindings.
ruby-augeas 0.5.0 20.fc30	58429	Unspecified	Ruby bindings for Augeas
  Ruby bindings for augeas.
ruby-aws 0.8.1 18.fc30	167551	Unspecified	Ruby interface to Amazon Web Services
  Ruby/AWS is a Ruby language library that allows the programmer to retrieve
  information from Amazon via the Associate Web Service. In addition to the
  original amazon.com site, amazon.co.uk, amazon.de, amazon.fr, amazon.ca and
  amazon.co.jp are also supported.
  
  In addition to wrapping the AWS API, Ruby/AWS provides geolocation of clients,
  transparent fetching of all hits for a given search (not just the first 10)
  and a host of other features.
  
  Ruby/AWS supersedes Ruby/Amazon.
ruby-aws-doc 0.8.1 18.fc30	85785	Unspecified	Documentation for ruby-aws
  This package contains documentation for ruby-aws.
ruby-bonobo2 0.90.4 8.fc30.3	50639	Unspecified	Ruby binding of libbonobo-2.x
  Ruby/Bonobo2 is a Ruby binding of libbonobo-2.x.
ruby-bonobo2-devel 0.90.4 8.fc30.3	75	Unspecified	Development libraries and header files for ruby-bonobo2
  Ruby/Bonobo2 is a Ruby binding of libbonobo-2.x.
  This package provides libraries and header files for ruby-bonobo2
ruby-bonobo2-devel 0.90.4 8.fc30.3	75	Unspecified	Development libraries and header files for ruby-bonobo2
  Ruby/Bonobo2 is a Ruby binding of libbonobo-2.x.
  This package provides libraries and header files for ruby-bonobo2
ruby-bonoboui2 0.90.4 8.fc30.3	86654	Unspecified	Ruby binding of libbonoboui-2.x
  Ruby/BonoboUI2 is a Ruby binding of libbonoboui-2.x.
ruby-bonoboui2-devel 0.90.4 8.fc30.3	79	Unspecified	Development libraries and header files for ruby-bonoboui2
  Ruby/BonoboUI2 is a Ruby binding of libbonoboui-2.x.
  This package provides libraries and header files for ruby-bonoboui2
ruby-bonoboui2-devel 0.90.4 8.fc30.3	79	Unspecified	Development libraries and header files for ruby-bonoboui2
  Ruby/BonoboUI2 is a Ruby binding of libbonoboui-2.x.
  This package provides libraries and header files for ruby-bonoboui2
ruby-bsearch 1.5 19.fc30	17624	Unspecified	Binary search library for Ruby
  Ruby/Bsearch is a binary search library for Ruby. It can search the FIRST or
  LAST occurrence in an array with a condition given by a block.
ruby-caca 0.99 0.41.beta19.fc30	76121	Unspecified	Ruby bindings for libcaca
  This package contains the ruby bindings for using libcaca from ruby.
ruby-clearsilver 0.10.5 53.fc30	251812	Unspecified	Ruby interface to the ClearSilver HTML templating system
  Ruby interface to the ClearSilver HTML templating system.
ruby-devel 2.6.2 118.fc30	1215177	Unspecified	A Ruby development environment
  Header files and libraries for building an extension library for the
  Ruby or an application embedding Ruby.
ruby-devel 2.6.2 118.fc30	1217909	Unspecified	A Ruby development environment
  Header files and libraries for building an extension library for the
  Ruby or an application embedding Ruby.
ruby-doc 2.6.2 118.fc30	20330053	Unspecified	Documentation for ruby
  This package contains documentation for ruby.
ruby-facter 3.9.3 6.fc30	1520	Unspecified	ruby bindings for facter
  The ruby bindings for libfacter.
ruby-gconf2 0.90.4 8.fc30.3	100943	Unspecified	Ruby binding of GConf-2.x
  Ruby/GConf2 is a Ruby binding of GConf-2.x.
ruby-gconf2-devel 0.90.4 8.fc30.3	85	Unspecified	Development libraries and header files for ruby-gconf2
  Ruby/GConf2 is a Ruby binding of GConf-2.x.
  This package provides libraries and header files for ruby-gconf2
ruby-gconf2-devel 0.90.4 8.fc30.3	85	Unspecified	Development libraries and header files for ruby-gconf2
  Ruby/GConf2 is a Ruby binding of GConf-2.x.
  This package provides libraries and header files for ruby-gconf2
ruby-gnome2 0.90.4 8.fc30.3	441361	Unspecified	Ruby binding of libgnome/libgnomeui-2.x
  Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
ruby-gnome2-devel 0.90.4 8.fc30.3	75	Unspecified	Development libraries and header files for ruby-gnome2
  Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
  This package provides libraries and header files for ruby-gnome2
ruby-gnome2-devel 0.90.4 8.fc30.3	75	Unspecified	Development libraries and header files for ruby-gnome2
  Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
  This package provides libraries and header files for ruby-gnome2
ruby-gnomecanvas2 0.90.4 8.fc30.3	184748	Unspecified	Ruby binding of GnomeCanvas-2.x
  Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
ruby-gnomecanvas2-devel 0.90.4 8.fc30.3	85	Unspecified	Development libraries and header files for ruby-gnomecanvas2
  Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
  This package provides libraries and header files for ruby-gnomecanvas2
ruby-gnomecanvas2-devel 0.90.4 8.fc30.3	85	Unspecified	Development libraries and header files for ruby-gnomecanvas2
  Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
  This package provides libraries and header files for ruby-gnomecanvas2
ruby-gnomevfs 0.90.4 8.fc30.3	144109	Unspecified	Ruby binding of GnomeVFS-2.0.x
  Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
ruby-gnomevfs-devel 0.90.4 8.fc30.3	106	Unspecified	Development libraries and header files for ruby-gnomevfs
  Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
  This package provides libraries and header files for ruby-gnomevfs
ruby-gnomevfs-devel 0.90.4 8.fc30.3	106	Unspecified	Development libraries and header files for ruby-gnomevfs
  Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
  This package provides libraries and header files for ruby-gnomevfs
ruby-gtkglext 0.90.4 8.fc30.3	128507	Unspecified	Ruby binding of GtkGLExt
  Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
ruby-gtkglext-devel 0.90.4 8.fc30.3	104	Unspecified	Development libraries and header files for ruby-gtkglext
  Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
  This package provides libraries and header files for ruby-gtkglext
ruby-gtkglext-devel 0.90.4 8.fc30.3	104	Unspecified	Development libraries and header files for ruby-gtkglext
  Ruby/GtkGLExt is a Ruby binding of GtkGLExt.
  This package provides libraries and header files for ruby-gtkglext
ruby-hivex 1.3.18 4.fc30	778144	Unspecified	Ruby bindings for hivex
  ruby-hivex contains Ruby bindings for hivex.
ruby-hyperestraier 1.4.13 35.fc30	209224	Unspecified	Hyper Estraier Library for Ruby
  This package contains a Ruby interface for Hyper Estraier.
ruby-icon-artist 0.1.92 17.fc30	217599	Unspecified	Supporting libraries for icon artists
  Supporting libraries for icon artist scripts. It contains support for
  generating new icons from templates, exporting PNGs and SVGs from one canvas
  SVG, creating new icon theme and managing icon theme buildsys.
ruby-ldap 0.9.16 16.fc30	135012	Unspecified	Ruby LDAP libraries
  Ruby/LDAP is an extension library for Ruby. It provides the interface to
  some LDAP libraries (e.g. OpenLDAP, UMich LDAP, Netscape SDK,
  ActiveDirectory). The common API for application development
  is described in RFC1823 and is supported by Ruby/LDAP.
ruby-ldap-doc 0.9.16 16.fc30	934395	Unspecified	Documentation for ruby-ldap
  Documentation for ruby-ldap.
ruby-libart2 0.90.4 8.fc30.3	120167	Unspecified	Ruby binding of Libart_lgpl
  Ruby/Libart2 is a Ruby binding of Libart_lgpl.
ruby-libart2-devel 0.90.4 8.fc30.3	2331	Unspecified	Development libraries and header files for ruby-libart2
  Ruby/Libart2 is a Ruby binding of Libart_lgpl.
  This package provides libraries and header files for ruby-libart2
ruby-libart2-devel 0.90.4 8.fc30.3	2331	Unspecified	Development libraries and header files for ruby-libart2
  Ruby/Libart2 is a Ruby binding of Libart_lgpl.
  This package provides libraries and header files for ruby-libart2
ruby-libglade2 0.90.4 8.fc30.3	91705	Unspecified	Ruby bindings of Libglade2
  Ruby/Libglade2 is a Ruby bindings of Libglade2.
  This provides a very simple interface to the libglade library,
  to load interfaces dynamically from a glade file.
ruby-libglade2-devel 0.90.4 8.fc30.3	123	Unspecified	Development libraries and header files for ruby-libglade2
  Ruby/Libglade2 is a Ruby bindings of Libglade2.
  This package provides libraries and header files for ruby-libglade2
ruby-libglade2-devel 0.90.4 8.fc30.3	123	Unspecified	Development libraries and header files for ruby-libglade2
  Ruby/Libglade2 is a Ruby bindings of Libglade2.
  This package provides libraries and header files for ruby-libglade2
ruby-libguestfs 1.40.2 4.fc30	1119378	Unspecified	Ruby bindings for libguestfs
  ruby-libguestfs contains Ruby bindings for libguestfs.
ruby-libs 2.6.2 118.fc30	11927569	Unspecified	Libraries necessary to run Ruby
  This package includes the libruby, necessary to run Ruby.
ruby-libs 2.6.2 118.fc30	11664247	Unspecified	Libraries necessary to run Ruby
  This package includes the libruby, necessary to run Ruby.
ruby-mecab 0.996 6.fc30.11	151708	Unspecified	Ruby binding for MeCab
  Ruby binding for MeCab.
ruby-ncurses 1.3.1 29.fc30	263313	Unspecified	A module for ruby applications for using ncurses interfaces
  This ruby extension makes most functions, constants, and external variables
  of the C library ncurses accessible from the Ruby programming language.
ruby-notmuch 0.28.3 1.fc30	68072	Unspecified	Ruby bindings for notmuch
  Ruby bindings for notmuch.
ruby-openbabel 2.4.1 21.fc30	2457608	Unspecified	Ruby wrapper for the Open Babel library
  Ruby wrapper for the Open Babel library.
ruby-player 3.1.0 14.fc30	12824240	Unspecified	Ruby bindings for player
  This package contains the Ruby client-side bindings for player.
  If you would like to build player clients using Ruby you
  will need to install this package.  Includes bindings built
  against the C and C++ client libraries. Ruby bindings
  are experimental.
ruby-prelude 5.0.0 1.fc30	310832	Unspecified	Ruby bindings for prelude
  Provides ruby bindings for prelude.
ruby-qdbm 1.8.78 35.fc30	245827	Unspecified	QDBM Database Library for Ruby
  This package contains a Ruby interface for QDBM Database library.
ruby-redland 1.0.16.1 32.fc30	215665	Unspecified	Ruby modules for the Redland RDF library
  The ruby-redland package contains the parts of Redland that provide
  an interface to Ruby.
ruby-romkan 0.4 20.fc30	11720	Unspecified	Romaji <-> Kana conversion library for Ruby
  Ruby/Romkan is a Romaji <-> Kana conversion library for Ruby. It can
  convert a Japanese Romaji string to a Japanese Kana string or vice
  versa.
ruby-saslwrapper 0.16 22.fc30	65400	Unspecified	Ruby bindings for saslwrapper
  Ruby bindings for the saslwrapper library.
ruby-shogun 6.0.0 15.fc30	9723207	Unspecified	Ruby-plugin for shogun
  This package contains the Ruby-plugin for shogun.
  
  
  The Shogun Machine learning toolbox provides a wide range of unified and
  efficient Machine Learning (ML) methods.  The toolbox seamlessly allows to
  easily combine multiple data representations, algorithm classes, and general
  purpose tools.  This enables both rapid prototyping of data pipelines and
  extensibility in terms of new algorithms.  We combine modern software
  architecture in C++ with both efficient low-level computing back-ends and
  cutting edge algorithm implementations to solve large-scale Machine Learning
  problems (yet) on single machines.
  
  One of Shogun's most exciting features is that you can use the toolbox through
  a unified interface from C++, Python(3), Octave, R, Java, Lua, etc.  This not
  just means that we are independent of trends in computing languages, but it
  also lets you use Shogun as a vehicle to expose your algorithm to multiple
  communities.  We use SWIG to enable bidirectional communication between C++
  and target languages.  Shogun runs under Linux/Unix, MacOS, Windows.
  
  Originally focusing on large-scale kernel methods and bioinformatics (for a
  list of scientific papers mentioning Shogun, see here), the toolbox saw
  massive extensions to other fields in recent years.  It now offers features
  that span the whole space of Machine Learning methods, including many
  classical methods in classification, regression, dimensionality reduction,
  clustering, but also more advanced algorithm classes such as metric,
  multi-task, structured output, and online learning, as well as feature
  hashing, ensemble methods, and optimization, just to name a few.  Shogun in
  addition contains a number of exclusive state-of-the art algorithms such as
  a wealth of efficient SVM implementations, Multiple Kernel Learning, kernel
  hypothesis testing, Krylov methods, etc.  All algorithms are supported by a
  collection of general purpose methods for evaluation, parameter tuning,
  preprocessing, serialization & I/O, etc;  the resulting combinatorial
  possibilities are huge.
  
  The wealth of ML open-source software allows us to offer bindings to other
  sophisticated libraries including:  LibSVM, LibLinear, LibOCAS, libqp,
  VowpalWabbit, Tapkee, SLEP, GPML and more.
  
  Shogun got initiated in 1999 by Soeren Sonnenburg and Gunnar Raetsch (that's
  where the name ShoGun originates from).  It is now developed by a larger team
  of authors, and would not have been possible without the patches and bug
  reports by various people.  See contributions for a detailed list.  Statistics
  on Shogun's development activity can be found on ohloh.
ruby-solv 0.7.4 2.fc30	291472	Unspecified	Ruby bindings for the libsolv library
  Ruby bindings for the libsolv library.
ruby-taglib 1.1 19.fc30	5908	Unspecified	Ruby library wrapping the Taglib library
  ruby-taglib is a simple dl-based wrapper of
  Taglib's C library.  It's short and sweet, because the C API is written by
  someone who knows how to use OO programming, and Ruby with dl just
  makes it all too easy to wrap such a library.
ruby-yui 1.1.2 15.fc30	1213760	Unspecified	Ruby bindings for libyui
  This package provides Ruby language bindings to access
  functions of libyui.
  An User Interface engine that provides the abstraction from
  graphical user interfaces (Qt, Gtk) and text based user
  interfaces (ncurses).
rubygem-Ascii85 1.0.2 13.fc30	12634	Unspecified	Ascii85 encoder/decoder
  Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of
  the same name.
rubygem-Ascii85-doc 1.0.2 13.fc30	729726	Unspecified	Documentation for rubygem-Ascii85
  Documentation for rubygem-Ascii85.
rubygem-CFPropertyList 2.3.3 6.fc30	59500	Unspecified	Read, write and manipulate property lists as defined by Apple
  This is a module to read, write and manipulate both binary and XML property
  lists as defined by apple.
rubygem-CFPropertyList-doc 2.3.3 6.fc30	1257291	Unspecified	Documentation for rubygem-CFPropertyList
  Documentation for rubygem-CFPropertyList.
rubygem-POpen4 0.1.4 16.fc30	14955	Unspecified	Open4 cross-platform
  POpen4 provides the Rubyist a single API across platforms for executing
  a command in a child process with handles on stdout, stderr, stdin streams
  as well as access to the process ID and exit status. It does very little other
  than to provide an easy way to use either Ara Howard’s Open4 library
  or the win32-popen3 library by Park Heesob and Daniel Berger depending on your
  platform and without having to code around the slight differences
  in their APIs.
rubygem-POpen4-doc 0.1.4 16.fc30	709416	Unspecified	Documentation for rubygem-POpen4
  Documentation for rubygem-POpen4
rubygem-Platform 0.4.0 15.fc30	7837	Unspecified	Hopefully robust platform sensing
  Hopefully robust platform sensing
rubygem-Platform-doc 0.4.0 15.fc30	688906	Unspecified	Documentation for rubygem-Platform
  Documentation for rubygem-Platform
rubygem-RedCloth 4.3.2 10.fc30	666497	Unspecified	Textile parser for Ruby
  Textile parser for Ruby.
rubygem-RedCloth-doc 4.3.2 10.fc30	1312371	Unspecified	Documentation for rubygem-RedCloth
  Documentation for rubygem-RedCloth.
rubygem-RubyInline 3.11.3 11.fc28	73617	Development/Languages	Write foreign code within your ruby code
  Inline allows you to write foreign code within your ruby code. It
  automatically determines if the code in question has changed and
  builds it only when necessary. The extensions are then automatically
  loaded into the class/module that defines it.
rubygem-RubyInline-doc 3.11.3 11.fc28	949416	Documentation	Documentation for rubygem-RubyInline
  This package contains documentation for rubygem-RubyInline.
rubygem-ZenTest 4.11.2 2.fc30	88885	Unspecified	Automated test scaffolding for Ruby
  ZenTest is an automated test scaffolding for Ruby that provides 4 different
  tools: zentest, unit_diff, autotest and multiruby. These tools can be used for
  test conformance auditing and rapid XP.
rubygem-ZenTest-doc 4.11.2 2.fc30	1486317	Unspecified	Documentation for rubygem-ZenTest
  Documentation for rubygem-ZenTest.
rubygem-abrt 0.3.0 6.fc30	5636	Unspecified	ABRT support for Ruby
  Provides ABRT reporting support for libraries/applications written using Ruby.
rubygem-abrt-doc 0.3.0 6.fc30	717651	Unspecified	Documentation for rubygem-abrt
  Documentation for rubygem-abrt.
rubygem-abstract 1.0.0 18.fc30	16984	Unspecified	Allows you to define an abstract method in Ruby
  Small library that allows you to define an abstract method in Ruby.
rubygem-abstract-doc 1.0.0 18.fc30	688073	Unspecified	Documentation for rubygem-abstract
  This package contains documentation for rubygem-abstract.
rubygem-actioncable 5.2.2 2.fc30	113739	Unspecified	WebSocket framework for Rails
  Structure many real-time application concerns into channels over a single
  WebSocket connection.
rubygem-actioncable-doc 5.2.2 2.fc30	1432471	Unspecified	Documentation for rubygem-actioncable
  Documentation for rubygem-actioncable.
rubygem-actionmailer 5.2.2 2.fc30	84162	Unspecified	Email composition, delivery, and receiving framework (part of Rails)
  Email on Rails. Compose, deliver, receive, and test emails using the familiar
  controller/view pattern. First-class support for multipart email and
  attachments.
rubygem-actionmailer-doc 5.2.2 2.fc30	1179604	Unspecified	Documentation for rubygem-actionmailer
  Documentation for rubygem-actionmailer.
rubygem-actionpack 5.2.2 3.fc30	765578	Unspecified	Web-flow and rendering framework putting the VC in MVC (part of Rails)
  Eases web-request routing, handling, and response as a half-way front,
  half-way page controller. Implemented with specific emphasis on enabling easy
  unit/integration testing that doesn't require a browser.
rubygem-actionpack-doc 5.2.2 3.fc30	5287425	Unspecified	Documentation for rubygem-actionpack
  Documentation for rubygem-actionpack.
rubygem-actionview 5.2.2 4.fc30	672197	Unspecified	Rendering framework putting the V in MVC (part of Rails)
  Simple, battle-tested conventions and helpers for building web pages.
rubygem-actionview-doc 5.2.2 4.fc30	3615084	Unspecified	Documentation for rubygem-actionview
  Documentation for rubygem-actionview.
rubygem-activejob 5.2.2 2.fc30	84042	Unspecified	Job framework with pluggable queues
  Declare job classes that can be run by a variety of queueing backends.
rubygem-activejob-doc 5.2.2 2.fc30	1193081	Unspecified	Documentation for rubygem-activejob
  Documentation for rubygem-activejob.
rubygem-activeldap 5.1.1 3.fc30	532269	Unspecified	Ruby/ActiveLdap is a object-oriented API to LDAP
  'Ruby/ActiveLdap' is a ruby extension library which provides a clean objected
  oriented interface to the Ruby/LDAP library.  It was inspired by ActiveRecord.
  This is not nearly as clean or as flexible as ActiveRecord, but it is still
  trivial to define new objects and manipulate them with minimal difficulty.
rubygem-activeldap-doc 5.1.1 3.fc30	4478896	Unspecified	Documentation for rubygem-activeldap
  This package contains documentation for rubygem-activeldap.
rubygem-activemodel 5.2.2 3.fc30	214813	Unspecified	A toolkit for building modeling frameworks (part of Rails)
  A toolkit for building modeling frameworks like Active Record. Rich support
  for attributes, callbacks, validations, serialization, internationalization,
  and testing.
rubygem-activemodel-doc 5.2.2 3.fc30	1825283	Unspecified	Documentation for rubygem-activemodel
  Documentation for rubygem-activemodel.
rubygem-activemodel-serializers-xml 1.0.1 7.fc30	18608	Unspecified	XML serialization for Active Model objects and Active Record models
  XML serialization for your Active Model objects and Active Record models -
  extracted from Rails.
rubygem-activemodel-serializers-xml-doc 1.0.1 7.fc30	745029	Unspecified	Documentation for rubygem-activemodel-serializers-xml
  Documentation for rubygem-activemodel-serializers-xml.
rubygem-activerecord 5.2.2 4.fc30	1419878	Unspecified	Object-relational mapper framework (part of Rails)
  Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties database
  tables and classes together for business objects, like Customer or
  Subscription, that can find, save, and destroy themselves without resorting to
  manual SQL.
rubygem-activerecord-doc 5.2.2 4.fc30	8019589	Unspecified	Documentation for rubygem-activerecord
  Documentation for rubygem-activerecord.
rubygem-activeresource 5.0.0 5.fc30	126840	Unspecified	REST modeling framework (part of Rails)
  REST on Rails. Wrap your RESTful web app with Ruby classes and work with them
  like Active Record models.
rubygem-activeresource-doc 5.0.0 5.fc30	1667894	Unspecified	Documentation for rubygem-activeresource
  Documentation for rubygem-activeresource.
rubygem-activestorage 5.2.2 3.fc30	145186	Unspecified	Local and cloud file storage framework
  Attach cloud and local files in Rails applications.
rubygem-activestorage-doc 5.2.2 3.fc30	1227204	Unspecified	Documentation for rubygem-activestorage
  Documentation for rubygem-activestorage.
rubygem-activesupport 5.2.2 3.fc30	1868745	Unspecified	A support libraries and Ruby core extensions extracted from the Rails framework
  A toolkit of support libraries and Ruby core extensions extracted from the
  Rails framework. Rich support for multibyte strings, internationalization,
  time zones, and testing.
rubygem-activesupport-doc 5.2.2 3.fc30	5608655	Unspecified	Documentation for rubygem-activesupport
  Documentation for rubygem-activesupport.
rubygem-acts_as_list 0.9.16 2.fc30	34196	Unspecified	A gem allowing a active_record model to act_as_list
  This "acts_as" extension provides the capabilities for sorting and reordering
  a number of objects in a list. The class that has this specified needs to have
  a "position" column defined as an integer on the mapped database table.
rubygem-acts_as_list-doc 0.9.16 2.fc30	1032610	Unspecified	Documentation for rubygem-acts_as_list
  Documentation for rubygem-acts_as_list.
rubygem-addressable 2.5.2 4.fc30	278079	Unspecified	URI Implementation
  Addressable is a replacement for the URI implementation that is part of
  Ruby's standard library. It more closely conforms to the relevant RFCs and
  adds support for URI and URL templates.
rubygem-addressable-doc 2.5.2 4.fc30	1720584	Unspecified	Documentation for rubygem-addressable
  Documentation for rubygem-addressable.
rubygem-afm 0.2.2 9.fc30	7074	Unspecified	Reading Adobe Font Metrics (afm) files
  A simple library to read afm files and use the data conveniently.
rubygem-afm-doc 0.2.2 9.fc30	756270	Unspecified	Documentation for rubygem-afm
  Documentation for rubygem-afm
rubygem-algorithms 0.6.1 13.fc30	160638	Unspecified	Useful algorithms and data structures for Ruby. Optional C extensions
  Ruby Gem adding support for various data structures and algorithms:
  Heap, Priority Queue, Deque, Stack, Queue, Red-Black Trees, Splay Trees,
  sorting algorithms, and more.
rubygem-algorithms-doc 0.6.1 13.fc30	2193698	Unspecified	Documentation for rubygem-algorithms
  Documentation for rubygem-algorithms.
rubygem-allison 2.0.3 19.fc30	102762	Unspecified	A modern, pretty RDoc template
  A modern, pretty RDoc template.
rubygem-allison-doc 2.0.3 19.fc30	750262	Unspecified	Documentation for rubygem-allison
  This package contains documentation for rubygem-allison.
rubygem-ammeter 1.1.4 3.fc30	15412	Unspecified	Write specs for your Rails 3+ generators
  Write specs for your Rails 3+ generators.
rubygem-ammeter-doc 1.1.4 3.fc30	788415	Unspecified	Documentation for rubygem-ammeter
  Documentation for rubygem-ammeter
rubygem-amq-protocol 1.9.2 7.fc29	103137	Development/Languages	AMQP 0.9.1 encoder & decoder
  amq-protocol is an AMQP 0.9.1 serialization library for Ruby. It is not an
  AMQP client: amq-protocol only handles serialization and deserialization.
  If you want to write your own AMQP client, this gem can help you with that.
rubygem-amq-protocol-doc 1.9.2 7.fc29	1898415	Documentation	Documentation for rubygem-amq-protocol
  Documentation for rubygem-amq-protocol.
rubygem-ancestry 3.0.0 5.fc30	27114	Unspecified	Organize ActiveRecord model into a tree structure
  Ancestry allows the records of a ActiveRecord model to be organized in a tree
  structure, using a single, intuitively formatted database column. It exposes
  all the standard tree structure relations (ancestors, parent, root, children,
  siblings, descendants) and all of them can be fetched in a single sql query.
  Additional features are named_scopes, integrity checking, integrity restoration,
  arrangement of (sub)tree into hashes and different strategies for dealing with
  orphaned records.
rubygem-ancestry-doc 3.0.0 5.fc30	934279	Unspecified	Documentation for rubygem-ancestry
  Documentation for rubygem-ancestry.
rubygem-ansi 1.5.0 8.fc30	80124	Unspecified	ANSI at your fingertips!
  The ANSI project is a superlative collection of ANSI escape code related
  libraries enabling ANSI colorization and styling of
  console output. Byte for byte ANSI is the best ANSI code
  library available for the Ruby programming
  language.
rubygem-ansi-doc 1.5.0 8.fc30	1531746	Unspecified	Documentation for rubygem-ansi
  Documentation for rubygem-ansi.
rubygem-apipie-bindings 0.2.0 4.fc30	39321	Unspecified	The Ruby bindings for Apipie documented APIs
  Bindings for API calls that are documented with Apipie. Bindings are generated
  on the fly.
rubygem-apipie-bindings-doc 0.2.0 4.fc30	1151032	Unspecified	Documentation for rubygem-apipie-bindings
  Documentation for rubygem-apipie-bindings.
rubygem-apipie-rails 0.5.5 4.fc30	328589	Unspecified	Rails REST API documentation tool
  Apipie-rails is a DSL and Rails engine for documenting your RESTful API.
  Instead of traditional use of #comments, Apipie lets you describe the code,
  through the code. This brings advantages like:
  
  * No need to learn yet another syntax, you already know Ruby, right?
  * Possibility of reusing the docs for other purposes (such as validation)
  * Easier to extend and maintain (no string parsing involved)
  * Possibility of reusing other sources for documentation purposes (such as
    routes etc.)
  
  The documentation is available from within your app (by default under the
  /apipie path.) In development mode, you can see the changes as you go. It's
  markup language agnostic, and even provides an API for reusing the
  documentation data in JSON.
rubygem-apipie-rails-doc 0.5.5 4.fc30	2389500	Unspecified	Documentation for rubygem-apipie-rails
  Documentation for rubygem-apipie-rails.
rubygem-appraisal 0.5.2 9.fc30	17189	Unspecified	Find out what your Ruby gems are worth
  Appraisal integrates with bundler and rake to test your library against
  different versions of dependencies in repeatable scenarios called
  "appraisals."
rubygem-appraisal-doc 0.5.2 9.fc30	805906	Unspecified	Documentation for rubygem-appraisal
  Documentation for rubygem-appraisal
rubygem-archive-tar-minitar 0.5.2 17.fc30	81898	Unspecified	Provides POSIX tar archive management from Ruby programs
  Archive::Tar::Minitar is a pure-Ruby library and command-line utility that
  provides the ability to deal with POSIX tar(1) archive files. The
  implementation is based heavily on Mauricio Ferna'ndez's implementation in
  rpa-base, but has been reorganised to promote reuse in other projects.
rubygem-archive-tar-minitar-doc 0.5.2 17.fc30	1235979	Unspecified	Documentation for rubygem-archive-tar-minitar
  This package contains documentation for rubygem-archive-tar-minitar.
rubygem-arel 9.0.0 3.fc30	113241	Unspecified	Arel is a SQL AST manager for Ruby
  Arel is a Relational Algebra for Ruby. It 1) simplifies the generation complex
  of SQL queries and it 2) adapts to various RDBMS systems. It is intended to be
  a framework framework; that is, you can build your own ORM with it, focusing
  on innovative object and collection modeling as opposed to database
  compatibility and query generation.
rubygem-arel-doc 9.0.0 3.fc30	2731617	Unspecified	Documentation for rubygem-arel
  Documentation for rubygem-arel.
rubygem-aruba 0.14.9 1.fc30	262955	Unspecified	CLI Steps for Cucumber, hand-crafted for you in Aruba
  Aruba is Cucumber extension for Command line applications written
  in any programming language.
rubygem-aruba-doc 0.14.9 1.fc30	3065683	Unspecified	Documentation for rubygem-aruba
  Documentation for rubygem-aruba
rubygem-ascii_binder 0.1.14 5.fc30	225930	Unspecified	An AsciiDoc-based system for authoring and publishing documentation
  AsciiBinder is an AsciiDoc-based system for authoring and publishing closely
  related documentation sets from a single source.
rubygem-ascii_binder-doc 0.1.14 5.fc30	1294102	Unspecified	Documentation for rubygem-ascii_binder
  Documentation for rubygem-ascii_binder.
rubygem-asciidoctor 1.5.6.1 6.fc30	845108	Unspecified	A fast, open source AsciiDoc implementation in Ruby
  A fast, open source text processor and publishing toolchain, written in Ruby,
  for transforming AsciiDoc markup into HTML 5, DocBook 4.5, DocBook 5.0 and
  custom output formats. The transformation from AsciiDoc to custom output
  formats is performed by running the nodes in the parsed document tree through a
  collection of templates written in a template language supported by Tilt.
rubygem-asciidoctor-doc 1.5.6.1 6.fc30	4450495	Unspecified	Documentation for rubygem-asciidoctor
  Documentation for rubygem-asciidoctor
rubygem-asciidoctor-pdf 1.5.0 0.7.alpha.16.fc30	2711916	Unspecified	Converts AsciiDoc documents to PDF using Prawn
  An extension for Asciidoctor that converts AsciiDoc documents to PDF using the
  Prawn PDF library.
rubygem-asciidoctor-pdf-doc 1.5.0 0.7.alpha.16.fc30	1029697	Unspecified	Documentation for rubygem-asciidoctor-pdf
  Documentation for rubygem-asciidoctor-pdf.
rubygem-async_sinatra 1.3.0 5.fc30	16023	Unspecified	A Sinatra plugin for running on async webservers
  A Sinatra plugin to provide convenience whilst performing asynchronous
  responses inside of the Sinatra framework running under async webservers.
  To properly utilize this package, some knowledge of EventMachine and/or
  asynchronous patterns is recommended.
  Currently, supporting servers include:
  * Thin
  * Rainbows
  * Zbatery.
rubygem-async_sinatra-doc 1.3.0 5.fc30	831705	Unspecified	Documentation for rubygem-async_sinatra
  Documentation for rubygem-async_sinatra.
rubygem-atk 3.3.2 1.fc30	29944	Unspecified	Ruby binding of ATK-1.0.x
  Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
rubygem-atk-doc 3.3.2 1.fc30	693204	Unspecified	Documentation for rubygem-atk
  This package contains documentation for rubygem-atk.
rubygem-atomic 1.1.101 3.fc30	35363	Unspecified	An atomic reference implementation for JRuby, Rubinius, and MRI
  An atomic reference implementation for JRuby, Rubinius, and MRI.
rubygem-atomic-doc 1.1.101 3.fc30	787935	Unspecified	Documentation for rubygem-atomic
  Documentation for rubygem-atomic.
rubygem-audited 4.5.0 5.fc30	33006	Unspecified	Log all changes to your models
  Log all changes to your models.
rubygem-audited-doc 4.5.0 5.fc30	978998	Unspecified	Documentation for rubygem-audited
  Documentation for rubygem-audited.
rubygem-authlogic 3.4.2 1.fc22	192638	Development/Languages	A clean, simple, and unobtrusive ruby authentication solution
  A clean, simple, and unobtrusive ruby authentication solution.
rubygem-authlogic-doc 3.4.2 1.fc22	2608014	Development/Languages	Authlogic gem documentation
  Documentation for rubygem-authlogic
rubygem-awesome_print 1.0.2 17.fc30	65766	Unspecified	Pretty print Ruby objects with proper indentation and colors
  Great Ruby debugging companion: pretty print Ruby objects to visualize their
  structure. Supports custom object formatting via plugins.
rubygem-awesome_print-doc 1.0.2 17.fc30	993089	Unspecified	Documentation for rubygem-awesome_print
  Documentation for rubygem-awesome_print
rubygem-awesome_spawn 1.3.0 8.fc30	13707	Unspecified	A module that provides some useful features over Ruby's Kernel.spawn
  AwesomeSpawn is a module that provides some useful features over Ruby's
  Kernel.spawn.
rubygem-awesome_spawn-doc 1.3.0 8.fc30	783707	Unspecified	Documentation for rubygem-awesome_spawn
  Documentation for rubygem-awesome_spawn
rubygem-aws-sdk 1.60.2 9.fc30	5786504	Unspecified	AWS SDK for Ruby
  Build Ruby applications with the aws-sdk gem that takes the complexity
  out of coding directly against the web service interfaces. The gem handles
  common tasks, such as authentication, request retries, XML processing,
  error handling, and more.
rubygem-aws-sdk-core 2.6.19 6.fc30	6325313	Unspecified	AWS SDK for Ruby - Core
  Provides API clients for AWS. This gem is part of the official AWS SDK for
  Ruby.
rubygem-aws-sdk-core-doc 2.6.19 6.fc30	5189874	Unspecified	Documentation for rubygem-aws-sdk-core
  Documentation for rubygem-aws-sdk-core.
rubygem-aws-sdk-doc 1.60.2 9.fc30	14663686	Unspecified	Documentation for rubygem-aws-sdk
  Documentation for rubygem-aws-sdk
rubygem-aws-sdk-resources 2.6.19 5.fc30	219927	Unspecified	AWS SDK for Ruby - Resources
  Provides resource oriented interfaces and other higher-level abstractions for
  many AWS services. This gem is part of the official AWS SDK for Ruby.
rubygem-aws-sdk-resources-doc 2.6.19 5.fc30	2283045	Unspecified	Documentation for rubygem-aws-sdk-resources
  Documentation for rubygem-aws-sdk-resources.
rubygem-aws-sigv4 1.0.2 4.fc30	37926	Unspecified	AWS Signature Version 4 library
  Amazon Web Services Signature Version 4 signing library. Generates sigv4
  signature for HTTP requests.
rubygem-aws-sigv4-doc 1.0.2 4.fc30	863784	Unspecified	Documentation for rubygem-aws-sigv4
  Documentation for rubygem-aws-sigv4.
rubygem-backports 3.11.4 2.fc30	413380	Unspecified	Backports of Ruby features for older Ruby
  Essential backports that enable many of the nice features of Ruby 1.8.7 up to
  2.1.0 for earlier versions.
rubygem-backports-doc 3.11.4 2.fc30	2613934	Unspecified	Documentation for rubygem-backports
  Documentation for rubygem-backports.
rubygem-bacon 1.2.0 9.fc30	14084	Unspecified	A small RSpec clone
  Bacon is a small RSpec clone weighing less than 350 LoC but
  nevertheless providing all essential features.
rubygem-bacon-colored_output 1.1.1 5.fc30	3011	Unspecified	Colored output for Bacon test framework! http://i.imgur.com/EpTpw.png
  Colored output for Bacon test framework! http://i.imgur.com/EpTpw.png.
rubygem-bacon-colored_output-doc 1.1.1 5.fc30	685815	Unspecified	Documentation for rubygem-bacon-colored_output
  Documentation for rubygem-bacon-colored_output.
rubygem-bacon-doc 1.2.0 9.fc30	948372	Unspecified	Documentation for rubygem-bacon
  Documentation for rubygem-bacon.
rubygem-base32 0.3.2 5.fc30	5476	Unspecified	Ruby extension for base32 encoding and decoding
  Ruby extension for base32 encoding and decoding.
rubygem-base32-doc 0.3.2 5.fc30	723821	Unspecified	Documentation for rubygem-base32
  Documentation for rubygem-base32.
rubygem-bcrypt 3.1.12 4.fc30	51502	Unspecified	Wrapper around bcrypt() password hashing algorithm
  bcrypt() is a sophisticated and secure hash algorithm designed by The
  OpenBSD project for hashing passwords. bcrypt-ruby provides a simple,
  humane wrapper for safely handling passwords.
rubygem-bcrypt-doc 3.1.12 4.fc30	958815	Unspecified	Documentation for rubygem-bcrypt
  Documentation for rubygem-bcrypt.
rubygem-benchmark-ips 2.7.2 6.fc30	40780	Unspecified	An iterations per second enhancement to Benchmark
  An iterations per second enhancement to Benchmark.
rubygem-benchmark-ips-doc 2.7.2 6.fc30	1039973	Unspecified	Documentation for rubygem-benchmark-ips
  Documentation for rubygem-benchmark-ips.
rubygem-bigdecimal 1.4.1 118.fc30	124037	Unspecified	BigDecimal provides arbitrary-precision floating point decimal arithmetic
  Ruby provides built-in support for arbitrary precision integer arithmetic.
  For example:
  
  42**13 -> 1265437718438866624512
  
  BigDecimal provides similar support for very large or very accurate floating
  point numbers. Decimal arithmetic is also useful for general calculation,
  because it provides the correct answers people expect–whereas normal binary
  floating point arithmetic often introduces subtle errors because of the
  conversion between base 10 and base 2.
rubygem-bindex 0.5.0 10.fc30	21251	Unspecified	Bindings for your Ruby exceptions
  Bindings for your Ruby exceptions.
rubygem-bindex-doc 0.5.0 10.fc30	778841	Unspecified	Documentation for rubygem-bindex
  Documentation for rubygem-bindex.
rubygem-binding_of_caller 0.7.2 9.fc30	8873	Unspecified	Retrieve the binding of a method's caller
  Retrieve the binding of a method's caller. Can also retrieve bindings even
  further up the stack.
rubygem-binding_of_caller-doc 0.7.2 9.fc30	711245	Unspecified	Documentation for rubygem-binding_of_caller
  Documentation for rubygem-binding_of_caller.
rubygem-bootsnap 1.3.2 2.fc30	60409	Unspecified	Boot large ruby/rails apps faster
  Bootsnap is a library that plugs into Ruby, with optional support
  for ActiveSupport and YAML, to optimize and cache expensive computations.
rubygem-bootsnap-doc 1.3.2 2.fc30	1085320	Unspecified	Documentation for rubygem-bootsnap
  Documentation for rubygem-bootsnap.
rubygem-bootstrap-sass 2.3.2.2 10.fc30	261788	Unspecified	Twitter's Bootstrap, converted to Sass and ready to drop into Rails or Compass
  Twitter's Bootstrap, converted to Sass and ready to drop into Rails or Compass
rubygem-bootstrap-sass-doc 2.3.2.2 10.fc30	738361	Unspecified	Documentation for rubygem-bootstrap-sass
  Documentation for rubygem-bootstrap-sass
rubygem-bson 4.3.0 6.fc30	204272	Unspecified	Ruby Implementation of the BSON specification
  A full featured BSON specification implementation, in Ruby.
rubygem-bson-doc 4.3.0 6.fc30	2035147	Unspecified	Documentation for rubygem-bson
  Documentation for rubygem-bson.
rubygem-builder 3.2.3 6.fc30	32030	Unspecified	Builders for MarkUp
  Builder provides a number of builder objects that make creating structured
  data simple to do. Currently the following builder objects are supported:
  * XML Markup
  * XML Events
rubygem-builder-doc 3.2.3 6.fc30	939800	Unspecified	Documentation for rubygem-builder
  Documentation for rubygem-builder.
rubygem-bundler 1.17.2 118.fc30	982161	Unspecified	Library and utilities to manage a Ruby application's gem dependencies
  Bundler manages an application's dependencies through its entire life, across
  many machines, systematically and repeatably.
rubygem-bundler-doc 1.16.1 5.fc30	7867881	Unspecified	Documentation for rubygem-bundler
  Documentation for rubygem-bundler.
rubygem-bundler_ext 0.4.1 6.fc30	8751	Unspecified	Load system gems via Bundler DSL
  Simple library leveraging the Bundler Gemfile DSL to load gems already on the
  system and managed by the systems package manager (like yum/apt)
rubygem-bundler_ext-doc 0.4.1 6.fc30	793667	Unspecified	Documentation for rubygem-bundler_ext
  Documentation for rubygem-bundler_ext.
rubygem-byebug 11.0.1 1.fc30	296271	Unspecified	Ruby 2.0 fast debugger - base + CLI
  Byebug is a Ruby 2 debugger. It's implemented using the
  Ruby 2 TracePoint C API for execution control and the Debug Inspector C API
  for call stack navigation.  The core component provides support that
  front-ends can build on. It provides breakpoint handling and bindings for
  stack frames among other things and it comes with an easy to use command
  line interface.
rubygem-byebug-doc 11.0.1 1.fc30	2932709	Unspecified	Documentation for rubygem-byebug
  Documentation for rubygem-byebug.
rubygem-cairo 1.16.4 1.fc30	547432	Unspecified	Ruby bindings for cairo
  Ruby bindings for cairo. Cairo is a 2D graphics library with support for
  multiple output devices. Currently supported output targets include the
  X Window System, win32, and image buffers.
rubygem-cairo-devel 1.16.4 1.fc30	14850	Unspecified	Ruby-cairo development environment
  Header files and libraries for building a extension library for the
  ruby-cairo
rubygem-cairo-devel 1.16.4 1.fc30	14850	Unspecified	Ruby-cairo development environment
  Header files and libraries for building a extension library for the
  ruby-cairo
rubygem-cairo-doc 1.16.4 1.fc30	2965050	Unspecified	Documentation for rubygem-cairo
  This package contains documentation for rubygem-cairo.
rubygem-cairo-gobject 3.3.2 1.fc30	54199	Unspecified	Ruby binding of cairo-gobject
  Ruby/CairoGObject is a Ruby binding of cairo-gobject.
rubygem-cairo-gobject-doc 3.3.2 1.fc30	707404	Unspecified	Documentation for rubygem-cairo-gobject
  Documentation for rubygem-cairo-gobject
rubygem-capybara 3.8.1 2.fc30	1070371	Unspecified	Capybara aims to simplify the process of integration testing Rack applications
  Capybara is an integration testing tool for rack based web applications. It
  simulates how a user would interact with a website.
rubygem-capybara-doc 3.8.1 2.fc30	4394131	Unspecified	Documentation for rubygem-capybara
  Documentation for rubygem-capybara.
rubygem-capybara_minitest_spec 1.0.5 5.fc28	5982	Development/Languages	Capybara + MiniTest::Spec
  Use Capybara matchers with MiniTest. Specifically, it defines MiniTest::Spec
  expectations like page.must_have_content('content').
rubygem-capybara_minitest_spec-doc 1.0.5 5.fc28	758302	Documentation	Documentation for rubygem-capybara_minitest_spec
  Documentation for rubygem-capybara_minitest_spec.
rubygem-chake 0.17.1 2.fc30	25573	Unspecified	Serverless configuration management tool for chef
  chake allows one to manage a number of hosts via SSH by combining chef (solo)
  and rake. It doesn't require a chef server; all you need is a workstation from
  where you can SSH into all your hosts. chake automates copying the
  configuration management repository to the target host (including managing
  encrypted files), running chef on them, and running arbitrary commands on the
  hosts.
rubygem-chake-doc 0.17.1 2.fc30	846470	Unspecified	Documentation for rubygem-chake
  Documentation for rubygem-chake.
rubygem-charlock_holmes 0.7.3 28.fc30	50276	Unspecified	Character encoding detection, brought to you by ICU
  Character encoding detecting library for Ruby using ICU
rubygem-charlock_holmes-doc 0.7.3 28.fc30	2341000	Unspecified	Documentation for rubygem-charlock_holmes
  Documentation for rubygem-charlock_holmes
rubygem-chef-zero 2.2 8.fc30	134382	Unspecified	Self-contained in-memory Chef server for testing and solo setup purposes
  Self-contained, easy-setup, fast-start in-memory Chef server for testing and
  solo setup purposes.
rubygem-chef-zero-doc 2.2 8.fc30	1765749	Unspecified	Documentation for rubygem-chef-zero
  Documentation for rubygem-chef-zero
rubygem-childprocess 0.5.9 5.fc29	92832	Development/Languages	A simple and reliable gem for controlling external programs
  This gem aims at being a simple and reliable solution for controlling external
  programs running in the background on any Ruby / OS combination.
rubygem-childprocess-doc 0.5.9 5.fc29	1266022	Documentation	Documentation for rubygem-childprocess
  Documentation for rubygem-childprocess
rubygem-chronic 0.10.2 8.fc30	105619	Unspecified	A natural language date parser
  Chronic is a natural language date/time parser written in pure Ruby.
rubygem-chronic-doc 0.10.2 8.fc30	1515537	Unspecified	Documentation for rubygem-chronic
  Documentation for rubygem-chronic.
rubygem-chunky_png 1.2.7 3.fc21	2984486	Development/Languages	Pure ruby library for read/write, chunk-level access to PNG files
  This pure Ruby library can read and write PNG images without depending on
  an external image library, like RMagick. It tries to be memory efficient and
  reasonably fast.
  It supports reading and writing all PNG variants that are defined in the
  specification, with one limitation: only 8-bit color depth is supported. It
  supports all transparency, interlacing and filtering options the PNG
  specifications allows. It can also read and write textual metadata from PNG
  files. Low-level read/write access to PNG chunks is also possible.
  This library supports simple drawing on the image canvas and simple operations
  like alpha composition and cropping. Finally, it can import from and export to
  RMagick for interoperability.
rubygem-ci_reporter 2.0.0 8.fc30	10032	Unspecified	Generate XML for continuous integration systems
  CI::Reporter is an add-on to Test::Unit, RSpec and Cucumber that allows you to
  generate XML reports of your test, spec and/or feature runs. The resulting
  files can be read by a continuous integration system that understands Ant's
  JUnit report XML format, thus allowing your CI system to track test/spec
  successes and failures.
rubygem-ci_reporter-doc 2.0.0 8.fc30	836577	Unspecified	Documentation for rubygem-ci_reporter
  Documentation for rubygem-ci_reporter
rubygem-cinch 2.2.4 8.fc30	187501	Unspecified	An IRC Bot Building Framework
  A simple, friendly DSL for creating IRC bots.
rubygem-cinch-doc 2.2.4 8.fc30	2358106	Unspecified	Documentation for rubygem-cinch
  Documentation for rubygem-cinch.
rubygem-cliver 0.3.2 9.fc30	21458	Unspecified	Cross-platform version constraints for cli tools
  Assertions for command-line dependencies.
rubygem-cliver-doc 0.3.2 9.fc30	828511	Unspecified	Documentation for rubygem-cliver
  Documentation for rubygem-cliver.
rubygem-clockwork 0.7.7 10.fc30	20664	Unspecified	A scheduler process to replace cron
  A scheduler process to replace cron, using a more flexible Ruby syntax running
  as a single long-running process.  Inspired by rufus-scheduler and
  resque-scheduler.
rubygem-clockwork-doc 0.7.7 10.fc30	967644	Unspecified	Documentation for rubygem-clockwork
  Documentation for rubygem-clockwork.
rubygem-closure-compiler 1.1.12 2.fc26	15348	Development/Languages	Ruby Wrapper for the Google Closure Compiler
  A Ruby Wrapper for the Google Closure Compiler.
rubygem-closure-compiler-doc 1.1.12 2.fc26	707868	Documentation	Documentation for rubygem-closure-compiler
  Documentation for rubygem-closure-compiler.
rubygem-clutter 3.3.2 1.fc30	50063	Unspecified	Ruby binding of Clutter
  Ruby/Clutter is a Ruby binding of Clutter.
rubygem-clutter-doc 3.3.2 1.fc30	918981	Unspecified	Documentation for rubygem-clutter
  Documentation for rubygem-clutter
rubygem-clutter-gdk 3.3.2 1.fc30	30150	Unspecified	Ruby binding of GDK specific API of Clutter
  Ruby/ClutterGDK is a Ruby binding of GDK specific API of Clutter.
rubygem-clutter-gdk-doc 3.3.2 1.fc30	696356	Unspecified	Documentation for rubygem-clutter-gdk
  Documentation for rubygem-clutter-gdk.
rubygem-clutter-gstreamer 3.3.2 1.fc30	33226	Unspecified	Ruby binding of Clutter-GStreamer
  Ruby/ClutterGStreamer is a Ruby binding of Clutter-GStreamer.
rubygem-clutter-gstreamer-doc 3.3.2 1.fc30	832838	Unspecified	Documentation for rubygem-clutter-gstreamer
  Documentation for rubygem-clutter-gstreamer.
rubygem-clutter-gtk 3.3.2 1.fc30	31000	Unspecified	Ruby binding of Clutter-GTK
  Ruby/ClutterGTK is a Ruby binding of Clutter-GTK.
rubygem-clutter-gtk-doc 3.3.2 1.fc30	736546	Unspecified	Documentation for rubygem-clutter-gtk
  Documentation for rubygem-clutter-gtk.
rubygem-cocoon 1.2.6 10.fc30	16723	Unspecified	Easier nested forms with standard forms, formtastic and simple-form
  Unobtrusive nested forms handling, using jQuery. Use this and discover
  cocoon-heaven.
rubygem-cocoon-doc 1.2.6 10.fc30	1095979	Unspecified	Documentation for rubygem-cocoon
  Documentation for rubygem-cocoon.
rubygem-codeclimate-test-reporter 1.0.8 4.fc30	30310	Unspecified	Uploads Ruby test coverage data to Code Climate
  Collects test coverage data from your Ruby test suite and sends it to Code
  Climate's hosted, automated code review service. Based on SimpleCov.
rubygem-codeclimate-test-reporter-doc 1.0.8 4.fc30	920870	Unspecified	Documentation for rubygem-codeclimate-test-reporter
  Documentation for rubygem-codeclimate-test-reporter.
rubygem-codemirror-rails 5.16.0 2.fc26	2100708	Development/Languages	Use CodeMirror with Rails
  This gem provides CodeMirror assets for your Rails application.
rubygem-codemirror-rails-doc 5.16.0 2.fc26	707924	Documentation	Documentation for rubygem-codemirror-rails
  Documentation for rubygem-codemirror-rails.
rubygem-coderay 1.1.2 5.fc30	338713	Unspecified	Fast syntax highlighting for selected languages
  Fast and easy syntax highlighting for selected languages, written in Ruby.
  Comes with RedCloth integration and LOC counter.
rubygem-coderay-doc 1.1.2 5.fc30	2181830	Unspecified	Documentation for rubygem-coderay
  Documentation for rubygem-coderay.
rubygem-coffee-rails 4.2.2 3.fc30	4817	Unspecified	Coffee Script adapter for the Rails asset pipeline
  Coffee Script adapter for the Rails asset pipeline.
rubygem-coffee-rails-doc 4.2.2 3.fc30	710176	Unspecified	Documentation for rubygem-coffee-rails
  Documentation for rubygem-coffee-rails.
rubygem-coffee-script 2.4.1 8.fc30	4649	Unspecified	Ruby CoffeeScript Compiler
  Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler.
rubygem-coffee-script-doc 2.4.1 8.fc30	702394	Unspecified	Documentation for rubygem-coffee-script
  Documentation for rubygem-coffee-script.
rubygem-coffee-script-source 1.10.0 7.fc30	1145	Unspecified	The CoffeeScript Compiler
  CoffeeScript is a little language that compiles into JavaScript.
  Underneath all of those embarrassing braces and semicolons,
  JavaScript has always had a gorgeous object model at its heart.
  CoffeeScript is an attempt to expose the good parts of JavaScript
  in a simple way.
rubygem-coffee-script-source-doc 1.10.0 7.fc30	1296695	Unspecified	Documentation for rubygem-coffee-script-source
  Documentation for rubygem-coffee-script-source.
rubygem-color 1.8 5.fc30	81613	Unspecified	Color management with Ruby
  Color is a Ruby library to provide basic RGB, CMYK, HSL, and other colourspace
  manipulation support to applications that require it. It also provides 152
  named RGB colours (184 with spelling variations) that are commonly supported
  in HTML, SVG, and X11 applications. A technique for generating monochromatic
  contrasting palettes is also included.
  
  The Color library performs purely mathematical manipulation of the colours
  based on colour theory without reference to colour profiles (such as sRGB or
  Adobe RGB). For most purposes, when working with RGB and HSL colour spaces,
  this won't matter. Absolute colour spaces (like CIE L*a*b* and XYZ) and cannot
  be reliably converted to relative colour spaces (like RGB) without colour
  profiles.
rubygem-color-doc 1.8 5.fc30	1568175	Unspecified	Documentation for rubygem-color
  Documentation for rubygem-color.
rubygem-colorator 1.1.0 6.fc30	6826	Unspecified	Colorize your text in the terminal
  Colorize your text in the terminal.  There are a bunch of gems that
  provide functionality like this, but none have as simple an API as
  this.  Just call "string".color and your text will be colorized.
rubygem-colorator-doc 1.1.0 6.fc30	709226	Unspecified	Documentation files for rubygem-colorator
  This package contains the documentation files for rubygem-colorator.
rubygem-colorize 0.8.1 5.fc30	26660	Unspecified	Add color methods to String class
  Ruby String class extension. Adds methods to set text color, background color
  and, text effects on ruby console and command line output, using ANSI escape
  sequences.
rubygem-colorize-doc 0.8.1 5.fc30	761490	Unspecified	Documentation for rubygem-colorize
  Documentation for rubygem-colorize
rubygem-commander 4.3.0 8.fc30	71260	Unspecified	The complete solution for Ruby command-line executable
  The complete solution for Ruby command-line executable
rubygem-commander-doc 4.3.0 8.fc30	986323	Unspecified	Documentation for rubygem-commander
  Documentation for rubygem-commander
rubygem-comp_tree 1.1.3 10.fc30	38691	Unspecified	A simple framework for automatic parallelism
  CompTree is a parallel computation tree structure based upon concepts from
  pure functional programming.
rubygem-comp_tree-doc 1.1.3 10.fc30	764003	Unspecified	Documentation for rubygem-comp_tree
  Documentation for rubygem-comp_tree
rubygem-compass 1.0.1 3.fc24	3661684	Development/Languages	A Sass-based CSS Meta-Framework
  A Sass-based CSS Meta-Framework that allows you to mix and match
  any of the following CSS frameworks: Compass Core, Blueprint,
  960, Susy, YUI, and others.
rubygem-compass-960-plugin 0.10.4 15.fc30	16480	Unspecified	Compass compatible Sass port of 960.gs
  The 960 Grid System is an effort to streamline web development workflow by
  providing commonly used dimensions, based on a width of 960 pixels.
  http://960.gs/
rubygem-compass-960-plugin-doc 0.10.4 15.fc30	678684	Unspecified	Documentation for rubygem-compass-960-plugin
  Documentation for rubygem-compass-960-plugin
rubygem-compass-core 1.0.1 9.fc28	753389	Development/Languages	The Compass core stylesheet library
  The Compass core stylesheet library and minimum required ruby extensions. This
  library can be used stand-alone without the compass ruby configuration file or
  compass command line tools.
rubygem-compass-core-doc 1.0.1 9.fc28	3188178	Documentation	Documentation for rubygem-compass-core
  Documentation for rubygem-compass-core.
rubygem-compass-import-once 1.0.5 11.fc30	8227	Unspecified	Speed up your Sass compilation by making @import only import each file once
  Changes the behavior of Sass's @import directive to only import a file once.
rubygem-compass-import-once-doc 1.0.5 11.fc30	748544	Unspecified	Documentation for rubygem-compass-import-once
  Documentation for rubygem-compass-import-once.
rubygem-compass-rails 2.0.4 7.fc30	18935	Unspecified	Integrate Compass into Rails 2.3 and up
  Integrate Compass into Rails 2.3 and up.
rubygem-compass-rails-doc 2.0.4 7.fc30	828953	Unspecified	Documentation for rubygem-compass-rails
  Documentation for rubygem-compass-rails
rubygem-concurrent-ruby 1.0.5 5.fc30	478082	Unspecified	Modern concurrency tools for Ruby
  Modern concurrency tools including agents, futures, promises, thread pools,
  actors, supervisors, and more.
  
  Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency
  patterns.
rubygem-concurrent-ruby-doc 1.0.5 5.fc30	4136755	Unspecified	Documentation for rubygem-concurrent-ruby
  Documentation for rubygem-concurrent-ruby.
rubygem-connection_pool 2.2.0 2.fc24	15766	Development/Languages	Generic connection pool for Ruby
  Generic connection pool for Ruby.
rubygem-connection_pool-doc 2.2.0 2.fc24	759299	Documentation	Documentation for rubygem-connection_pool
  Documentation for rubygem-connection_pool.
rubygem-contracts 0.16.0 5.fc30	97123	Unspecified	Contracts for Ruby
  This library provides contracts for Ruby. Contracts let you clearly express
  how your code behaves, and free you from writing tons of boilerplate,
  defensive code.
rubygem-contracts-doc 0.16.0 5.fc30	1447070	Unspecified	Documentation for rubygem-contracts
  Documentation for rubygem-contracts.
rubygem-cookiejar 0.3.2 5.fc22	64639	Development/Languages	Parsing and returning cookies in Ruby
  The Ruby CookieJar is a library to help manage client-side cookies in pure
  Ruby. It enables parsing and setting of cookie headers, alternating between
  multiple 'jars' of cookies at one time (such as having a set of cookies for
  each browser or thread), and supports persistence of the cookies in a JSON
  string.
rubygem-cookiejar-doc 0.3.2 5.fc22	884068	Documentation	Documentation for rubygem-cookiejar
  Documentation for rubygem-cookiejar
rubygem-coveralls 0.8.13 8.fc30	26492	Unspecified	A Ruby implementation of the Coveralls API
  Coveralls works with your continuous integration
  server to give you test coverage history and statistics.
  
  This package is a Ruby implementation of the Coveralls API.
rubygem-coveralls-doc 0.8.13 8.fc30	902353	Unspecified	Documentation for rubygem-coveralls
  Documentation for rubygem-coveralls
rubygem-crack 0.4.2 9.fc30	16346	Unspecified	Really simple JSON and XML parsing, ripped from Merb and Rails
  Really simple JSON and XML parsing, ripped from Merb and Rails.
rubygem-crack-doc 0.4.2 9.fc30	849704	Unspecified	Documentation for rubygem-crack
  This package contains documentation for rubygem-crack.
rubygem-crass 1.0.4 3.fc30	43703	Unspecified	CSS parser based on the CSS Syntax Level 3 spec
  Crass is a pure Ruby CSS parser based on the CSS Syntax Level 3 spec.
rubygem-crass-doc 1.0.4 3.fc30	957345	Unspecified	Documentation for rubygem-crass
  Documentation for rubygem-crass.
rubygem-creole 0.5.0 11.fc30	31750	Unspecified	Lightweight markup language
  Creole is a lightweight markup language (http://wikicreole.org/).
rubygem-creole-doc 0.5.0 11.fc30	767384	Unspecified	Documentation for rubygem-creole
  Documentation for rubygem-creole
rubygem-cri 2.10.1 4.fc29	47777	Development/Languages	Ruby library for building easy-to-use commandline tools
  Cri allows building easy-to-use command-line interfaces with support for
  subcommands.
rubygem-cri-doc 2.10.1 4.fc29	1116041	Documentation	Documentation for rubygem-cri
  This package contains documentation for rubygem-cri.
rubygem-css_parser 1.6.0 2.fc30	55839	Unspecified	Ruby CSS parser
  A set of classes for parsing CSS in Ruby.
rubygem-css_parser-doc 1.6.0 2.fc30	854671	Unspecified	Documentation for rubygem-css_parser
  Documentation for rubygem-css_parser.
rubygem-cucumber 3.1.2 3.fc30	329568	Development/Languages	Tool to execute plain-text documents as functional tests
  Cucumber lets software development teams describe how software should behave
  in plain text. The text is written in a business-readable domain-specific
  language and serves as documentation, automated tests and development-aid.
rubygem-cucumber-core 3.2.0 2.fc30	95527	Unspecified	Core library for the Cucumber BDD app
  Core library for the Cucumber BDD app.
rubygem-cucumber-core-doc 3.2.0 2.fc30	2264146	Unspecified	Documentation for rubygem-cucumber-core
  Documentation for rubygem-cucumber-core.
rubygem-cucumber-doc 3.1.2 3.fc30	4183825	Documentation	Documentation for rubygem-cucumber
  Documentation for rubygem-cucumber.
rubygem-cucumber-expressions 6.0.1 2.fc30	25765	Unspecified	A simpler alternative to Regular Expressions
  Cucumber Expressions - a simpler alternative to Regular Expressions.
rubygem-cucumber-expressions-doc 6.0.1 2.fc30	975414	Unspecified	Documentation for rubygem-cucumber-expressions
  Documentation for rubygem-cucumber-expressions.
rubygem-cucumber-rails 1.5.0 4.fc29	28171	Unspecified	Cucumber Generators and Runtime for Rails
  Cucumber Generator and Runtime for Rails.
rubygem-cucumber-rails-doc 1.5.0 4.fc29	1319134	Unspecified	Documentation for rubygem-cucumber-rails
  Documentation for rubygem-cucumber-rails.
rubygem-cucumber-tag_expressions 1.1.1 2.fc30	9967	Unspecified	Cucumber tag expressions for ruby
  Cucumber tag expressions for ruby.
rubygem-cucumber-tag_expressions-doc 1.1.1 2.fc30	766179	Unspecified	Documentation for rubygem-cucumber-tag_expressions
  Documentation for rubygem-cucumber-tag_expressions.
rubygem-cucumber-wire 0.0.1 8.fc30	17151	Unspecified	Wire protocol for Cucumber
  Wire protocol for Cucumber.
rubygem-cucumber-wire-doc 0.0.1 8.fc30	975899	Unspecified	Documentation for rubygem-cucumber-wire
  Documentation for rubygem-cucumber-wire.
rubygem-curb 0.9.7 2.fc30	173300	Unspecified	Ruby libcurl bindings
  Curb (probably CUrl-RuBy or something) provides Ruby-language bindings for the
  libcurl(3), a fully-featured client-side URL transfer library. cURL and
  libcurl live at http://curl.haxx.se/.
rubygem-curb-doc 0.9.7 2.fc30	1873776	Unspecified	Documentation for rubygem-curb
  Documentation for rubygem-curb.
rubygem-daemon_controller 1.2.0 10.fc30	35809	Unspecified	A library for implementing daemon management capabilities
  A library for robust daemon management.
rubygem-daemon_controller-doc 1.2.0 10.fc30	936152	Unspecified	Documentation for rubygem-daemon_controller
  Documentation for rubygem-daemon_controller.
rubygem-daemons 1.1.9 10.fc30	97341	Unspecified	A toolkit to create and control daemons in different ways
  Daemons provides an easy way to wrap existing ruby scripts (for example a
  self-written server)  to be run as a daemon and to be controlled by simple
  start/stop/restart commands.  You can also call blocks as daemons and control
  them from the parent or just daemonize the current process.  Besides this
  basic functionality, daemons offers many advanced features like exception
  backtracing and logging (in case your ruby script crashes) and monitoring and
  automatic restarting of your processes if they crash.
rubygem-daemons-doc 1.1.9 10.fc30	1162197	Unspecified	Documentation for rubygem-daemons
  Documentation for rubygem-daemons
rubygem-dalli 2.7.8 3.fc30	79026	Unspecified	High performance memcached client for Ruby
  High performance memcached client for Ruby
rubygem-dalli-doc 2.7.8 3.fc30	1353198	Unspecified	Documentation for rubygem-dalli
  Documentation for rubygem-dalli
rubygem-database_cleaner 1.6.1 3.fc29	58528	Unspecified	Strategies for cleaning databases
  Strategies for cleaning databases. Can be used to ensure a clean state for
  testing.
rubygem-database_cleaner-doc 1.6.1 3.fc29	1699486	Unspecified	Documentation for rubygem-database_cleaner
  Documentation for rubygem-database_cleaner.
rubygem-debug_inspector 0.0.3 7.fc30	20230	Unspecified	A Ruby wrapper for the MRI 2.0 debug_inspector API
  A Ruby wrapper for the MRI 2.0 debug_inspector API.
rubygem-debug_inspector-doc 0.0.3 7.fc30	727634	Unspecified	Documentation for rubygem-debug_inspector
  Documentation for rubygem-debug_inspector.
rubygem-declarative_authorization 0.5.7 11.fc30	385088	Unspecified	Provides readable authorization rules for Rails
  Provides readable authorization rules for Rails.
rubygem-declarative_authorization-doc 0.5.7 11.fc30	2148980	Unspecified	Documentation for rubygem-declarative_authorization
  Documentation for rubygem-declarative_authorization.
rubygem-deep_merge 1.2.1 3.fc30	16101	Unspecified	Merge Deeply Nested Hashes
  Recursively merge hashes.
rubygem-deep_merge-doc 1.2.1 3.fc30	778525	Unspecified	Documentation for rubygem-deep_merge
  Documentation for rubygem-deep_merge
rubygem-delayed_job 4.1.5 2.fc30	67897	Unspecified	Database-backed asynchronous priority queue system
  Delayed_job (or DJ) encapsulates the common pattern of asynchronously
  executing longer tasks in the background. It is a direct extraction from
  Shopify where the job table is responsible for a multitude of core tasks.
rubygem-delayed_job-doc 4.1.5 2.fc30	1161376	Unspecified	Documentation for rubygem-delayed_job
  Documentation for rubygem-delayed_job.
rubygem-delayed_job_active_record 4.1.3 2.fc30	13813	Unspecified	ActiveRecord back-end for DelayedJob
  ActiveRecord back-end for Delayed::Job, originally authored by Tobias Luetke.
rubygem-delayed_job_active_record-doc 4.1.3 2.fc30	786049	Unspecified	Documentation for rubygem-delayed_job_active_record
  Documentation for rubygem-delayed_job_active_record.
rubygem-delorean 2.1.0 8.fc30	3882	Unspecified	Delorean lets you travel in time with Ruby by mocking Time.now
  Delorean lets you travel in time with Ruby by mocking Time.now.
rubygem-delorean-doc 2.1.0 8.fc30	733052	Unspecified	Documentation for rubygem-delorean
  Documentation for rubygem-delorean.
rubygem-did_you_mean 1.3.0 118.fc30	70306	Unspecified	"Did you mean?" experience in Ruby
  "did you mean?" experience in Ruby: the error message will tell you the right
  one when you misspelled something.
rubygem-diff-lcs 1.3 6.fc30	98640	Unspecified	Provide a list of changes between two sequenced collections
  Diff::LCS computes the difference between two Enumerable sequences using the
  McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities
  to create a simple HTML diff output format and a standard diff-like tool.
rubygem-diff-lcs-doc 1.3 6.fc30	1381357	Unspecified	Documentation for rubygem-diff-lcs
  Documentation for rubygem-diff-lcs.
rubygem-diff_dirs 0.1.2 4.fc30	3958	Unspecified	Ruby helper to diff two directories
  Ruby helper to diff two directories.
rubygem-diff_dirs-doc 0.1.2 4.fc30	721499	Unspecified	Documentation for rubygem-diff_dirs
  Documentation for rubygem-diff_dirs.
rubygem-diffy 3.2.0 5.1.fc30	27749	Unspecified	A convenient way to diff string in ruby
  It provides a convenient way to generate a diff from two strings or files.
  Instead of reimplementing the LCS diff algorithm Diffy uses battle tested Unix
  diff to generate diffs, and focuses on providing a convenient interface,
  and getting out of your way.
rubygem-diffy-doc 3.2.0 5.1.fc30	779150	Unspecified	Documentation for rubygem-diffy
  Documentation for rubygem-diffy.
rubygem-ditz 0.5 20.fc30	1816556	Unspecified	A command-line issue tracker
  A command-line issue tracker written in ruby.
rubygem-dnsruby 1.53 15.fc30	1047624	Unspecified	Ruby DNS(SEC) implementation
  Dnsruby is a pure Ruby DNS client library. It provides a complete DNS
  client implementation, including DNSSEC. It can also load (BIND) zone
  files. Dnsruby has been used in OpenDNSSEC and ISC's DLV service.
rubygem-dnsruby-doc 1.53 15.fc30	2763712	Unspecified	Documentation for rubygem-dnsruby
  Documentation for rubygem-dnsruby
rubygem-docile 1.1.5 8.fc30	10769	Unspecified	Docile keeps your Ruby DSLs tame and well-behaved
  Docile turns any Ruby object into a DSL.
  Especially useful with the Builder pattern.
rubygem-docile-doc 1.1.5 8.fc30	759922	Unspecified	Documentation for rubygem-docile
  Documentation for rubygem-docile
rubygem-domain_name 0.5.20180417 3.fc30	235430	Unspecified	Domain Name manipulation library for Ruby
  This is a Domain Name manipulation library for Ruby.
  It can also be used for cookie domain validation based on the Public
  Suffix List.
rubygem-domain_name-doc 0.5.20180417 3.fc30	801417	Unspecified	Documentation for rubygem-domain_name
  Documentation for rubygem-domain_name
rubygem-dotenv 0.8.0 3.fc21	5004	Development/Languages	Loads environment variables from `.env`
  Loads environment variables from `.env`.
rubygem-dotenv-doc 0.8.0 3.fc21	716677	Documentation	Documentation for rubygem-dotenv
  Documentation for rubygem-dotenv
rubygem-drake 0.9.2.0.3.1 10.fc30	157495	Unspecified	A branch of Rake supporting automatic parallelizing of tasks
  Drake is an auto-parallelizing branch of Rake, a Make-like program
  implemented in Ruby. Tasks and dependencies are specified in standard
  Ruby syntax.
rubygem-drake-doc 0.9.2.0.3.1 10.fc30	2543464	Unspecified	Documentation for rubygem-drake
  Documentation for rubygem-drake
rubygem-echoe 4.6.6 5.fc30	46734	Unspecified	Rake tasks for documentation, extension compiling, testing, and deployment
  A Rubygems packaging tool that provides Rake tasks for documentation,
  extension compiling, testing, and deployment.
rubygem-echoe-doc 4.6.6 5.fc30	961421	Unspecified	Documentation for rubygem-echoe
  Documentation for rubygem-echoe.
rubygem-ejs 1.1.1 9.fc30	5397	Unspecified	EJS (Embedded JavaScript) template compiler
  Compile and evaluate EJS (Embedded JavaScript) templates from Ruby.
rubygem-ejs-doc 1.1.1 9.fc30	702629	Unspecified	Documentation for rubygem-ejs
  Documentation for rubygem-ejs.
rubygem-elasticsearch 5.0.4 4.fc30	9048	Unspecified	Ruby integrations for Elasticsearch
  Ruby integrations for Elasticsearch (client, API, etc.).
rubygem-elasticsearch-api 5.0.4 4.fc30	365905	Unspecified	Ruby API for Elasticsearch
  Ruby API for Elasticsearch. See the `elasticsearch` gem for full integration.
rubygem-elasticsearch-api-doc 5.0.4 4.fc30	2232758	Unspecified	Documentation for rubygem-elasticsearch-api
  Documentation for rubygem-elasticsearch-api.
rubygem-elasticsearch-doc 5.0.4 4.fc30	714852	Unspecified	Documentation for rubygem-elasticsearch
  Documentation for rubygem-elasticsearch.
rubygem-elasticsearch-transport 5.0.4 4.fc30	54791	Unspecified	Ruby client for Elasticsearch
  Ruby client for Elasticsearch. See the `elasticsearch` gem for full
  integration.
rubygem-elasticsearch-transport-doc 5.0.4 4.fc30	1250107	Unspecified	Documentation for rubygem-elasticsearch-transport
  Documentation for rubygem-elasticsearch-transport.
rubygem-em-http-request 1.1.5 6.fc30	216766	Unspecified	EventMachine based, async HTTP Request client
  EventMachine based, async HTTP Request client.
rubygem-em-http-request-doc 1.1.5 6.fc30	1254811	Unspecified	Documentation for rubygem-em-http-request
  Documentation for rubygem-em-http-request.
rubygem-em-socksify 0.3.0 15.fc30	10674	Unspecified	Transparent proxy support for any EventMachine protocol
  Transparent proxy support for any EventMachine protocol
rubygem-em-socksify-doc 0.3.0 15.fc30	766126	Unspecified	Documentation for rubygem-em-socksify
  Documentation for rubygem-em-socksify
rubygem-em-spec 0.2.7 7.fc30	11050	Unspecified	BDD for Ruby/EventMachine
  Simple BDD API for testing asynchronous Ruby/EventMachine code.
rubygem-em-spec-doc 0.2.7 7.fc30	790752	Unspecified	Documentation for rubygem-em-spec
  Documentation for rubygem-em-spec.
rubygem-em-websocket 0.5.1 4.fc30	50110	Unspecified	EventMachine based WebSocket server
  EventMachine based WebSocket server.
rubygem-em-websocket-client 0.1.2 3.fc30	4478	Unspecified	EventMachine WebSocket Client
  A WebSocket client implementation for EventMachine.
rubygem-em-websocket-client-doc 0.1.2 3.fc30	716773	Unspecified	Documentation for rubygem-em-websocket-client
  Documentation for rubygem-em-websocket-client.
rubygem-em-websocket-doc 0.5.1 4.fc30	1208205	Unspecified	Documentation for rubygem-em-websocket
  Documentation for rubygem-em-websocket.
rubygem-em-worker 0.0.2 8.fc29	4407	Development/Languages	Provides a simple task worker, with a task concurrency limit
  Provides a simple task worker, with a task concurrency limit.
rubygem-em-worker-doc 0.0.2 8.fc29	693794	Documentation	Documentation for rubygem-em-worker
  Documentation for rubygem-em-worker.
rubygem-ensure_valid_encoding 0.5.3 9.fc30	10486	Unspecified	Replace bad bytes in given encoding with replacement strings
  Replace bad bytes in given encoding with replacement strings, _or_
  fail quickly on invalid encodings --  _without_ a transcode to
  a different encoding.
rubygem-ensure_valid_encoding-doc 0.5.3 9.fc30	696589	Unspecified	Documentation for rubygem-ensure_valid_encoding
  Documentation for rubygem-ensure_valid_encoding
rubygem-erubi 1.7.0 3.fc30	11306	Unspecified	Small ERB Implementation
  Erubi is a ERB template engine for ruby. It is a simplified fork of Erubis.
rubygem-erubi-doc 1.7.0 3.fc30	796013	Unspecified	Documentation for rubygem-erubi
  Documentation for rubygem-erubi.
rubygem-erubis 2.7.0 17.fc29	130469	Development/Languages	A fast and extensible eRuby implementation
  Erubis is a very fast, secure, and extensible implementation of eRuby.
rubygem-erubis-doc 2.7.0 17.fc29	2107488	Documentation	Documentation for rubygem-erubis
  This package contains documentation for rubygem-erubis.
rubygem-escape 0.0.4 16.fc30	9568	Unspecified	HTML/URI/shell escaping utilities
  Escape library provides several HTML/URI/shell escaping functions.
rubygem-escape-doc 0.0.4 16.fc30	721597	Unspecified	Documentation for rubygem-escape
  Documentation for rubygem-escape.
rubygem-ethon 0.9.0 6.fc30	116667	Unspecified	Libcurl wrapper
  Very lightweight libcurl wrapper.
rubygem-ethon-doc 0.9.0 6.fc30	1428710	Unspecified	Documentation for rubygem-ethon
  Documentation for rubygem-ethon.
rubygem-eventmachine 1.2.7 4.fc30	616426	Unspecified	Ruby/EventMachine library
  EventMachine implements a fast, single-threaded engine for arbitrary network
  communications. It's extremely easy to use in Ruby. EventMachine wraps all
  interactions with IP sockets, allowing programs to concentrate on the
  implementation of network protocols. It can be used to create both network
  servers and clients. To create a server or client, a Ruby program only needs
  to specify the IP address and port, and provide a Module that implements the
  communications protocol. Implementations of several standard network protocols
  are provided with the package, primarily to serve as examples. The real goal
  of EventMachine is to enable programs to easily interface with other programs
  using TCP/IP, especially if custom protocols are required.
rubygem-eventmachine-doc 1.2.7 4.fc30	3336075	Unspecified	Documentation for rubygem-eventmachine
  Documentation for rubygem-eventmachine.
rubygem-excon 0.62.0 2.fc30	93415	Unspecified	Speed, persistence, http(s)
  EXtended http(s) CONnections.
rubygem-excon-doc 0.62.0 2.fc30	1872446	Unspecified	Documentation for rubygem-excon
  Documentation for rubygem-excon.
rubygem-execjs 2.7.0 7.fc30	26052	Unspecified	Run JavaScript code from Ruby
  ExecJS lets you run JavaScript code from Ruby. It automatically picks the
  best runtime available to evaluate your JavaScript program, then returns
  the result to you as a Ruby object.
rubygem-execjs-doc 2.7.0 7.fc30	969382	Unspecified	Documentation for rubygem-execjs
  Documentation for rubygem-execjs
rubygem-expression_parser 0.9.0 13.fc30	6448	Unspecified	A math parser
  A math parser
rubygem-expression_parser-doc 0.9.0 13.fc30	729091	Unspecified	Documentation for rubygem-expression_parser
  Documentation for rubygem-expression_parser
rubygem-facon 0.5.0 14.fc30	34116	Unspecified	Tiny mocking library
  A mocking library in the spirit of the Bacon spec library. Small, compact, and
  works with Bacon.
rubygem-facon-doc 0.5.0 14.fc30	885617	Unspecified	Documentation for rubygem-facon
  Documentation for rubygem-facon.
rubygem-factory_bot 4.10.0 2.fc30	63229	Unspecified	Framework and DSL for defining and using model instance factories
  Framework and DSL for defining and using factories - less error-prone,
  more explicit, and all-around easier to work with than fixtures.
rubygem-factory_bot-doc 4.10.0 2.fc30	1675857	Unspecified	Documentation for rubygem-factory_bot
  Documentation for rubygem-factory_bot.
rubygem-fake_ftp 0.3.0 2.fc30	21253	Unspecified	Creates a fake FTP server for use in testing
  Testing FTP? Use this!
rubygem-fake_ftp-doc 0.3.0 2.fc30	1022319	Unspecified	Documentation for rubygem-fake_ftp
  Documentation for rubygem-fake_ftp.
rubygem-fakefs 0.13.1 3.fc30	79559	Unspecified	A fake filesystem. Use it in your tests
  A fake filesystem. Use it in your tests.
rubygem-fakefs-doc 0.13.1 3.fc30	1537124	Unspecified	Documentation for rubygem-fakefs
  Documentation for rubygem-fakefs.
rubygem-fakeweb 1.3.0 23.fc29	24465	Development/Languages	A tool for faking responses to HTTP requests
  FakeWeb is a helper for faking web requests in Ruby. It works at a global
  level, without modifying code or writing extensive stubs.
rubygem-fakeweb-doc 1.3.0 23.fc29	889680	Documentation	Documentation for rubygem-fakeweb
  Documentation for rubygem-fakeweb.
rubygem-faraday 0.9.0 8.fc30	116501	Unspecified	HTTP/REST API client library
  HTTP/REST API client library
rubygem-faraday-doc 0.9.0 8.fc30	1894834	Unspecified	Documentation for rubygem-faraday
  Documentation for rubygem-faraday
rubygem-fast_gettext 1.2.0 7.fc30	73811	Unspecified	A simple, fast, memory-efficient and threadsafe implementation of GetText
  A simple, fast, memory-efficient and threadsafe implementation of GetText.
rubygem-fast_gettext-doc 1.2.0 7.fc30	1186822	Unspecified	Documentation for rubygem-fast_gettext
  Documentation for rubygem-fast_gettext.
rubygem-fattr 2.2.2 8.fc30	729867	Unspecified	Fatter attribute for Ruby
  The fattr gem is a Fatter attribute for Ruby
rubygem-fattr-doc 2.2.2 8.fc30	749523	Unspecified	Documentation for rubygem-fattr
  Documentation for rubygem-fattr.
rubygem-ffi 1.10.0 2.fc30	491525	Unspecified	FFI Extensions for Ruby
  Ruby-FFI is a ruby extension for programmatically loading dynamic
  libraries, binding functions within them, and calling those functions
  from Ruby code. Moreover, a Ruby-FFI extension works without changes
  on Ruby and JRuby. Discover why should you write your next extension
  using Ruby-FFI here[http://wiki.github.com/ffi/ffi/why-use-ffi].
rubygem-ffi-doc 1.10.0 2.fc30	10177566	Unspecified	Documentation for rubygem-ffi
  Documentation for rubygem-ffi.
rubygem-file-tail 1.2.0 3.fc30	33993	Unspecified	File::Tail for Ruby
  Library to tail files in Ruby.
rubygem-file-tail-doc 1.2.0 3.fc30	867009	Unspecified	Documentation for rubygem-file-tail
  Documentation for rubygem-file-tail.
rubygem-fission 0.5.0 8.fc30	98279	Unspecified	Command line tool to manage VMware Fusion VMs
  A simple utility to manage VMware Fusion VMs from the command line.
rubygem-fission-doc 0.5.0 8.fc30	1564674	Unspecified	Documentation for rubygem-fission
  Documentation for rubygem-fission.
rubygem-flexmock 2.3.6 4.fc30	160634	Unspecified	Mock object library for ruby
  FlexMock is a simple, but flexible, mock object library for Ruby unit
  testing.
rubygem-flexmock-doc 2.3.6 4.fc30	1807492	Unspecified	Documentation for rubygem-flexmock
  This package contains documentation for rubygem-flexmock.
rubygem-fog 2.0.0 3.fc30	1744185	Unspecified	Brings clouds to you
  The Ruby cloud services library. Supports all major cloud providers including
  AWS, Rackspace, Linode, Blue Box, StormOnDemand, and many others. Full support
  for most AWS services including EC2, S3, CloudWatch, SimpleDB, ELB, and RDS.
rubygem-fog-atmos 0.1.0 9.fc30	21317	Unspecified	Module for the 'fog' gem to support Atmos
  This library can be used as a module for `fog` or as standalone provider
  to use the Atmos in applications.
rubygem-fog-atmos-doc 0.1.0 9.fc30	871195	Unspecified	Documentation for rubygem-fog-atmos
  Documentation for rubygem-fog-atmos.
rubygem-fog-aws 3.3.0 2.fc30	2793583	Unspecified	Module for the 'fog' gem to support Amazon Web Services
  This library can be used as a module for `fog` or as standalone provider
  to use the Amazon Web Services in applications.
rubygem-fog-aws-doc 3.3.0 2.fc30	18215859	Unspecified	Documentation for rubygem-fog-aws
  Documentation for rubygem-fog-aws.
rubygem-fog-brightbox 1.0.0 2.fc30	228890	Unspecified	Module for `fog` or standalone provider to use the Brightbox Cloud
  Module for the 'fog' gem to support Brightbox Cloud.
rubygem-fog-brightbox-doc 1.0.0 2.fc30	2382677	Unspecified	Documentation for rubygem-fog-brightbox
  Documentation for rubygem-fog-brightbox.
rubygem-fog-core 2.1.2 2.fc30	119256	Unspecified	Shared classes and tests for fog providers and services
  Shared classes and tests for fog providers and services.
rubygem-fog-core-doc 2.1.2 2.fc30	1839066	Unspecified	Documentation for rubygem-fog-core
  Documentation for rubygem-fog-core.
rubygem-fog-doc 2.0.0 3.fc30	12888434	Unspecified	Documentation for rubygem-fog
  Documentation for rubygem-fog.
rubygem-fog-ecloud 0.3.0 7.fc30	269482	Unspecified	Module for the 'fog' gem to support Terremark EnterpriseCloud
  This library can be used as a module for `fog` or as standalone provider
  to use the Terremark EnterpriseCloud in applications.
rubygem-fog-ecloud-doc 0.3.0 7.fc30	3182856	Unspecified	Documentation for rubygem-fog-ecloud
  Documentation for rubygem-fog-ecloud.
rubygem-fog-json 1.2.0 2.fc30	4345	Unspecified	JSON parsing for fog providers
  Extraction of the JSON parsing tools shared between a
  number of providers in the 'fog' gem.
rubygem-fog-json-doc 1.2.0 2.fc30	704424	Unspecified	Documentation for rubygem-fog-json
  Documentation for rubygem-fog-json.
rubygem-fog-libvirt 0.5.0 3.fc30	71676	Unspecified	Module for the 'fog' gem to support libvirt
  This library can be used as a module for 'fog' or as standalone libvirt
  provider.
rubygem-fog-libvirt-doc 0.5.0 3.fc30	1314603	Unspecified	Documentation for rubygem-fog-libvirt
  Documentation for rubygem-fog-libvirt.
rubygem-fog-profitbricks 4.1.1 2.fc30	519097	Unspecified	Module for the 'fog' gem to support ProfitBricks
  This library can be used as a module for 'fog' or as
  standalone ProfitBricks provider.
rubygem-fog-profitbricks-doc 4.1.1 2.fc30	2904388	Unspecified	Documentation for rubygem-fog-profitbricks
  Documentation for rubygem-fog-profitbricks.
rubygem-fog-radosgw 0.0.5 6.fc30	25863	Unspecified	Fog backend for provisioning Ceph Radosgw
  Fog backend for provisioning users on Ceph Radosgw - the Swift and S3
  compatible REST API for Ceph.
rubygem-fog-radosgw-doc 0.0.5 6.fc30	914496	Unspecified	Documentation for rubygem-fog-radosgw
  Documentation for rubygem-fog-radosgw.
rubygem-fog-riakcs 0.1.0 8.fc30	21958	Unspecified	Module for the 'fog' gem to support Riakcs
  This library can be used as a module for `fog` or as standalone provider
  to use the Riakcs in applications.
rubygem-fog-riakcs-doc 0.1.0 8.fc30	898922	Unspecified	Documentation for rubygem-fog-riakcs
  Documentation for rubygem-fog-riakcs.
rubygem-fog-sakuracloud 1.7.5 6.fc30	76877	Unspecified	Module for the 'fog' gem to support Sakura no Cloud
  Module for the 'fog' gem to support Sakura no Cloud.
rubygem-fog-sakuracloud-doc 1.7.5 6.fc30	1358563	Unspecified	Documentation for rubygem-fog-sakuracloud
  Documentation for rubygem-fog-sakuracloud.
rubygem-fog-serverlove 0.1.2 7.fc30	16823	Unspecified	Module for the 'fog' gem to support ServerLove
  This library can be used as a module for `fog` or as standalone provider
  to use the ServerLove in applications.
rubygem-fog-serverlove-doc 0.1.2 7.fc30	845212	Unspecified	Documentation for rubygem-fog-serverlove
  Documentation for rubygem-fog-serverlove.
rubygem-fog-softlayer 1.1.4 5.fc29	2505715	Development/Languages	Module for the 'fog' gem to support SoftLayer Cloud
  This library can be used as a module for `fog` or as standalone provider to
  use the SoftLayer Cloud in applications.
rubygem-fog-softlayer-doc 1.1.4 5.fc29	13178171	Documentation	Documentation for rubygem-fog-softlayer
  Documentation for rubygem-fog-softlayer.
rubygem-fog-storm_on_demand 0.1.1 7.fc30	95658	Unspecified	Module for the 'fog' gem to support StormOnDemand
  This library can be used as a module for `fog` or as standalone provider
  to use the StormOnDemand in applications.
rubygem-fog-storm_on_demand-doc 0.1.1 7.fc30	1778620	Unspecified	Documentation for rubygem-fog-storm_on_demand
  Documentation for rubygem-fog-storm_on_demand.
rubygem-fog-terremark 0.1.0 7.fc30	104351	Unspecified	Module for the 'fog' gem to support Terremark vCloud
  This library can be used as a module for `fog` or
  as standalone provider to use the Terremark vCloud in
  applications.
rubygem-fog-terremark-doc 0.1.0 7.fc30	1463412	Unspecified	Documentation for rubygem-fog-terremark
  Documentation for rubygem-fog-terremark.
rubygem-fog-vmfusion 0.1.0 7.fc30	14020	Unspecified	Module for the 'fog' gem to support VMWARE FUSION
  This library can be used as a module for `fog` or as standalone provider
  to use the VMWARE FUSION in applications.
rubygem-fog-vmfusion-doc 0.1.0 7.fc30	793969	Unspecified	Documentation for rubygem-fog-vmfusion
  Documentation for rubygem-fog-vmfusion.
rubygem-fog-voxel 0.1.0 7.fc30	26022	Unspecified	Module for the 'fog' gem to support Voxel
  This library can be used as a module for `fog` or as standalone provider
  to use the Voxel in applications.
rubygem-fog-voxel-doc 0.1.0 7.fc30	916374	Unspecified	Documentation for rubygem-fog-voxel
  Documentation for rubygem-fog-voxel.
rubygem-fog-xml 0.1.3 2.fc30	8916	Unspecified	XML parsing for fog providers
  Extraction of the XML parsing tools shared between a
  number of providers in the 'fog' gem.
rubygem-fog-xml-doc 0.1.3 2.fc30	749897	Unspecified	Documentation for rubygem-fog-xml
  Documentation for rubygem-fog-xml.
rubygem-font-awesome-rails 4.7.0.4 2.fc30	830004	Unspecified	An asset gemification of the font-awesome icon font library
  A font-awesome icon font library for the Rails asset pipeline.
rubygem-font-awesome-rails-doc 4.7.0.4 2.fc30	701078	Unspecified	Documentation for rubygem-font-awesome-rails
  Documentation for rubygem-font-awesome-rails.
rubygem-foreigner 1.7.2 8.fc30	44299	Unspecified	Foreign Keys for Rails
  Adds helpers to migrations and correctly dumps foreign keys to schema.rb.
rubygem-foreigner-doc 1.7.2 8.fc30	886433	Unspecified	Documentation for rubygem-foreigner
  Documentation for rubygem-foreigner.
rubygem-formatador 0.2.5 7.fc30	10275	Unspecified	Ruby STDOUT text formatting
  STDOUT text formatting.
rubygem-formatador-doc 0.2.5 7.fc30	771700	Unspecified	Documentation for rubygem-formatador
  Documentation for rubygem-formatador.
rubygem-formtastic 3.1.3 7.fc30	237702	Unspecified	A Rails form builder plugin with semantically rich and accessible markup
  Formtastic is a Rails FormBuilder DSL (with some other goodies) to make it far
  easier to create beautiful, semantically rich, syntactically awesome, readily
  stylable and wonderfully accessible HTML forms in your Rails applications.
rubygem-formtastic-doc 3.1.3 7.fc30	2735405	Unspecified	Documentation for rubygem-formtastic
  Documentation for rubygem-formtastic.
rubygem-forwardable-extended 2.6.0 6.fc30	10427	Unspecified	Forwardable with hash, and instance variable extensions
  Extends forwardable with delegation to hashes and instance variables.
rubygem-forwardable-extended-doc 2.6.0 6.fc30	716601	Unspecified	Documentation files for rubygem-forwardable-extended
  This package contains the documentation files for rubygem-forwardable-extended.
rubygem-fssm 0.2.10 9.fc30	20277	Unspecified	File system state monitor
  The File System State Monitor keeps track of the state of any number of paths
  and will fire events when said state changes (create/update/delete). FSSM
  supports using FSEvents on MacOS, Inotify on GNU/Linux, and polling anywhere
  else.
rubygem-fssm-doc 0.2.10 9.fc30	1065518	Unspecified	Documentation for rubygem-fssm
  Documentation for rubygem-fssm.
rubygem-gdk3 3.3.2 1.fc30	69277	Unspecified	Ruby binding of GDK-3.x
  Ruby/GDK3 is a Ruby binding of GDK-3.x.
rubygem-gdk3-doc 3.3.2 1.fc30	1032803	Unspecified	Documentation for rubygem-gdk3
  Documentation for rubygem-gdk3
rubygem-gdk_pixbuf2 3.3.2 1.fc30	53368	Unspecified	Ruby binding of GdkPixbuf-2.x
  Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
rubygem-gdk_pixbuf2-doc 3.3.2 1.fc30	809431	Unspecified	Documentation for rubygem-gdk_pixbuf2
  This package contains documentation for rubygem-gdk_pixbuf2.
rubygem-gem-nice-install 0.3.0 8.fc30	10894	Unspecified	A RubyGems plugin that improves gem installation user experience
  A RubyGems plugin that improves gem installation user experience. If binary
  extension build fails, it tries to install its development dependencies.
rubygem-gem-nice-install-doc 0.3.0 8.fc30	752272	Unspecified	Documentation for rubygem-gem-nice-install
  Documentation for rubygem-gem-nice-install
rubygem-gem-patch 0.1.6 8.fc30	10688	Unspecified	RubyGems plugin for patching gems
  gem-patch is a RubyGems plugin that helps to patch gems
  without manually opening and rebuilding them.
  It opens a given .gem file, extracts it, patches it with
  system `patch` command, clones its spec, updates the file list
  and builds the patched gem.
rubygem-gem-patch-doc 0.1.6 8.fc30	771724	Unspecified	Documentation for rubygem-gem-patch
  Documentation for rubygem-gem-patch
rubygem-gem2rpm 1.0.1 3.fc30	69879	Unspecified	Generate rpm specfiles from gems
  Generate source rpms and rpm spec files from a Ruby Gem.  The spec file
  tries to follow the gem as closely as possible, and be compliant with the
  Fedora rubygem packaging guidelines.
rubygem-gem2rpm-doc 1.0.1 3.fc30	1007805	Unspecified	Documentation for rubygem-gem2rpm
  Documentation for rubygem-gem2rpm.
rubygem-generator_spec 0.9.4 5.fc30	9265	Unspecified	Test Rails generators with RSpec
  Test Rails generators with RSpec.
rubygem-generator_spec-doc 0.9.4 5.fc30	756826	Unspecified	Documentation for rubygem-generator_spec
  Documentation for rubygem-generator_spec.
rubygem-gettext 3.2.9 5.fc30	287863	Unspecified	RubyGem of Localization Library and Tools for Ruby
  Ruby-GetText-Package is a GNU GetText-like program for Ruby.
  The catalog file(po-file) is same format with GNU GetText.
  So you can use GNU GetText tools for maintaining.
  
  This package provides gem for Ruby-Gettext-Package.
rubygem-gettext-doc 3.2.9 5.fc30	2386947	Unspecified	Documentation for rubygem-gettext
  This package contains documentation for rubygem-gettext.
rubygem-gettext-setup 0.25 3.fc27	16675	Unspecified	A gem to ease internationalization with fast_gettext
  This is a simple gem to set up i18n for Ruby projects (including Sinatra web
  apps) using gettext and fast gettext.
  
  This project sets the default locale to English. If the user has set a
  different locale in their browser preferences, and we support the user's
  preferred locale, strings and data formatting will be customized for that
  locale.
rubygem-gettext-setup-doc 0.25 3.fc27	815687	Unspecified	Documentation for rubygem-gettext-setup
  Documentation for rubygem-gettext-setup.
rubygem-gettext_i18n_rails 1.8.0 6.fc30	27356	Unspecified	Simple FastGettext Rails integration
  Translate via FastGettext, use any other I18n backend as extension/fallback.
rubygem-gettext_i18n_rails-doc 1.8.0 6.fc30	925230	Unspecified	Documentation for rubygem-gettext_i18n_rails
  Documentation for rubygem-gettext_i18n_rails.
rubygem-gherkin 5.1.0 2.fc30	164576	Unspecified	Fast Gherkin lexer/parser
  A fast Gherkin lexer/parser based on the Ragel State Machine Compiler.
rubygem-gherkin-doc 5.1.0 2.fc30	1567602	Unspecified	Documentation for rubygem-gherkin
  Documentation for rubygem-gherkin.
rubygem-gio2 3.3.2 1.fc30	84905	Unspecified	Ruby binding of gio-2.0.x
  Ruby/GIO2 is a Ruby binding of gio-2.0.x.
rubygem-gio2-devel 3.3.2 1.fc30	79	Unspecified	Ruby/GIO2 development environment
  Header files and libraries for building a extension library for the
  rubygem-gio2
rubygem-gio2-devel 3.3.2 1.fc30	79	Unspecified	Ruby/GIO2 development environment
  Header files and libraries for building a extension library for the
  rubygem-gio2
rubygem-gio2-doc 3.3.2 1.fc30	946253	Unspecified	Documentation for rubygem-gio2
  This package contains documentation for rubygem-gio2.
rubygem-git 1.4.0 3.fc30	77671	Unspecified	Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary
  Ruby/Git is a Ruby library that can be used to create, read and manipulate Git
  repositories by wrapping system calls to the git binary.
rubygem-git-doc 1.4.0 3.fc30	1617840	Unspecified	Documentation for rubygem-git
  Documentation for rubygem-git.
rubygem-glib2 3.3.2 1.fc30	584372	Unspecified	Ruby binding of GLib-2.x
  Ruby/GLib2 is a Ruby binding of GLib-2.x.
rubygem-glib2-devel 3.3.2 1.fc30	118745	Unspecified	Ruby/GLib development environment
  Header files and libraries for building a extension library for the
  rubygem-glib2
rubygem-glib2-devel 3.3.2 1.fc30	118745	Unspecified	Ruby/GLib development environment
  Header files and libraries for building a extension library for the
  rubygem-glib2
rubygem-glib2-doc 3.3.2 1.fc30	1784523	Unspecified	Documentation for rubygem-glib2
  This package contains documentation for rubygem-glib2.
rubygem-globalid 0.4.1 4.fc30	22460	Unspecified	Refer to any model with a URI: gid://app/class/id
  URIs for your models makes it easy to pass references around.
rubygem-globalid-doc 0.4.1 4.fc30	888749	Unspecified	Documentation for rubygem-globalid
  Documentation for rubygem-globalid.
rubygem-glu 8.3.0 10.fc30	73618	Unspecified	Glu bindings for the opengl gem
  Glu bindings for the opengl gem.
rubygem-glu-doc 8.3.0 10.fc30	835464	Unspecified	Documentation for rubygem-glu
  Documentation for rubygem-glu.
rubygem-glut 8.3.0 9.fc30	85814	Unspecified	Glut bindings for the OpenGL gem
  Glut bindings for the opengl gem.
rubygem-glut-doc 8.3.0 9.fc30	867492	Unspecified	Documentation for rubygem-glut
  Documentation for rubygem-glut.
rubygem-gobject-introspection 3.3.2 1.fc30	267088	Unspecified	Ruby binding of GObjectIntrospection
  Ruby/GObjectIntrospection is a Ruby binding of
  GObjectIntrospection.
rubygem-gobject-introspection-devel 3.3.2 1.fc30	2279	Unspecified	Ruby/GdkPixbuf2 development environment
  Header files and libraries for building a extension library for the
  rubygem-gobject-introspection
rubygem-gobject-introspection-devel 3.3.2 1.fc30	2279	Unspecified	Ruby/GdkPixbuf2 development environment
  Header files and libraries for building a extension library for the
  rubygem-gobject-introspection
rubygem-gobject-introspection-doc 3.3.2 1.fc30	1023872	Unspecified	Documentation for rubygem-gobject-introspection
  Documentation for rubygem-gobject-introspection
rubygem-goocanvas 2.2.0 19.fc30	109829	Unspecified	Ruby binding of GooCanvas
  Ruby/GooCanvas is a Ruby binding of GooCanvas.
rubygem-goocanvas 2.2.0 19.fc30	110533	Unspecified	Ruby binding of GooCanvas
  Ruby/GooCanvas is a Ruby binding of GooCanvas.
rubygem-goocanvas-devel 2.2.0 19.fc30	99	Unspecified	Ruby/GooCanvas development environment
  Header files and libraries for building a extension library for the
  rubygem-goocanvas
rubygem-goocanvas-devel 2.2.0 19.fc30	99	Unspecified	Ruby/GooCanvas development environment
  Header files and libraries for building a extension library for the
  rubygem-goocanvas
rubygem-goocanvas-doc 2.2.0 19.fc30	850148	Unspecified	Documentation for rubygem-goocanvas
  This package contains documentation for rubygem-goocanvas.
rubygem-goocanvas1 1.2.6 20.fc30	121922	Unspecified	Ruby binding of GooCanvas
  Ruby/GooCanvas is a Ruby binding of GooCanvas.
rubygem-goocanvas1 1.2.6 20.fc30	123566	Unspecified	Ruby binding of GooCanvas
  Ruby/GooCanvas is a Ruby binding of GooCanvas.
rubygem-goocanvas1-devel 1.2.6 20.fc30	99	Unspecified	Ruby/GooCanvas development environment
  Header files and libraries for building a extension library for the
  rubygem-goocanvas
rubygem-goocanvas1-devel 1.2.6 20.fc30	99	Unspecified	Ruby/GooCanvas development environment
  Header files and libraries for building a extension library for the
  rubygem-goocanvas
rubygem-goocanvas1-doc 1.2.6 20.fc30	871737	Unspecified	Documentation for rubygem-goocanvas1
  This package contains documentation for rubygem-goocanvas1.
rubygem-gruff 0.3.6 8.fc21	2083202	Development/Languages	Beautiful graphs for one or multiple datasets
  Beautiful graphs for one or multiple datasets. Can be used on websites or in
  documents.
rubygem-gssapi 1.2.0 8.fc30	41018	Unspecified	A FFI wrapper around the system GSSAPI library
  A FFI wrapper around the system GSSAPI library. Please make sure and read
  the Yard docs or standard GSSAPI documentation if you have any questions.
  There is also a class called GSSAPI::Simple that wraps many of the common
  features used for GSSAPI.
rubygem-gssapi-doc 1.2.0 8.fc30	899230	Unspecified	Documentation for rubygem-gssapi
  Documentation for rubygem-gssapi
rubygem-gstreamer 3.3.2 1.fc30	72697	Unspecified	Ruby binding of GStreamer
  Ruby/GStreamer is a Ruby binding of GStreamer.
rubygem-gstreamer 3.3.2 1.fc30	77657	Unspecified	Ruby binding of GStreamer
  Ruby/GStreamer is a Ruby binding of GStreamer.
rubygem-gstreamer-devel 3.3.2 1.fc30	93	Unspecified	Ruby/GStreamer development environment
  Header files and libraries for building a extension library for the
  rubygem-gstreamer
rubygem-gstreamer-devel 3.3.2 1.fc30	93	Unspecified	Ruby/GStreamer development environment
  Header files and libraries for building a extension library for the
  rubygem-gstreamer
rubygem-gstreamer-doc 3.3.2 1.fc30	923007	Unspecified	Documentation for rubygem-gstreamer
  This package contains documentation for rubygem-gstreamer.
rubygem-gtk2 3.3.2 1.fc30	1693600	Unspecified	Ruby binding of GTK+-2.x
  Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
rubygem-gtk2-devel 3.3.2 1.fc30	11955	Unspecified	Ruby/GTK development environment
  Header files and libraries for building a extension library for the
  rubygem-gtk2
rubygem-gtk2-devel 3.3.2 1.fc30	11955	Unspecified	Ruby/GTK development environment
  Header files and libraries for building a extension library for the
  rubygem-gtk2
rubygem-gtk2-doc 3.3.2 1.fc30	1637669	Unspecified	Documentation for rubygem-gtk2
  This package contains documentation for rubygem-gtk2.
rubygem-gtk3 3.3.2 1.fc30	260329	Unspecified	Ruby/GTK3 is a Ruby binding of GTK+-3.x
  Ruby/GTK3 is a Ruby binding of GTK+-3.x.
rubygem-gtk3 3.3.2 1.fc30	265609	Unspecified	Ruby/GTK3 is a Ruby binding of GTK+-3.x
  Ruby/GTK3 is a Ruby binding of GTK+-3.x.
rubygem-gtk3-devel 3.3.2 1.fc30	88	Unspecified	Ruby/GTK3 development environment
  Header files and libraries for building a extension library for the
  rubygem-gtk3
rubygem-gtk3-devel 3.3.2 1.fc30	88	Unspecified	Ruby/GTK3 development environment
  Header files and libraries for building a extension library for the
  rubygem-gtk3
rubygem-gtk3-doc 3.3.2 1.fc30	3733271	Unspecified	Documentation for rubygem-gtk3
  Documentation for rubygem-gtk3
rubygem-gtksourceview2 3.3.2 1.fc30	88747	Unspecified	Ruby binding of gtksourceview-2.x
  Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
rubygem-gtksourceview2-devel 3.3.2 1.fc30	103	Unspecified	Ruby/GtkSourceView2 development environment
  Header files and libraries for building a extension library for the
  rubygem-gtksourceview2
rubygem-gtksourceview2-devel 3.3.2 1.fc30	103	Unspecified	Ruby/GtkSourceView2 development environment
  Header files and libraries for building a extension library for the
  rubygem-gtksourceview2
rubygem-gtksourceview2-doc 3.3.2 1.fc30	716233	Unspecified	Documentation for rubygem-gtksourceview2
  This package contains documentation for rubygem-gtksourceview2.
rubygem-gtksourceview3 3.3.2 1.fc30	34370	Unspecified	Ruby binding of gtksourceview-3.x
  Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x.
rubygem-gtksourceview3-doc 3.3.2 1.fc30	715851	Unspecified	Documentation for rubygem-gtksourceview3
  Documentation for rubygem-gtksourceview3.
rubygem-guard 2.15.0 1.fc30	165441	Unspecified	Guard keeps an eye on your file modifications
  Guard is a command line tool to easily handle events on file system
  modifications.
rubygem-guard-compat 1.2.1 4.fc30	9581	Unspecified	Tools for developing Guard compatible plugins
  Helps creating valid Guard plugins and testing them.
rubygem-guard-compat-doc 1.2.1 4.fc30	785613	Unspecified	Documentation for rubygem-guard-compat
  Documentation for rubygem-guard-compat.
rubygem-guard-doc 2.15.0 1.fc30	1953505	Unspecified	Documentation for rubygem-guard
  Documentation for rubygem-guard.
rubygem-guard-livereload 2.5.2 3.fc30	48865	Unspecified	Guard plugin for livereload
  Guard::LiveReload automatically reloads your browser when 'view' files are
  modified.
rubygem-guard-livereload-doc 2.5.2 3.fc30	778834	Unspecified	Documentation for rubygem-guard-livereload
  Documentation for rubygem-guard-livereload.
rubygem-guard-shell 0.7.1 4.fc30	3970	Unspecified	Guard gem for running shell commands
  Guard::Shell automatically runs shell commands when watched files are
  modified.
rubygem-guard-shell-doc 0.7.1 4.fc30	706933	Unspecified	Documentation for rubygem-guard-shell
  Documentation for rubygem-guard-shell.
rubygem-haml 5.0.4 3.fc30	172931	Unspecified	An elegant, structured (X)HTML/XML templating engine
  Haml (HTML Abstraction Markup Language) is a layer on top of HTML or XML
  that's designed to express the structure documents in a non-repetitive,
  elegant, easy way by using indentation rather than closing
  tags and allowing Ruby to be embedded with ease.
  It was originally envisioned as a plugin for Ruby on Rails, but it can
  function as a stand-alone templating engine.
rubygem-haml-doc 5.0.4 3.fc30	2079829	Unspecified	Documentation for rubygem-haml
  Documentation for rubygem-haml.
rubygem-hashdiff 0.3.2 5.fc30	17397	Unspecified	HashDiff is a diff lib to compute the smallest difference between two hashes
  HashDiff is a diff lib to compute the smallest difference between two hashes.
rubygem-hashdiff-doc 0.3.2 5.fc30	799287	Unspecified	Documentation for rubygem-hashdiff
  Documentation for rubygem-hashdiff.
rubygem-hashery 2.1.2 6.fc30	87299	Unspecified	Facets-bread collection of Hash-like classes
  The Hashery is a tight collection of Hash-like classes. Included among its
  many offerings are the auto-sorting Dictionary class, the efficient LRUHash,
  the flexible OpenHash and the convenient KeyHash. Nearly every class is a
  subclass of the CRUDHash which defines a CRUD model on top of Ruby's standard
  Hash making it a snap to subclass and augment to fit any specific use case.
rubygem-hashery-doc 2.1.2 6.fc30	1566626	Unspecified	Documentation for rubygem-hashery
  Documentation for rubygem-hashery.
rubygem-hashicorp-checkpoint 0.1.5 3.fc30	21831	Unspecified	Internal HashiCorp service to check version information
  Internal HashiCorp service to check version information.
rubygem-hashicorp-checkpoint-doc 0.1.5 3.fc30	707644	Unspecified	Documentation for rubygem-hashicorp-checkpoint
  Documentation for rubygem-hashicorp-checkpoint.
rubygem-hashie 2.0.5 11.fc30	40031	Unspecified	Your friendly neighborhood hash toolkit
  Hashie is a small collection of tools that make hashes more powerful.
  Currently includes Mash (Mocking Hash) and Dash (Discrete Hash).
rubygem-hashie-doc 2.0.5 11.fc30	1131978	Unspecified	Documentation for rubygem-hashie
  Documentation for rubygem-hashie
rubygem-hashr 0.0.22 13.fc30	17534	Unspecified	Simple Hash extension to make working with nested hashes
  Simple Hash extension to make working with nested hashes (e.g. for
  configuration) easier and less error-prone.
rubygem-hashr-doc 0.0.22 13.fc30	756022	Unspecified	Documentation for rubygem-hashr
  This package contains documentation for rubygem-hashr.
rubygem-hiera-vault 0.2.2 5.fc30	6134	Unspecified	Module for using vault as a hiera backend
  Hiera backend for looking up secrets stored in Vault.
rubygem-hiera-vault-doc 0.2.2 5.fc30	706435	Unspecified	Documentation for rubygem-hiera-vault
  Documentation for rubygem-hiera-vault.
rubygem-highline 1.7.8 1.fc30	111141	Unspecified	HighLine is a high-level command-line IO library
  A high-level IO library that provides validation, type conversion, and more
  for command-line interfaces. HighLine also includes a complete menu system
  that can crank out anything from simple list selection to complete shells
  with just minutes of work.
rubygem-highline-doc 1.7.8 1.fc30	1600385	Unspecified	Documentation for rubygem-highline
  Documentation for rubygem-highline
rubygem-hike 2.1.3 7.fc30	16834	Unspecified	Find files in a set of paths
  A Ruby library for finding files in a set of paths.
rubygem-hike-doc 2.1.3 7.fc30	831744	Unspecified	Documentation for rubygem-hike
  Documentation for rubygem-hike.
rubygem-hikidoc 0.1.0 9.fc30	47239	Unspecified	Text-to-HTML conversion tool for web writers
  'HikiDoc' is a text-to-HTML conversion tool for web writers.
  HikiDoc allows you to write using an easy-to-read, easy-to-write plain
  text format, then convert it to structurally valid HTML (or XHTML).
rubygem-hikidoc-doc 0.1.0 9.fc30	911603	Unspecified	Documentation for rubygem-hikidoc
  Documentation for rubygem-hikidoc
rubygem-hiredis 0.6.1 4.fc30	43767	Unspecified	Ruby wrapper for hiredis
  Ruby wrapper for hiredis (protocol serialization/deserialization and blocking
  I/O).
rubygem-hiredis-doc 0.6.1 4.fc30	827606	Unspecified	Documentation for rubygem-hiredis
  Documentation for rubygem-hiredis.
rubygem-hitimes 1.3.0 3.fc30	60542	Unspecified	A fast, high resolution timer library for recording performance metrics
  Hitimes is a fast, high resolution timer library for recording performance
  metrics.  It uses the appropriate low method calls for each system to get the
  highest granularity time increments possible. It currently supports any of the
  following systems: * any system with the POSIX call `clock_gettime()` * Mac OS
  X * Windows * JRuby Using Hitimes can be faster than using a series of
  `Time.new` calls, and it will have a much higher granularity. It is definitely
  faster than using `Process.times`.
rubygem-hitimes-doc 1.3.0 3.fc30	1081866	Unspecified	Documentation for rubygem-hitimes
  Documentation for rubygem-hitimes.
rubygem-hocon 1.2.5 4.fc30	369890	Unspecified	HOCON Config Library
  A port of the Java Typesafe Config
  library to Ruby.
  https://github.com/typesafehub/config
rubygem-hocon-doc 1.2.5 4.fc30	4624146	Unspecified	Documentation for rubygem-hocon
  Documentation for rubygem-hocon.
rubygem-hoe 3.17.2 1.fc30	271405	Unspecified	Hoe is a simple rake/rubygems helper for project Rakefiles
  Hoe is a rake/rubygems helper for project Rakefiles. It helps generate
  rubygems and includes a dynamic plug-in system allowing for easy
  extensibility. Hoe ships with plug-ins for all your usual project
  tasks including rdoc generation, testing, packaging, and deployment.
  Plug-ins Provided:
  * Hoe::Clean
  * Hoe::Debug
  * Hoe::Deps
  * Hoe::Flay
  * Hoe::Flog
  * Hoe::Inline
  * Hoe::Package
  * Hoe::Publish
  * Hoe::RCov
  * Hoe::Signing
  * Hoe::Test
  See class rdoc for help. Hint: ri Hoe
rubygem-hoe-doc 3.17.2 1.fc30	1295208	Unspecified	Documentation for rubygem-hoe
  This package contains documentation for rubygem-hoe.
rubygem-hpricot 0.8.6 26.fc30	684147	Unspecified	A Fast, Enjoyable HTML Parser for Ruby
  Hpricot is a very flexible HTML parser, based on Tanaka Akira's
  HTree and John Resig's JQuery, but with the scanner recoded in C
  (using Ragel for scanning.)
rubygem-hpricot-doc 0.8.6 26.fc30	3218084	Unspecified	Documentation for rubygem-hpricot
  This package contains documentation for rubygem-hpricot.
rubygem-htmlentities 4.3.4 7.fc30	140765	Unspecified	A module for encoding and decoding (X)HTML entities
  HTMLEntities is a simple library to facilitate encoding and
  decoding of named (&yacute; and so on) or numerical (&#123; or &#x12a;)
  entities in HTML and XHTML documents.
rubygem-htmlentities-doc 4.3.4 7.fc30	741351	Unspecified	Documentation for rubygem-htmlentities
  This package contains documentation for rubygem-htmlentities.
rubygem-http-cookie 1.0.3 6.fc30	74952	Unspecified	Ruby library to handle HTTP Cookies based on RFC 6265
  HTTP::Cookie is a Ruby library to handle HTTP Cookies based on RFC 6265.  It
  has with security, standards compliance and compatibility in mind, to behave
  just the same as today's major web browsers.  It has builtin support for the
  legacy cookies.txt and the latest cookies.sqlite formats of Mozilla Firefox,
  and its modular API makes it easy to add support for a new backend store.
rubygem-http-cookie-doc 1.0.3 6.fc30	1149763	Unspecified	Documentation for rubygem-http-cookie
  Documentation for rubygem-http-cookie
rubygem-http_connection 1.4.4 5.fc30	21607	Unspecified	RightScale's robust HTTP/S connection module
  Rightscale::HttpConnection is a robust HTTP(S) library. It implements a retry
  algorithm for low-level network errors.
rubygem-http_connection-doc 1.4.4 5.fc30	787578	Unspecified	Documentation for rubygem-http_connection
  Documentation for rubygem-http_connection.
rubygem-http_parser.rb 0.6.0 15.fc30	56813	Unspecified	Simple callback-based HTTP request/response parser
  Ruby bindings to http://github.com/joylent/http-parser and
  http://github.com/a2800276/http-parser.java.
rubygem-http_parser.rb-doc 0.6.0 15.fc30	1748461	Unspecified	Documentation for rubygem-http_parser.rb
  Documentation for rubygem-http_parser.rb.
rubygem-httparty 0.15.6 3.fc29	66861	Development/Languages	Makes http fun! Also, makes consuming restful web services dead easy
  Makes http fun! Also, makes consuming restful web services dead easy.
rubygem-httparty-doc 0.15.6 3.fc29	1355066	Documentation	Documentation for rubygem-httparty
  Documentation for rubygem-httparty.
rubygem-httpclient 2.8.0 6.fc30	732333	Unspecified	HTTP Client interface for ruby
  an interface to HTTP Client for the ruby language
rubygem-httpclient-doc 2.8.0 6.fc30	3841805	Unspecified	Documentation for rubygem-httpclient
  Documentation for rubygem-httpclient
rubygem-hydra 0.24.0 6.fc21	471609	Development/Languages	Distributed testing toolkit
  Spread your tests over multiple machines to test your code faster.
rubygem-hydra-doc 0.24.0 6.fc21	1971972	Documentation	Documentation for rubygem-hydra
  Documentation for rubygem-hydra
rubygem-i18n 1.1.1 3.fc30	136332	Unspecified	New wave Internationalization support for Ruby
  Ruby Internationalization and localization solution.
rubygem-i18n-doc 1.1.1 3.fc30	1719622	Unspecified	Documentation for rubygem-i18n
  Documentation for rubygem-i18n.
rubygem-i18n_data 0.8.0 3.fc30	814253	Unspecified	Country/language names and 2-letter-code pairs, in 85 languages
  Country/language names and 2-letter-code pairs, in 85 languages.
rubygem-i18n_data-doc 0.8.0 3.fc30	765650	Unspecified	Documentation for rubygem-i18n_data
  Documentation for rubygem-i18n_data.
rubygem-icaro 1.0.6 12.fc30	4822	Unspecified	Icaro API for Ruby
  Icaro Robot project Ruby API
rubygem-icaro-doc 1.0.6 12.fc30	717385	Unspecified	Documentation for rubygem-icaro
  This package contains documentation for rubygem-icaro.
rubygem-idn 0.0.2 27.fc30	41131	Unspecified	Ruby Bindings for the GNU LibIDN library
  Ruby Bindings for the GNU LibIDN library, an implementation of the Stringprep,
  Punycode and IDNA specifications defined by the IETF Internationalized Domain
  Names (IDN) working group.
rubygem-idn-doc 0.0.2 27.fc30	852470	Unspecified	Documentation for rubygem-idn
  Documentation for rubygem-idn.
rubygem-imagesize 0.1.1 21.fc30	10830	Unspecified	Measure image size(GIF, PNG, JPEG ,,, etc)
  Imagefile measures image (GIF, PNG, JPEG ,,, etc) size code
  by Pure Ruby ["PCX", "PSD", "XPM", "TIFF", "XBM", "PGM",
  "PBM", "PPM", "BMP", "JPEG", "PNG", "GIF", "SWF"]
rubygem-imagesize-doc 0.1.1 21.fc30	779023	Unspecified	Documentation for rubygem-imagesize
  Documentation for rubygem-imagesize
rubygem-inflecto 0.0.2 9.fc30	18442	Unspecified	Inflector for strings
  Inflector for strings.
rubygem-inflecto-doc 0.0.2 9.fc30	806041	Unspecified	Documentation for rubygem-inflecto
  Documentation for rubygem-inflecto.
rubygem-introspection 0.0.4 6.fc30	5889	Unspecified	Dynamic inspection of the hierarchy of method definitions on a Ruby object
  Dynamic inspection of the hierarchy of method definitions on a Ruby object.
rubygem-introspection-doc 0.0.4 6.fc30	759489	Unspecified	Documentation for rubygem-introspection
  Documentation for rubygem-introspection.
rubygem-io-console 0.4.7 118.fc30	26656	Unspecified	IO/Console is a simple console utilizing library
  IO/Console provides very simple and portable access to console. It doesn't
  provide higher layer features, such like curses and readline.
rubygem-ipaddress 0.8.3 5.fc30	66386	Unspecified	IPv4/IPv6 address manipulation library
  IPAddress is a Ruby library designed to make manipulation
  of IPv4 and IPv6 addresses both powerful and simple. It maintains
  a layer of compatibility with Ruby's own IPAddr, while
  addressing many of its issues.
rubygem-ipaddress-doc 0.8.3 5.fc30	1212546	Unspecified	Documentation for rubygem-ipaddress
  Documentation for rubygem-ipaddress.
rubygem-irb 1.0.0 118.fc30	173193	Unspecified	The Interactive Ruby
  The irb is acronym for Interactive Ruby.  It evaluates ruby expression
  from the terminal.
rubygem-isolate 3.3.1 8.fc30	37609	Unspecified	Very simple RubyGems sandbox
  Isolate is a very simple RubyGems sandbox. It provides a way to
  express and automatically install your project's Gem dependencies.
rubygem-isolate-doc 3.3.1 8.fc30	937771	Unspecified	Documentation for rubygem-isolate
  This package contains documentation for rubygem-isolate.
rubygem-jbuilder 2.7.0 5.fc30	29183	Unspecified	Create JSON structures via a Builder-style DSL
  Jbuilder gives you a simple DSL for declaring JSON structures that beats
  massaging giant hash structures. This is particularly helpful when
  the generation process is fraught with conditionals and loops.
rubygem-jbuilder-doc 2.7.0 5.fc30	957103	Unspecified	Documentation for rubygem-jbuilder
  Documentation for rubygem-jbuilder.
rubygem-jekyll 3.8.5 2.fc30	410280	Unspecified	Simple, blog aware, static site generator
  Jekyll is a simple, blog-aware, static site generator.
  
  You create your content as text files (Markdown), and organize them into
  folders. Then, you build the shell of your site using Liquid-enhanced
  HTML templates. Jekyll automatically stitches the content and templates
  together, generating a website made entirely of static assets, suitable
  for uploading to any server.
rubygem-jekyll-asciidoc 2.1.1 2.fc30	25004	Unspecified	Jekyll plugin for using AsciiDoc sources with Asciidoctor
  A Jekyll plugin that converts the AsciiDoc source files in your site to HTML
  pages using Asciidoctor.
rubygem-jekyll-asciidoc-doc 2.1.1 2.fc30	951557	Unspecified	Documentation for rubygem-jekyll-asciidoc
  Documentation for rubygem-jekyll-asciidoc.
rubygem-jekyll-doc 3.8.5 2.fc30	3590818	Unspecified	Documentation for rubygem-jekyll
  Documentation for rubygem-jekyll.
rubygem-jekyll-email-protect 1.1.0 2.fc30	3712	Unspecified	A simple liquid filter which converts emails into percent-encoded strings
  Email protection liquid filter for Jekyll.
rubygem-jekyll-email-protect-doc 1.1.0 2.fc30	694563	Unspecified	Documentation for rubygem-jekyll-email-protect
  Documentation for rubygem-jekyll-email-protect.
rubygem-jekyll-feed 0.12.1 1.fc30	12887	Unspecified	Jekyll plugin to generate an Atom feed of your Jekyll posts
  A Jekyll plugin to generate an Atom feed of your Jekyll posts.
rubygem-jekyll-feed-doc 0.12.1 1.fc30	775430	Unspecified	Documentation for rubygem-jekyll-feed
  Documentation for rubygem-jekyll-feed.
rubygem-jekyll-git-authors 1.0.0 1.fc30	9623	Unspecified	Jekyll plugin that adds git authors into your page
  Jekyll plugin that adds git authors and their obfuscated email address into
  page using markdown and liquid.
rubygem-jekyll-git-authors-doc 1.0.0 1.fc30	768951	Unspecified	Documentation for rubygem-jekyll-git-authors
  Documentation for rubygem-jekyll-git-authors.
rubygem-jekyll-sass-converter 1.5.2 3.fc30	5786	Unspecified	Basic Sass converter for Jekyll
  A basic Sass converter for Jekyll.
rubygem-jekyll-sass-converter-doc 1.5.2 3.fc30	730079	Unspecified	Documentation for rubygem-jekyll-sass-converter
  Documentation for rubygem-jekyll-sass-converter.
rubygem-jekyll-seo-tag 2.6.0 1.fc30	25771	Unspecified	Jekyll plugin to add SEO metadata tags
  A Jekyll plugin to add metadata tags for search engines and social networks to
  better index and display your site's content.
rubygem-jekyll-seo-tag-doc 2.6.0 1.fc30	899180	Unspecified	Documentation for rubygem-jekyll-seo-tag
  Documentation for rubygem-jekyll-seo-tag.
rubygem-jekyll-toc 0.12.0 1.fc30	11332	Unspecified	Jekyll Table of Contents plugin
  A liquid filter plugin for Jekyll which generates a table of contents.
rubygem-jekyll-toc-doc 0.12.0 1.fc30	785035	Unspecified	Documentation for rubygem-jekyll-toc
  Documentation for rubygem-jekyll-toc.
rubygem-jekyll-watch 2.2.1 1.fc30	6809	Unspecified	Rebuild your Jekyll site when a file changes
  Rebuild your Jekyll site when a file changes with the `--watch` switch.
rubygem-jekyll-watch-doc 2.2.1 1.fc30	724642	Unspecified	Documentation for rubygem-jekyll-watch
  Documentation for rubygem-jekyll-watch.
rubygem-jgrep 1.5.0 4.fc30	39847	Unspecified	Filter JSON documents with a simple logical language
  JGrep is  Ruby-based CLI tool and API for parsing and displaying JSON data
  using a logical expression syntax. It allows you to search a list of JSON
  documents and return specific documents or values based on logical truths.
rubygem-jgrep-doc 1.5.0 4.fc30	839295	Unspecified	Documentation for rubygem-jgrep
  Documentation for rubygem-jgrep
rubygem-jmespath 1.4.0 2.fc30	73684	Unspecified	JMESPath - Ruby Edition
  Implements JMESPath for Ruby.
rubygem-jmespath-doc 1.4.0 2.fc30	1554316	Unspecified	Documentation for rubygem-jmespath
  Documentation for rubygem-jmespath.
rubygem-jnunemaker-matchy 0.4.0 18.fc30	17851	Unspecified	RSpec-esque matchers for use in Test::Unit
  RSpec-esque matchers for use in Test::Unit.
rubygem-jnunemaker-matchy-doc 0.4.0 18.fc30	933853	Unspecified	Documentation for rubygem-jnunemaker-matchy
  Documentation for rubygem-jnunemaker-matchy.
rubygem-journey 1.0.4 14.fc30	54442	Unspecified	Journey is a router
  Journey is a router. It routes requests.
rubygem-journey-doc 1.0.4 14.fc30	1382383	Unspecified	Documentation for rubygem-journey
  Documentation for rubygem-journey
rubygem-jquery-datatables-rails 3.2.0 8.fc30	1136870	Unspecified	jQuery datatables for rails
  This gem packages the jQuery DataTables plugin for the Rails 3.1+ asset
  pipeline. It provides all the basic DataTables files, and a few of
  the extras.
rubygem-jquery-datatables-rails-doc 3.2.0 8.fc30	711917	Unspecified	Documentation for rubygem-jquery-datatables-rails
  Documentation for rubygem-jquery-datatables-rails.
rubygem-jquery-rails 4.2.2 6.fc30	514623	Unspecified	Use jQuery with Rails 4+
  This gem provides jQuery and the jQuery-ujs driver for your Rails 4+
  application.
rubygem-jquery-rails-doc 4.2.2 6.fc30	741955	Unspecified	Documentation for rubygem-jquery-rails
  Documentation for rubygem-jquery-rails.
rubygem-jquery-ui-rails 5.0.0 9.fc30	632664	Unspecified	jQuery UI packaged for the Rails asset pipeline
  jQuery UI's JavaScript, CSS, and image files packaged for the Rails 3.1+ asset
  pipeline.
rubygem-jquery-ui-rails-doc 5.0.0 9.fc30	706734	Unspecified	Documentation for rubygem-jquery-ui-rails
  Documentation for rubygem-jquery-ui-rails.
rubygem-json 2.2.0 200.fc30	145893	Unspecified	A JSON implementation in Ruby
  This is a implementation of the JSON specification according
  to RFC 4627 in Ruby.
  You can think of it as a low fat alternative to XML,
  if you want to store data to disk or transmit it over
  a network rather than use a verbose markup language.
rubygem-json-doc 2.2.0 200.fc30	1561270	Unspecified	Documentation for rubygem-json
  This package contains documentation for rubygem-json.
rubygem-json-schema 2.8.0 5.fc29	116442	Development/Languages	Ruby JSON Schema Validator
  Ruby JSON Schema Validator.
rubygem-json-schema-doc 2.8.0 5.fc29	1704126	Documentation	Documentation for rubygem-json-schema
  Documentation for rubygem-json-schema.
rubygem-json_pure 1.8.1 9.fc30	113505	Unspecified	JSON Implementation for Ruby
  This is a JSON implementation in pure Ruby.
rubygem-json_pure-doc 1.8.1 9.fc30	1415572	Unspecified	Documentation for rubygem-json_pure
  Documentation for rubygem-json_pure
rubygem-json_spec 1.1.5 5.fc30	16914	Unspecified	Easily handle JSON in RSpec and Cucumber
  RSpec matchers and Cucumber steps for testing JSON content.
rubygem-json_spec-doc 1.1.5 5.fc30	955270	Unspecified	Documentation for rubygem-json_spec
  Documentation for rubygem-json_spec.
rubygem-kaminari 0.16.1 8.fc30	55890	Unspecified	A pagination engine plugin for Rails 3+ and other modern frameworks
  Kaminari is a Scope & Engine based, clean, powerful, agnostic,
  customizable and sophisticated paginator for Rails 3+.
rubygem-kaminari-doc 0.16.1 8.fc30	1252731	Unspecified	Documentation for rubygem-kaminari
  Documentation for rubygem-kaminari.
rubygem-kramdown 1.17.0 4.fc30	318257	Unspecified	Fast, pure-Ruby Markdown-superset converter
  kramdown is yet-another-markdown-parser but fast, pure Ruby,
  using a strict syntax definition and supporting several common extensions.
rubygem-kramdown-doc 1.17.0 4.fc30	2413448	Unspecified	Documentation for rubygem-kramdown
  Documentation for rubygem-kramdown
rubygem-krb5-auth 0.8.3 8.gita86ddf2.fc30	811567	Unspecified	Kerberos binding for Ruby
  Kerberos binding for Ruby
rubygem-kwalify 0.7.2 10.fc21	507682	Development/Languages	A parser, schema validator, and data-binding tool for YAML and JSON
  Kwalify is a parser, schema validator, and data binding tool for YAML and
  JSON.
rubygem-kwalify-doc 0.7.2 10.fc21	2642727	Documentation	Documentation for rubygem-kwalify
  Documentation for rubygem-kwalify
rubygem-launchy 2.4.3 6.fc30	29795	Unspecified	Helper class for cross-platform launching of applications
  Launchy is helper class for launching cross-platform applications in a fire
  and forget manner. There are application concepts (browser, email client, etc)
  that are common across all platforms, and they may be launched differently on
  each platform. Launchy is here to make a common approach to launching external
  application from within ruby programs.
rubygem-launchy-doc 2.4.3 6.fc30	1229095	Unspecified	Documentation for rubygem-launchy
  Documentation for rubygem-launchy.
rubygem-ldap_fluff 0.4.6 5.fc30	21434	Unspecified	LDAP querying tools for Active Directory, FreeIPA and POSIX-style
  Simple library for binding & group querying on top of various LDAP
  implementations
rubygem-ldap_fluff-doc 0.4.6 5.fc30	972897	Unspecified	Documentation for rubygem-ldap_fluff
  Documentation for rubygem-ldap_fluff
rubygem-levenshtein 0.2.2 20.fc30	23387	Unspecified	Calculates the Levenshtein distance between two byte strings
  Calculates the Levenshtein distance between two byte strings.
  
  The Levenshtein distance is a metric for measuring the amount
  of difference between two sequences (i.e., the so called edit
  distance). The Levenshtein distance between two sequences is
  given by the minimum number of operations needed to transform
  one sequence into the other, where an operation is an
  insertion, deletion, or substitution of a single element.
rubygem-levenshtein-doc 0.2.2 20.fc30	737968	Unspecified	Documentation for rubygem-levenshtein
  Documentation for rubygem-levenshtein
rubygem-liquid 4.0.3 1.fc30	106898	Unspecified	Secure, non-evaling end user template engine
  Liquid is a template engine which was written with very specific requirements:
  * It has to have beautiful and simple markup. Template engines which don't
    produce good looking markup are no fun to use.
  * It needs to be non evaling and secure. Liquid templates are made so that
    users can edit them. You don't want to run code on your server which your
    users wrote.
  * It has to be stateless. Compile and render steps have to be separate so that
    the expensive parsing and compiling can be done once and later on you can
    just render it passing in a hash with local variables and objects.
rubygem-liquid-doc 4.0.3 1.fc30	2135438	Unspecified	Documentation for rubygem-liquid
  Documentation for rubygem-liquid.
rubygem-listen 3.1.5 7.fc30	64102	Unspecified	Listen to file modifications
  The Listen gem listens to file modifications and notifies you about the
  changes. Works everywhere!
rubygem-listen-doc 3.1.5 7.fc30	1341140	Unspecified	Documentation for rubygem-listen
  Documentation for rubygem-listen.
rubygem-little-plugger 1.1.4 5.fc30	14020	Unspecified	LittlePlugger is a module that provides Gem based plugin management
  LittlePlugger is a module that provides Gem based plugin management.
  By extending your own class or module with LittlePlugger you can easily
  manage the loading and initializing of plugins provided by other gems.
rubygem-little-plugger-doc 1.1.4 5.fc30	754143	Unspecified	Documentation for rubygem-little-plugger
  Documentation for rubygem-little-plugger.
rubygem-locale 2.1.2 1.fc30.6	253285	Unspecified	Pure ruby library which provides basic APIs for localization
  Ruby-Locale is the pure ruby library which provides basic and general purpose
  APIs for localization.
  It aims to support all environments which ruby works and all kind of programs
  (GUI, WWW, library, etc), and becomes the hub of other i18n/l10n libs/apps to
  handle major locale ID standards.
rubygem-locale-doc 2.1.2 1.fc30.6	1151211	Unspecified	Documentation for rubygem-locale
  This package contains documentation for rubygem-locale.
rubygem-lockfile 1.4.3 19.fc30	81009	Unspecified	Ruby library for creating NFS safe lockfiles
  rlock creates NFS resistant lockfiles
rubygem-lockfile-doc 1.4.3 19.fc30	854956	Unspecified	Documentation for rubygem-lockfile
  Documentation for rubygem-lockfile
rubygem-log4r 1.1.10 10.fc30	91805	Unspecified	Log4r, logging framework for ruby
  Log4r is a comprehensive and flexible logging library for use in Ruby programs.
  It features a heirarchical logging system of any number of levels, custom level
  names, multiple output destinations per log event, custom formatting, and more.
rubygem-log4r-doc 1.1.10 10.fc30	1648613	Unspecified	Documentation for rubygem-log4r
  Documentation for rubygem-log4r.
rubygem-logstash-event 1.2.02 9.fc30	13798	Unspecified	Library that contains the classes required to create LogStash events
  rubygem-logstash-event contains the classes required to create LogStash events
  (combination of timestamp in ISO8601 format and message in any format) and their
  serialization to json.
  
  logstash-event rubygem is part of LogStash project, http://logstash.net/.
rubygem-logstash-event-doc 1.2.02 9.fc30	819952	Unspecified	Documentation for rubygem-logstash-event
  Documentation for rubygem-logstash-event.
rubygem-logstasher 1.3.0 2.fc30	30226	Unspecified	Awesome rails logs
  Logstasher gem generates logstash compatible logs in JSON format. It can also
  easily log events from Rails.
  
  Logstasher is not compatible with the current version of Rails, but it is
  possible to use logstasher in non-rails applications.
rubygem-logstasher-doc 1.3.0 2.fc30	996688	Unspecified	Documentation for rubygem-logstasher
  Documentation for rubygem-logstasher.
rubygem-loofah 2.2.3 2.fc30	49231	Unspecified	Manipulate and transform HTML/XML documents and fragments
  Loofah is a general library for manipulating and transforming HTML/XML
  documents and fragments. It's built on top of Nokogiri and libxml2, so
  it's fast and has a nice API.
  Loofah excels at HTML sanitization (XSS prevention). It includes some
  nice HTML sanitizers, which are based on HTML5lib's whitelist, so it
  most likely won't make your codes less secure.
rubygem-loofah-doc 2.2.3 2.fc30	1338421	Unspecified	Documentation for rubygem-loofah
  Documentation for rubygem-loofah.
rubygem-lumberjack 1.0.13 2.fc30	41199	Unspecified	A simple, powerful, and very fast logging utility
  A simple, powerful, and very fast logging utility that can be a drop in
  replacement for Logger or ActiveSupport::BufferedLogger. Provides support for
  automatically rolling log files even with multiple processes writing the same
  log file.
rubygem-lumberjack-doc 1.0.13 2.fc30	1034794	Unspecified	Documentation for rubygem-lumberjack
  Documentation for rubygem-lumberjack.
rubygem-macaddr 1.7.1 9.fc30	7899	Unspecified	MAC Address Determination for Ruby
  Cross platform mac address determination for Ruby.
rubygem-macaddr-doc 1.7.1 9.fc30	703276	Unspecified	Documentation for rubygem-macaddr
  Documentation for rubygem-macaddr.
rubygem-mail 2.6.4 7.fc30	2356836	Unspecified	Mail provides a nice Ruby DSL for making, sending and reading emails
  A really Ruby Mail handler.
rubygem-mail-doc 2.6.4 7.fc30	4704408	Unspecified	Documentation for rubygem-mail
  Documentation for rubygem-mail.
rubygem-map 6.5.5 7.fc30	36558	Unspecified	String/symbol indifferent ordered hash
  The awesome ruby container you've always wanted: a string/symbol
  indifferent ordered hash that works in all rubies.
rubygem-map-doc 6.5.5 7.fc30	1168292	Unspecified	Documentation for rubygem-map
  Documentation for rubygem-map.
rubygem-marc 1.0.3 1.fc30	1312417	Unspecified	Ruby library for MARC catalog
  marc is a ruby library for reading and writing MAchine Readable Cataloging
  (MARC). More information about MARC can be found at <http://www.loc.gov/marc>.
rubygem-marc-doc 1.0.3 1.fc30	1395384	Unspecified	Documentation for rubygem-marc
  This package contains documentation for rubygem-marc.
rubygem-marcel 0.3.2 3.fc30	9487	Unspecified	Simple mime type detection using magic numbers, file names, and extensions
  Simple mime type detection using magic numbers, file names, and extensions.
rubygem-marcel-doc 0.3.2 3.fc30	10838561	Unspecified	Documentation for rubygem-marcel
  Documentation for rubygem-marcel.
rubygem-maruku 0.7.2 7.fc30	224981	Unspecified	Maruku is a Markdown-superset interpreter written in Ruby
  Maruku is a Markdown interpreter in Ruby. It features native export to HTML
  and PDF (via Latex). The output is really beautiful!
rubygem-maruku-doc 0.7.2 7.fc30	2441596	Unspecified	Documentation for rubygem-maruku
  Documentation for rubygem-maruku.
rubygem-mechanize 2.7.6 1.fc30.1	262613	Unspecified	A handy web browsing ruby object
  The Mechanize library is used for automating interaction with websites.
  Mechanize automatically stores and sends cookies, follows redirects,
  can follow links, and submit forms. Form fields can be populated and
  submitted. Mechanize also keeps track of the sites that you have
  visited as a history.
rubygem-mechanize-doc 2.7.6 1.fc30.1	2677341	Unspecified	Documentation for rubygem-mechanize
  This package contains documentation for rubygem-mechanize.
rubygem-memcache-client 1.8.5 18.fc30	1101434	Unspecified	A Ruby library for accessing memcached
  A Ruby library for accessing memcached.
rubygem-memfs 1.0.0 9.fc30	35277	Unspecified	Fake file system that can be used for tests
  MemFs provides a fake file system that can be used for tests. Strongly
  inspired by FakeFS.
rubygem-memfs-doc 1.0.0 9.fc30	1388303	Unspecified	Documentation for rubygem-memfs
  Documentation for rubygem-memfs.
rubygem-mercenary 0.3.6 6.fc30	38324	Unspecified	An easier way to build your command-line scripts in Ruby
  Lightweight and flexible library for writing command-line apps in Ruby.
rubygem-mercenary-doc 0.3.6 6.fc30	823019	Unspecified	Documentation files for rubygem-mercenary
  This package contains the documentation files for rubygem-mercenary.
rubygem-metaclass 0.0.4 8.fc30	2020	Unspecified	Adds a metaclass method to all Ruby objects
  Adds a metaclass method to all Ruby objects
rubygem-metaclass-doc 0.0.4 8.fc30	688074	Unspecified	Documentation for rubygem-metaclass
  Documentation for rubygem-metaclass
rubygem-method_source 0.8.2 9.fc30	16573	Unspecified	Retrieve the source code for a method
  Retrieve the source code for a method
rubygem-method_source-doc 0.8.2 9.fc30	802677	Unspecified	Documentation for rubygem-method_source
  Documentation for rubygem-method_source
rubygem-mime-types 3.1 6.fc30	47699	Unspecified	The mime-types library provides a library
  The mime-types library provides a library and registry for information about
  MIME content type definitions. It can be used to determine defined filename
  extensions for MIME types, or to use filename extensions to look up the likely
  MIME type definitions.
  Version 3.0 is a major release that requires Ruby 2.0 compatibility and
  removes
  deprecated functions. The columnar registry format introduced in 2.6 has been
  made the primary format; the registry data has been extracted from this
  library
  and put into {mime-types-data}[https://github.com/mime-types/mime-types-data].
  Additionally, mime-types is now licensed exclusively under the MIT licence and
  there is a code of conduct in effect. There are a number of other smaller
  changes described in the History file.
rubygem-mime-types-data 3.2016.0521 6.fc30	568450	Unspecified	A registry for information about MIME media type definitions
  mime-types-data provides a registry for information about MIME media type
  definitions. It can be used with the Ruby mime-types library or other software
  to determine defined filename extensions for MIME types, or to use filename
  extensions to look up the likely MIME type definitions.
rubygem-mime-types-data-doc 3.2016.0521 6.fc30	824454	Unspecified	Documentation for rubygem-mime-types-data
  Documentation for rubygem-mime-types-data.
rubygem-mime-types-doc 3.1 6.fc30	1291824	Unspecified	Documentation for rubygem-mime-types
  This package contains documentation for rubygem-mime-types.
rubygem-mimemagic 0.3.2 3.fc30	2160249	Unspecified	Fast mime detection by extension or content
  Fast mime detection by extension or content in pure ruby (Uses
  freedesktop.org.xml shared-mime-info database).
rubygem-mimemagic-doc 0.3.2 3.fc30	793120	Unspecified	Documentation for rubygem-mimemagic
  Documentation for rubygem-mimemagic.
rubygem-mini_magick 4.8.0 2.fc29	45301	Unspecified	Manipulate images with minimal use of memory via ImageMagick
  A ruby wrapper for ImageMagick command line. Using MiniMagick the ruby
  processes memory remains small (it spawns ImageMagick's command line program
  mogrify which takes up some memory as well, but is much smaller compared
  to RMagick).
rubygem-mini_magick-doc 4.8.0 2.fc29	1066169	Unspecified	Documentation for rubygem-mini_magick
  Documentation for rubygem-mini_magick.
rubygem-mini_mime 1.0.0 3.fc30	215088	Unspecified	A lightweight mime type lookup toy
  Minimal mime type implementation for use with the mail and rest-client gem.
rubygem-mini_mime-doc 1.0.0 3.fc30	1197653	Unspecified	Documentation for rubygem-mini_mime
  Documentation for rubygem-mini_mime.
rubygem-mini_portile 0.6.2 8.fc30	21575	Unspecified	Simplistic port-like solution for developers
  Simplistic port-like solution for developers. It provides a standard and
  simplified way to compile against dependency libraries without messing up
  your system.
rubygem-mini_portile-doc 0.6.2 8.fc30	834615	Unspecified	Documentation for rubygem-mini_portile
  Documentation for rubygem-mini_portile
rubygem-mini_portile2 2.4.0 2.fc30	33135	Unspecified	Simplistic port-like solution for developers
  Simplistic port-like solution for developers. It provides a standard and
  simplified way to compile against dependency libraries without messing up your
  system.
rubygem-mini_portile2-doc 2.4.0 2.fc30	830375	Unspecified	Documentation for rubygem-mini_portile2
  Documentation for rubygem-mini_portile2.
rubygem-minima 2.5.0 3.fc30	37960	Unspecified	Beautiful, minimal theme for Jekyll
  A beautiful, minimal theme for Jekyll.
rubygem-minima-doc 2.5.0 3.fc30	850181	Unspecified	Documentation for rubygem-minima
  Documentation for rubygem-minima.
rubygem-minitest 5.11.3 203.fc30	121072	Unspecified	minitest provides a complete suite of testing facilities
  minitest provides a complete suite of testing facilities supporting
  TDD, BDD, mocking, and benchmarking.
  
  minitest/unit is a small and incredibly fast unit testing framework.
  It provides a rich set of assertions to make your tests clean and
  readable.
  
  minitest/spec is a functionally complete spec engine. It hooks onto
  minitest/unit and seamlessly bridges test assertions over to spec
  expectations.
  
  minitest/benchmark is an awesome way to assert the performance of your
  algorithms in a repeatable manner. Now you can assert that your newb
  co-worker doesn't replace your linear algorithm with an exponential
  one!
  
  minitest/mock by Steven Baker, is a beautifully tiny mock (and stub)
  object framework.
  
  minitest/pride shows pride in testing and adds coloring to your test
  output. I guess it is an example of how to write IO pipes too. :P
  minitest/unit is meant to have a clean implementation for language
  implementors that need a minimal set of methods to bootstrap a working
  test suite. For example, there is no magic involved for test-case
  discovery.
  
  minitest doesn't reinvent anything that ruby already provides, like:
  classes, modules, inheritance, methods. This means you only have to
  learn ruby to use minitest and all of your regular OO practices like
  extract-method refactorings still apply.
rubygem-minitest-around 0.4.1 3.fc30	7283	Unspecified	Around block for minitest
  Alternative for setup/teardown dance.
rubygem-minitest-around-doc 0.4.1 3.fc30	697297	Unspecified	Documentation for rubygem-minitest-around
  Documentation for rubygem-minitest-around.
rubygem-minitest-doc 5.11.3 203.fc30	1767378	Unspecified	Documentation for rubygem-minitest
  Documentation for rubygem-minitest.
rubygem-minitest-profile 0.0.2 3.fc30	3552	Unspecified	Outputter to display the slowest tests in a minitest suite
  Outputter to display the slowest tests in a minitest suite.
rubygem-minitest-profile-doc 0.0.2 3.fc30	698757	Unspecified	Documentation for rubygem-minitest-profile
  Documentation for rubygem-minitest-profile.
rubygem-minitest-reporters 1.3.6 2.fc30	254031	Unspecified	Create customizable Minitest output formats
  Death to haphazard monkey-patching! Extend Minitest through simple hooks.
rubygem-minitest-reporters-doc 1.3.6 2.fc30	1255873	Unspecified	Documentation for rubygem-minitest-reporters
  Documentation for rubygem-minitest-reporters.
rubygem-minitest-stub-const 0.5 7.fc30	3476	Unspecified	Stub constants for the duration of a block in MiniTest
  Stub constants for the duration of a block in MiniTest.
  Like RSpec's stub_const, but boring and non-magical.
rubygem-minitest-stub-const-doc 0.5 7.fc30	691165	Unspecified	Documentation for rubygem-minitest-stub-const
  Documentation for rubygem-minitest-stub-const.
rubygem-minitest4 4.7.0 11.fc30	111432	Unspecified	Small and fast replacement for ruby's huge and slow test/unit
  minitest/unit is a small and fast replacement for ruby's huge and slow
  test/unit. This is meant to be clean and easy to use both as a regular
  test writer and for language implementors that need a minimal set of
  methods to bootstrap a working unit test suite.
  
  miniunit/spec is a functionally complete spec engine.
  
  miniunit/mock, by Steven Baker, is a beautifully tiny mock object framework.
  
  This is a compatibitity package for minitest version 4.x.y.
rubygem-minitest4-doc 4.7.0 11.fc30	1373942	Unspecified	Documentation for rubygem-minitest4
  This package contains documentation for rubygem-minitest4.
rubygem-mixlib-authentication 1.4.2 4.fc30	39084	Unspecified	Simple per-request authentication
  Mixlib::Authentication provides a class-based header signing authentication
  object.
rubygem-mixlib-authentication-doc 1.4.2 4.fc30	886549	Unspecified	Documentation for rubygem-mixlib-authentication
  This package contains documentation for rubygem-mixlib-authentication.
rubygem-mixlib-cli 1.7.0 4.fc30	24154	Unspecified	Simple Ruby mix-in for CLI interfaces
  A simple mix-in for CLI interfaces, including option parsing.
rubygem-mixlib-cli-doc 1.7.0 4.fc30	815857	Unspecified	Documentation for rubygem-mixlib-cli
  This package contains documentation for rubygem-mixlib-cli.
rubygem-mixlib-config 2.2.4 4.fc30	32871	Unspecified	Simple Ruby config mix-in
  A class-based config mixin, similar to the one found in Chef.
rubygem-mixlib-config-doc 2.2.4 4.fc30	901918	Unspecified	Documentation for rubygem-mixlib-config
  This package contains documentation for rubygem-mixlib-config.
rubygem-mixlib-log 1.7.1 4.fc30	20746	Unspecified	Ruby mix-in for log functionality
  A gem that provides a simple mix-in for log functionality.
rubygem-mixlib-log-doc 1.7.1 4.fc30	784664	Unspecified	Documentation for rubygem-mixlib-log
  This package contains documentation for rubygem-mixlib-log.
rubygem-mixlib-shellout 2.3.2 4.fc30	70325	Unspecified	Run external commands on Unix or Windows
  Run external commands on Unix or Windows
rubygem-mixlib-shellout-doc 2.3.2 4.fc30	1060280	Unspecified	Documentation for rubygem-mixlib-shellout
  Documentation for rubygem-mixlib-shellout
rubygem-mizuho 0.9.20 12.fc30	2802491	Unspecified	Mizuho documentation formatting tool
  A documentation formatting tool. Mizuho converts Asciidoc input files into
  nicely outputted HTML, possibly one file per chapter. Multiple templates are
  supported, so you can write your own.
rubygem-mizuho-doc 0.9.20 12.fc30	912852	Unspecified	Documentation for rubygem-mizuho
  Documentation for rubygem-mizuho
rubygem-mkrf 0.2.3 19.fc30	28721	Unspecified	Making C extensions for Ruby a bit easier
  mkrf is a library for generating Rakefiles to build Ruby
  extension modules written in C. It is intended as a replacement for
  mkmf. The major difference between the two is that mkrf
  builds you a Rakefile instead of a Makefile.
  
  This proposed replacement to mkmf generates Rakefiles to build C Extensions.
rubygem-mkrf-doc 0.2.3 19.fc30	868176	Unspecified	Documentation for rubygem-mkrf
  This package contains documentation for rubygem-mkrf.
rubygem-mocha 1.1.0 8.fc30	217518	Unspecified	Mocking and stubbing library
  Mocking and stubbing library with JMock/SchMock syntax, which allows mocking
  and stubbing of methods on real (non-mock) classes.
rubygem-mocha-doc 1.1.0 8.fc30	2641626	Unspecified	Documentation for rubygem-mocha
  This package contains documentation for rubygem-mocha.
rubygem-mongo 2.6.2 3.fc30	1371580	Unspecified	Ruby driver for MongoDB
  A Ruby driver for MongoDB.
rubygem-mongo-doc 2.6.2 3.fc30	9737858	Unspecified	Documentation for rubygem-mongo
  Documentation for rubygem-mongo.
rubygem-mongoid 6.1.0 6.fc30	957942	Unspecified	Elegant Persistance in Ruby for MongoDB
  Mongoid is an ODM (Object Document Mapper) Framework for MongoDB, written in
  Ruby.
rubygem-mongoid-doc 6.1.0 6.fc30	10251875	Unspecified	Documentation for rubygem-mongoid
  Documentation for rubygem-mongoid.
rubygem-mono_logger 1.1.0 11.fc30	4724	Unspecified	A lock-free logger compatible with Ruby 2.0
  A lock-free logger compatible with Ruby 2.0. Ruby does not allow you to
  request a lock in a trap handler because that could deadlock, so Logger is not
  sufficient.
rubygem-mono_logger-doc 1.1.0 11.fc30	717919	Unspecified	Documentation for rubygem-mono_logger
  Documentation for rubygem-mono_logger.
rubygem-moped 1.5.3 8.fc30	161022	Unspecified	A MongoDB driver for Ruby
  Moped is a MongoDB driver for Ruby, which exposes a simple, elegant,
  and fast API. Moped is the supported driver for Mongoid
  from version 3 and higher.
  
  Moped is composed of three parts: an implementation of the
  BSON specification, an implementation of the Mongo Wire
  Protocol, and the driver itself.
rubygem-moped-doc 1.5.3 8.fc30	2116278	Unspecified	Documentation for rubygem-moped
  Documentation for rubygem-moped
rubygem-more_core_extensions 1.2.0 9.fc30	21139	Unspecified	Set of core extensions beyond those provided by ActiveSupport
  Set of core extensions beyond those provided by ActiveSupport.
rubygem-more_core_extensions-doc 1.2.0 9.fc30	919115	Unspecified	Documentation for rubygem-more_core_extensions
  Documentation for rubygem-more_core_extensions.
rubygem-morph-cli 0.2.3 5.fc30	12873	Unspecified	Runs Morph scrapers from the command line
  Actually it will run them on the Morph server identically to the real thing.
  That means not installing a bucket load of libraries and bits and bobs that are
  already installed with the Morph scraper environments.
rubygem-msgpack 1.1.0 9.fc30	143694	Unspecified	MessagePack, a binary-based efficient data interchange format
  MessagePack is a binary-based efficient object serialization library. It
  enables to exchange structured objects between many languages like JSON. But
  unlike JSON, it is very fast and small.
rubygem-msgpack-doc 1.1.0 9.fc30	1164548	Unspecified	Documentation for rubygem-msgpack
  Documentation for rubygem-msgpack.
rubygem-multi_json 1.13.1 3.fc30	34209	Unspecified	A common interface to multiple JSON libraries
  A common interface to multiple JSON libraries, including Oj, Yajl, the JSON
  gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb,
  JrJackson, and OkJson.
rubygem-multi_json-doc 1.13.1 3.fc30	1023717	Unspecified	Documentation for rubygem-multi_json
  Documentation for rubygem-multi_json.
rubygem-multi_test 0.1.2 6.fc30	4586	Unspecified	Wafter-thin gem to disable autorun of various testing libraries
  multi_test gives a uniform interface onto whatever testing library has been
  loaded into a running Ruby process. It can be used to clobber autorun behaviour
  from older versions of Test::Unit that automatically hook in when the user
  requires them.
rubygem-multi_test-doc 0.1.2 6.fc30	720169	Unspecified	Documentation for rubygem-multi_test
  Documentation for rubygem-multi_test.
rubygem-multi_xml 0.6.0 7.fc30	23177	Unspecified	A generic swappable back-end for XML parsing
  Provides swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML.
rubygem-multi_xml-doc 0.6.0 7.fc30	804349	Unspecified	Documentation for rubygem-multi_xml
  Documentation for rubygem-multi_xml.
rubygem-multipart 0.2.1 16.fc30	8539	Unspecified	Add multipart (file upload) support to Net::HTTP::Post
  Multipart is a gem that adds support to multipart/form-encoded and
  multipart/mixed (file upload) to Net::HTTP::Post.  Nothing more, nothing less.
  Currently it supports a file param with multiple files, but not multiple file
  params.
rubygem-multipart-doc 0.2.1 16.fc30	720256	Unspecified	Documentation for rubygem-multipart
  Documentation for rubygem-multipart
rubygem-multipart-post 2.0.0 8.fc30	11380	Unspecified	Creates a multipart form post accessory for Net::HTTP
  Use with Net::HTTP to do multipart form posts.  IO values that
  have #content_type, #original_filename, and #local_path will
  be posted as a binary file.
rubygem-multipart-post-doc 2.0.0 8.fc30	795226	Unspecified	Documentation for rubygem-multipart-post
  Documentation for rubygem-multipart-post
rubygem-mustache 1.0.2 8.fc30	69683	Unspecified	Mustache is a framework-agnostic way to render logic-free views
  Inspired by ctemplate, Mustache is a framework-agnostic way to render
  logic-free views.
  
  As ctemplates says, "It emphasizes separating logic from presentation:
  it is impossible to embed application logic in this template
  language.
  
  Think of Mustache as a replacement for your views. Instead of views
  consisting of ERB or HAML with random helpers and arbitrary logic,
  your views are broken into two parts: a Ruby class and an HTML
  template.
rubygem-mustache-doc 1.0.2 8.fc30	1073075	Unspecified	Documentation for rubygem-mustache
  Documentation for rubygem-mustache.
rubygem-mustermann 1.0.2 4.fc30	108955	Unspecified	Your personal string matching expert
  A library implementing patterns that behave like regular expressions.
rubygem-mustermann-doc 1.0.2 4.fc30	1770794	Unspecified	Documentation for rubygem-mustermann
  Documentation for rubygem-mustermann.
rubygem-mysql2 0.5.2 3.fc30	138549	Unspecified	A simple, fast Mysql library for Ruby, binding to libmysql
  The Mysql2 gem is meant to serve the extremely common use-case of
  connecting, querying and iterating on results. Some database libraries
  out there serve as direct 1:1 mappings of the already complex C API\'s
  available. This one is not.
rubygem-mysql2-doc 0.5.2 3.fc30	1063986	Unspecified	Documentation for rubygem-mysql2
  Documentation for rubygem-mysql2
rubygem-narray 0.6.1.1 15.fc30	261763	Unspecified	N-dimensional Numerical Array class for Ruby
  NArray is a Numerical N-dimensional Array class.  Supported element types are
  1/2/4-byte Integer, single/double-precision, Real/Complex and Ruby Object.
  This extension library incorporates fast calculation and easy manipulation of
  large numerical arrays into the Ruby language.  NArray has features similar to
  NumPy, but NArray has vector and matrix sub-classes.
rubygem-narray 0.6.1.1 15.fc30	257527	Unspecified	N-dimensional Numerical Array class for Ruby
  NArray is a Numerical N-dimensional Array class.  Supported element types are
  1/2/4-byte Integer, single/double-precision, Real/Complex and Ruby Object.
  This extension library incorporates fast calculation and easy manipulation of
  large numerical arrays into the Ruby language.  NArray has features similar to
  NumPy, but NArray has vector and matrix sub-classes.
rubygem-narray-devel 0.6.1.1 15.fc30	1147549	Unspecified	Development files and developer's docs for rubygem-narray
  This package contains the development files and the developer's documentation
  for rubygem-narray.
rubygem-narray-devel 0.6.1.1 15.fc30	1147468	Unspecified	Development files and developer's docs for rubygem-narray
  This package contains the development files and the developer's documentation
  for rubygem-narray.
rubygem-native-package-installer 1.0.7 1.fc30	68935	Unspecified	Native packages installation helper
  Users need to install native packages to install an extension library
  that depends on native packages. It bores users because users need to
  install native packages and an extension library separately.
  native-package-installer helps to install native packages on "gem install".
  Users can install both native packages and an extension library by one action,
  "gem install".
rubygem-native-package-installer-doc 1.0.7 1.fc30	897236	Unspecified	Documentation for rubygem-native-package-installer
  Documentation for rubygem-native-package-installer.
rubygem-nenv 0.3.0 6.fc30	14596	Unspecified	Convenience wrapper for Ruby's ENV
  Using ENV is like using raw SQL statements in your code. We all know how that
  ends...
rubygem-nenv-doc 0.3.0 6.fc30	768380	Unspecified	Documentation for rubygem-nenv
  Documentation for rubygem-nenv.
rubygem-nesty 1.0.2 7.fc30	3487	Unspecified	Nested exception support for Ruby
  Nested exception support for Ruby.
rubygem-nesty-doc 1.0.2 7.fc30	705017	Unspecified	Documentation for rubygem-nesty
  Documentation for rubygem-nesty.
rubygem-net-http-digest_auth 1.4.1 5.fc30	10752	Unspecified	Implementation of RFC 2617 - Digest Access Authentication
  An implementation of RFC 2617 - Digest Access Authentication.  At this time
  the gem does not drop in to Net::HTTP and can be used for with other HTTP
  clients.
  In order to use net-http-digest_auth you'll need to perform some request
  wrangling on your own.  See the class documentation at Net::HTTP::DigestAuth
  for an example.
rubygem-net-http-digest_auth-doc 1.4.1 5.fc30	737260	Unspecified	Documentation for rubygem-net-http-digest_auth
  Documentation for rubygem-net-http-digest_auth
rubygem-net-http-persistent 2.9.4 12.fc30	55044	Unspecified	Persistent connections using Net::HTTP plus a speed fix
  Persistent connections using Net::HTTP plus a speed fix for 1.8.  It's
  thread-safe too.
rubygem-net-http-persistent-doc 2.9.4 12.fc30	935883	Unspecified	Documentation for rubygem-net-http-persistent
  This package contains documentation for rubygem-net-http-persistent.
rubygem-net-irc 0.0.9 13.D20121021git4cf339fa69.fc30	47120	Unspecified	Library for implementing IRC server and client
  library for implementing IRC server and client
rubygem-net-irc-doc 0.0.9 13.D20121021git4cf339fa69.fc30	1150820	Unspecified	Documentation for rubygem-net-irc
  Documentation for rubygem-net-irc
rubygem-net-ldap 0.16.1 4.fc30	185188	Unspecified	Net::LDAP for Ruby implements client access LDAP protocol
  Net::LDAP for Ruby (also called net-ldap) implements client access for the
  Lightweight Directory Access Protocol (LDAP), an IETF standard protocol for
  accessing distributed directory services. Net::LDAP is written completely in
  Ruby with no external dependencies. It supports most LDAP client features and
  a subset of server features as well.
  Net::LDAP has been tested against modern popular LDAP servers including
  OpenLDAP and Active Directory. The current release is mostly compliant with
  earlier versions of the IETF LDAP RFCs (2251–2256, 2829–2830, 3377, and
  3771).
  Our roadmap for Net::LDAP 1.0 is to gain full client compliance with
  the most recent LDAP RFCs (4510–4519, plus portions of 4520–4532).
rubygem-net-ldap-doc 0.16.1 4.fc30	1889827	Unspecified	Documentation for rubygem-net-ldap
  Documentation for rubygem-net-ldap.
rubygem-net-ping 1.7.7 7.fc30	58369	Unspecified	A ping interface for Ruby
  The net-ping library provides a ping interface for Ruby. It includes
  separate TCP, HTTP, ICMP, UDP, WMI (for Windows) and external ping
  classes.
rubygem-net-ping-doc 1.7.7 7.fc30	1014242	Unspecified	A ping interface for Ruby - documentation
  This package contains the documentation files for the net-ping Ruby
  library.
rubygem-net-scp 1.2.1 10.fc30	37146	Unspecified	A pure Ruby implementation of the SCP client protocol
  A pure Ruby implementation of the SCP client protocol
rubygem-net-scp-doc 1.2.1 10.fc30	926367	Unspecified	Documentation for rubygem-net-scp
  Documentation for rubygem-net-scp
rubygem-net-sftp 2.1.2 9.fc30	152659	Unspecified	A pure Ruby implementation of the SFTP client protocol
  A pure Ruby implementation of the SFTP client protocol
rubygem-net-sftp-doc 2.1.2 9.fc30	1848054	Unspecified	Documentation for rubygem-net-sftp
  This package contains documentation for rubygem-net-sftp.
rubygem-net-ssh 5.1.0 1.fc30	403630	Unspecified	Net::SSH: a pure-Ruby implementation of the SSH2 client protocol
  Net::SSH: a pure-Ruby implementation of the SSH2 client protocol. It allows
  you to write programs that invoke and interact with processes on remote
  servers, via SSH2.
rubygem-net-ssh-doc 5.1.0 1.fc30	3451603	Unspecified	Documentation for rubygem-net-ssh
  Documentation for rubygem-net-ssh.
rubygem-net-ssh-gateway 1.2.0 11.fc30	10571	Unspecified	A simple library to assist in establishing tunneled Net::SSH connections
  A simple library to assist in establishing tunneled Net::SSH connections
rubygem-net-ssh-gateway-doc 1.2.0 11.fc30	793875	Unspecified	Documentation for rubygem-net-ssh-gateway
  Documentation for rubygem-net-ssh-gateway
rubygem-net-ssh-multi 1.2.1 4.fc30	63035	Unspecified	Control multiple Net::SSH connections via a single interface
  Control multiple Net::SSH connections via a single interface.
rubygem-net-ssh-multi-doc 1.2.1 4.fc30	1102455	Unspecified	Documentation for rubygem-net-ssh-multi
  This package contains documentation for rubygem-net-ssh-multi
rubygem-net-telnet 0.2.0 118.fc30	41825	Unspecified	Provides telnet client functionality
  Provides telnet client functionality.
  
  This class also has, through delegation, all the methods of a socket object
  (by default, a TCPSocket, but can be set by the Proxy option to new()). This
  provides methods such as close() to end the session and sysread() to read data
  directly from the host, instead of via the waitfor() mechanism. Note that if
  you do use sysread() directly when in telnet mode, you should probably pass
  the output through preprocess() to extract telnet command sequences.
rubygem-netrc 0.11.0 5.fc30	8001	Unspecified	Library to read and write netrc files
  This library can read and update netrc files, preserving formatting including
  comments and whitespace.
rubygem-netrc-doc 0.11.0 5.fc30	756664	Unspecified	Documentation for rubygem-netrc
  Documentation for rubygem-netrc.
rubygem-nifti 0.0.2 10.fc30	4213038	Unspecified	A pure Ruby API to the NIfTI Neuroimaging Format
  Ruby NIfTI is a pure-ruby library for handling NIfTI data in Ruby.
  NIfTI (Neuroimaging Informatics Technology Initiative) is an image format
  designed primarily for the storage and analysis of MRI & PET imaging data.
rubygem-nifti-doc 0.0.2 10.fc30	51232	Unspecified	Documentation for rubygem-nifti
  Documentation for rubygem-nifti.
rubygem-nio4r 2.3.1 4.fc30	121856	Unspecified	New IO for Ruby
  Cross-platform asynchronous I/O primitives for scalable network clients and
  servers. Inspired by the Java NIO API, but simplified for ease-of-use.
rubygem-nio4r-doc 2.3.1 4.fc30	1022610	Unspecified	Documentation for rubygem-nio4r
  Documentation for rubygem-nio4r.
rubygem-nokogiri 1.10.2 1.fc30	581793	Unspecified	An HTML, XML, SAX, and Reader parser
  Nokogiri parses and searches XML/HTML very quickly, and also has
  correctly implemented CSS3 selector support as well as XPath support.
  
  Nokogiri also features an Hpricot compatibility layer to help ease the change
  to using correct CSS and XPath.
rubygem-nokogiri-doc 1.10.2 1.fc30	3011777	Unspecified	Documentation for rubygem-nokogiri
  This package contains documentation for rubygem-nokogiri.
rubygem-notiffany 0.1.1 4.fc30	51213	Unspecified	Notifier library (extracted from Guard project)
  Wrapper libray for most popular notification
  libraries such as Growl, Libnotify, Notifu.
rubygem-notiffany-doc 0.1.1 4.fc30	1113040	Unspecified	Documentation for rubygem-notiffany
  Documentation for rubygem-notiffany.
rubygem-oauth 0.5.1 5.fc30	83939	Unspecified	OAuth Core Ruby implementation
  This is a RubyGem for implementing both OAuth clients and servers
  in Ruby applications.
  
  See the OAuth specs http://oauth.net/core/1.0/
rubygem-oauth-doc 0.5.1 5.fc30	1653507	Unspecified	Documentation for rubygem-oauth
  Documentation for rubygem-oauth.
rubygem-occi-api 4.3.15 4.fc30	88637	Unspecified	OCCI development library providing a high-level client API
  This gem provides ready-to-use client classes to simplify the integration of
  OCCI into your application.
rubygem-occi-api-doc 4.3.15 4.fc30	1421868	Unspecified	Documentation for rubygem-occi-api
  Documentation for rubygem-occi-api.
rubygem-occi-cli 4.3.10 4.fc30	70683	Development/Languages	Executable OCCI client
  This gem is a client implementation of the Open Cloud Computing Interface in
  Ruby.
rubygem-occi-cli-doc 4.3.10 4.fc30	1011524	Documentation	Documentation for rubygem-occi-cli
  Documentation for rubygem-occi-cli.
rubygem-occi-core 4.3.6 4.fc29	141123	Development/Languages	OCCI toolkit
  OCCI is a collection of classes to simplify the implementation of the Open
  Cloud Computing API in Ruby.
rubygem-occi-core-doc 4.3.6 4.fc29	1768388	Documentation	Documentation for rubygem-occi-core
  Documentation for rubygem-occi-core.
rubygem-omniauth 1.3.1 6.fc30	35787	Unspecified	A generalized Rack framework for multiple-provider authentication
  A generalized Rack framework for multiple-provider authentication.
rubygem-omniauth-doc 1.3.1 6.fc30	1057242	Unspecified	Documentation for rubygem-omniauth
  Documentation for rubygem-omniauth
rubygem-open4 1.3.4 8.fc30	34420	Unspecified	Manage child processes and their IO handles easily
  Open child process with handles on pid, stdin, stdout, and stderr.
  Manage child processes and their IO handles easily.
rubygem-open4-doc 1.3.4 8.fc30	861911	Unspecified	Documentation for rubygem-open4
  Documentation for rubygem-open4
rubygem-opengl 0.10.0 10.fc30	835153	Unspecified	An OpenGL wrapper for Ruby
  An OpenGL wrapper for Ruby. ruby-opengl contains bindings for OpenGL and the
  GLU and GLUT libraries.
rubygem-opengl-doc 0.10.0 10.fc30	1058359	Unspecified	Documentation for rubygem-opengl
  Documentation for rubygem-opengl
rubygem-opennebula 4.12.1 9.fc30	311789	Unspecified	OpenNebula Client API
  Libraries needed to talk to OpenNebula.
rubygem-opennebula-doc 4.12.1 9.fc30	2405790	Unspecified	Documentation for rubygem-opennebula
  Documentation for rubygem-opennebula.
rubygem-openscap 0.4.8 2.fc29	64299	Development/Languages	A FFI wrapper around the OpenSCAP library
  A FFI wrapper around the OpenSCAP library. The rubygem-openscap
  provides only a subset of openscap functionality.
rubygem-openscap-devel 0.4.8 2.fc29	23384657	Development/Languages	Development for rubygem-openscap
  Development files for rubygem-openscap
rubygem-openscap-doc 0.4.8 2.fc29	993802	Development/Languages	Documentation for rubygem-openscap
  Documentation for rubygem-openscap.
rubygem-openssl 2.1.2 118.fc30	497024	Unspecified	OpenSSL provides SSL, TLS and general purpose cryptography
  OpenSSL provides SSL, TLS and general purpose cryptography. It wraps the
  OpenSSL library.
rubygem-openstack-quantum-client 0.1.5 9.fc23	25031	Development/Languages	The main objective of this gem is to deal easily with openstack quantum
  A simple gem to deal with openstack quantum
rubygem-openstack-quantum-client-doc 0.1.5 9.fc23	807765	Documentation	Documentation for rubygem-openstack-quantum-client
  Documentation for rubygem-openstack-quantum-client
rubygem-openwsman 2.6.8 5.fc30	285612	Unspecified	Ruby client bindings for Openwsman
  The openwsman gem provides a Ruby API to manage systems using
  the WS-Management protocol.
rubygem-openwsman-doc 2.6.8 5.fc30	1635013	Unspecified	Documentation for openwsman
  Documentation for rubygem-openwsman
rubygem-org-ruby 0.9.12 10.fc30	102587	Unspecified	Ruby routines for parsing org-mode files
  An org-mode parser written in Ruby. This gem contains Ruby routines for
  parsing org-mode files. The most significant thing this library does
  today is convert org-mode files to HTML or textile. Currently, you
  cannot do much to customize the conversion. The supplied textile
  conversion is optimized for extracting "content" from the orgfile as
  opposed to "metadata."
rubygem-org-ruby-doc 0.9.12 10.fc30	1224222	Unspecified	Documentation for rubygem-org-ruby
  Documentation for rubygem-org-ruby.
rubygem-origin 2.2.0 6.fc30	99589	Unspecified	Simple DSL for MongoDB query generation
  Origin is a simple DSL for generating MongoDB selectors and options
rubygem-origin-doc 2.2.0 6.fc30	1504874	Unspecified	Documentation for rubygem-origin
  Documentation for rubygem-origin
rubygem-orm_adapter 0.5.0 9.fc30	16545	Unspecified	Provides a single point of entry for using basic features of ruby ORMs
  Provides a single point of entry for using basic features of ruby ORMs
rubygem-orm_adapter-doc 0.5.0 9.fc30	880946	Unspecified	Documentation for rubygem-orm_adapter
  Documentation for rubygem-orm_adapter
rubygem-ox 2.10.0 3.fc30	243852	Unspecified	Fast XML parser and object serializer
  A fast XML parser and object serializer that uses only standard C lib.
  Optimized XML (Ox), as the name implies was written to provide speed optimized
  XML handling. It was designed to be an alternative to Nokogiri and other Ruby
  XML parsers for generic XML parsing and as an alternative to Marshal for
  Object serialization.
rubygem-ox-doc 2.10.0 3.fc30	1195618	Unspecified	Documentation for rubygem-ox
  Documentation for rubygem-ox.
rubygem-paint 2.0.0 5.fc30	20816	Unspecified	Terminal painter
  Paint manages terminal colors and effects for you. It combines the strengths
  of term-ansicolor, rainbow and other similar projects into a simple to use,
  however still flexible terminal colorization gem with no core extensions by
  default.
rubygem-paint-doc 2.0.0 5.fc30	804882	Unspecified	Documentation for rubygem-paint
  Documentation for rubygem-paint.
rubygem-pam 1.5.4 36.fc30	813905	Unspecified	Ruby bindings for pam
  Ruby bindings for pam exposed via a gem
rubygem-pango 3.3.2 1.fc30	85855	Unspecified	Ruby binding of pango-1.x
  Ruby/Pango is a Ruby binding of pango-1.x.
rubygem-pango-devel 3.3.2 1.fc30	9417	Unspecified	Ruby/pango development environment
  Header files and libraries for building a extension library for the
  rubygem-pango
rubygem-pango-devel 3.3.2 1.fc30	9417	Unspecified	Ruby/pango development environment
  Header files and libraries for building a extension library for the
  rubygem-pango
rubygem-pango-doc 3.3.2 1.fc30	904245	Unspecified	Documentation for rubygem-pango
  This package contains documentation for rubygem-pango.
rubygem-pango-no-gi 3.3.2 1.fc30	220455	Unspecified	Ruby binding of pango-1.x with no-gi version
  Ruby/Pango is a Ruby binding of pango-1.x.
  This package contains no-gi implementation of Ruby/Pango.
rubygem-pango-no-gi-doc 3.3.2 1.fc30	748287	Unspecified	Documentation for rubygem-pango no-gi
  This package contains documentation for ubygem-pango-no-gi.
rubygem-parallel 1.12.1 4.fc30	19262	Unspecified	Run any kind of code in parallel processes
  Run any kind of code in parallel processes.
rubygem-parallel-doc 1.12.1 4.fc30	843938	Unspecified	Documentation for rubygem-parallel
  Documentation for rubygem-parallel.
rubygem-paranoia 2.3.1 3.fc28	14961	Unspecified	Cleaner re-implementation of acts_as_paranoid (ActiveRecord soft-delete plugin)
  Paranoia is a re-implementation of acts_as_paranoid for Rails 3, 4, and 5,
  using much, much, much less code. You would use either plugin / gem if you
  wished that when you called destroy on an Active Record object that it
  didn't actually destroy it, but just "hid" the record. Paranoia does this
  by setting a deleted_at field to the current time when you destroy a record,
  and hides it by scoping all queries on your model to only include records
  which do not have a deleted_at field.
rubygem-paranoia-doc 2.3.1 3.fc28	861371	Unspecified	Documentation for rubygem-paranoia
  Documentation for rubygem-paranoia.
rubygem-parse-cron 0.1.4 9.fc30	9562	Unspecified	Parses cron expressions and calculates the next occurrence
  parses cron expressions and calculates the next occurrence
  after a given date
rubygem-parse-cron-doc 0.1.4 9.fc30	766828	Unspecified	Documentation for rubygem-parse-cron
  Documentation for rubygem-parse-cron
rubygem-parseconfig 1.0.8 5.fc30	13294	Unspecified	Config File Parser for Standard Unix/Linux Type Config Files
  ParseConfig provides simple parsing of standard configuration files in the
  form of 'param = value'.  It also supports nested [group] sections.
rubygem-parseconfig-doc 1.0.8 5.fc30	719239	Unspecified	Documentation for rubygem-parseconfig
  Documentation for rubygem-parseconfig.
rubygem-pathspec 0.2.1 4.fc30	32115	Unspecified	Use to match path patterns such as gitignore
  Use to match path patterns such as gitignore.
rubygem-pathspec-doc 0.2.1 4.fc30	789273	Unspecified	Documentation for rubygem-pathspec
  Documentaion for rubygem-pathspec
rubygem-pathutil 0.14.0 6.fc30	33006	Unspecified	Faster pure Ruby implementation of Pathname with extra bits
  Pathutil tries to be a faster pure Ruby implementation of Pathname.
  It arose out of a need to fix basic problems with Pathname, such as
  susceptibility to join overrides, need for automatic encoding, and
  normalization (for stuff like Jekyll) and the ability to do other
  safe-style operations in an encapsulated format, like copying files
  and folders with symbolic links but only if they originate from the
  given root.
rubygem-pathutil-doc 0.14.0 6.fc30	860964	Unspecified	Documentation files for rubygem-pathutil
  This package contains the documentation files for rubygem-pathutil.
rubygem-pdf-core 0.8.1 2.fc30	116589	Unspecified	PDF::Core is used by Prawn to render PDF documents
  PDF::Core is used by Prawn to render PDF documents.
rubygem-pdf-core-doc 0.8.1 2.fc30	962140	Unspecified	Documentation for rubygem-pdf-core
  Documentation for rubygem-pdf-core.
rubygem-pdf-inspector 1.3.0 3.fc30	67985	Unspecified	A tool for analyzing PDF output
  This library provides a number of PDF::Reader[0] based tools for use in
  testing PDF output.  Presently, the primary purpose of this tool is to
  support the tests found in Prawn[1], a pure Ruby PDF generation library.
  However, it may be useful to others, so we have made it available as
  a gem in its own right.
  [0] https://github.com/yob/pdf-reader
  [1] https://github.com/sandal/prawn
rubygem-pdf-inspector-doc 1.3.0 3.fc30	891185	Unspecified	Documentation for rubygem-pdf-inspector
  Documentation for rubygem-pdf-inspector.
rubygem-pdf-reader 2.1.0 3.fc30	886656	Unspecified	A library for accessing the content of PDF files
  The PDF::Reader library implements a PDF parser conforming as much as possible
  to the PDF specification from Adobe.
rubygem-pdf-reader-doc 2.1.0 3.fc30	3758639	Unspecified	Documentation for rubygem-pdf-reader
  Documentation for rubygem-pdf-reader.
rubygem-pdfkit 0.8.4.1 1.fc30	27167	Unspecified	HTML+CSS to PDF using wkhtmltopdf
  Create PDFs using plain old HTML+CSS. Uses wkhtmltopdf
  on the back-end which renders HTML using Webkit.
rubygem-pdfkit-doc 0.8.4.1 1.fc30	841346	Unspecified	Documentation for rubygem-pdfkit
  Documentation for rubygem-pdfkit.
rubygem-pg 1.1.4 3.fc30	281694	Unspecified	A Ruby interface to the PostgreSQL RDBMS
  This is the extension library to access a PostgreSQL database from Ruby.
  This library works with PostgreSQL 9.1 and later.
rubygem-pg-doc 1.1.4 3.fc30	2811147	Unspecified	Documentation for rubygem-pg
  Documentation for rubygem-pg.
rubygem-pkg-config 1.3.7 1.fc30	71615	Unspecified	A pkg-config implementation by Ruby
  This gem contains a pkg-config implementation by Ruby
rubygem-pkg-config-doc 1.3.7 1.fc30	828078	Unspecified	Documentation for rubygem-pkg-config
  This package contains documentation for rubygem-pkg-config.
rubygem-plist 3.4.0 4.fc30	16208	Unspecified	All-purpose Property List manipulation library
  Plist is a library to manipulate Property List files, also known as plists.
  It can parse plist files into native Ruby data structures as well as
  generating new plist files from your Ruby objects.
rubygem-plist-doc 3.4.0 4.fc30	844277	Unspecified	Documentation for rubygem-plist
  Documentation for rubygem-plist.
rubygem-polyglot 0.3.5 6.fc30	4289	Unspecified	Augment 'require' to load non-Ruby file types
  The Polyglot library allows a Ruby module to register a loader
  for the file type associated with a filename extension, and it
  augments 'require' to find and load matching files.
rubygem-polyglot-doc 0.3.5 6.fc30	726217	Unspecified	Documentation for rubygem-polyglot
  Documentation for rubygem-polyglot.
rubygem-poppler 3.3.2 1.fc30	50987	Unspecified	Ruby binding of poppler-glib
  Ruby/Poppler is a Ruby binding of poppler-glib.
rubygem-poppler-doc 3.3.2 1.fc30	849865	Unspecified	Documentation for rubygem-poppler
  This package contains documentation for rubygem-poppler.
rubygem-posix-spawn 0.3.13 3.fc30	70855	Unspecified	posix_spawnp(2) for Ruby
  posix-spawn uses posix_spawnp(2) for faster process spawning.
rubygem-posix-spawn-doc 0.3.13 3.fc30	872251	Unspecified	Documentation for rubygem-posix-spawn
  Documentation for rubygem-posix-spawn
rubygem-power_assert 1.1.4 200.fc30	32739	Unspecified	Power Assert for Ruby
  Power Assert for Ruby. Power Assert shows each value of variables and method
  calls in the expression. It is useful for testing, providing which value
  wasn't correct when the condition is not satisfied.
rubygem-power_assert-doc 1.1.4 200.fc30	914853	Unspecified	Documentation for rubygem-power_assert
  Documentation for rubygem-power_assert.
rubygem-powerpack 0.1.1 6.fc30	26892	Unspecified	A few useful extensions to core Ruby classes
  A few useful extensions to core Ruby classes.
rubygem-powerpack-doc 0.1.1 6.fc30	793833	Unspecified	Documentation for rubygem-powerpack
  Documentation for rubygem-powerpack.
rubygem-pr_geohash 1.0.0 18.fc30	13368	Unspecified	GeoHash encode/decode library for pure Ruby
  GeoHash encode/decode library for pure Ruby.
  It's implementation of http://en.wikipedia.org/wiki/Geohash
rubygem-pr_geohash-doc 1.0.0 18.fc30	733506	Unspecified	Documentation for rubygem-pr_geohash
  Documentation for rubygem-pr_geohash
rubygem-prawn 2.2.2 2.fc30	972846	Unspecified	A fast and nimble PDF generator for Ruby
  Prawn is a pure Ruby PDF generation library that provides a lot of great
  functionality while trying to remain simple and reasonably performant.
  Here are some of the important features we provide:
  
  - Vector drawing support, including lines, polygons, curves, ellipses, etc.
  - Extensive text rendering support, including flowing text and limited inline
    formatting options.
  - Support for both PDF builtin fonts as well as embedded TrueType fonts
  - A variety of low level tools for basic layout needs, including a simple
    grid system
  - PNG and JPG image embedding, with flexible scaling options
  - Reporting tools for rendering complex data tables, with pagination support
  - Security features including encryption and password protection
  - Tools for rendering repeatable content (i.e headers, footers, and page
    numbers)
  - Comprehensive internationalization features, including full support for UTF-8
    based fonts, right-to-left text rendering, fallback font support,
    and extension points for customizable text wrapping.
  - Support for PDF outlines for document navigation
  - Low level PDF features, allowing users to create custom extensions
    by dropping down all the way to the PDF object tree layer.
    (Mostly useful to those with knowledge of the PDF specification)
  - Lots of other stuff!
rubygem-prawn-doc 2.2.2 2.fc30	2976999	Unspecified	Documentation for rubygem-prawn
  Documentation for rubygem-prawn
rubygem-prawn-icon 2.3.0 2.fc30	1297846	Unspecified	Provides icon fonts for PrawnPDF
  Prawn::Icon provides various icon fonts including
  FontAwesome, Foundation Icons and GitHub Octicons
  for use with the Prawn PDF toolkit.
rubygem-prawn-icon-doc 2.3.0 2.fc30	850654	Unspecified	Documentation for rubygem-prawn-icon
  Documentation for rubygem-prawn-icon.
rubygem-prawn-manual_builder 0.3.0 2.fc30	5422702	Unspecified	A tool for writing manuals for Prawn and Prawn accessories
  A tool for writing manuals for Prawn and Prawn accessories.
rubygem-prawn-manual_builder-doc 0.3.0 2.fc30	856853	Unspecified	Documentation for rubygem-prawn-manual_builder
  Documentation for rubygem-prawn-manual_builder.
rubygem-prawn-svg 0.28.0 2.fc30	113326	Unspecified	SVG renderer for Prawn PDF library
  This gem allows you to render SVG directly into a PDF using the 'prawn' gem.
  Since PDF is vector-based, you'll get nice scaled graphics if you use SVG
  instead of an image.
rubygem-prawn-svg-doc 0.28.0 2.fc30	2233073	Unspecified	Documentation for rubygem-prawn-svg
  Documentation for rubygem-prawn-svg.
rubygem-prawn-table 0.2.2 9.fc30	155074	Unspecified	Provides tables for PrawnPDF
  Prawn::Table provides tables for the Prawn PDF toolkit.
rubygem-prawn-table-doc 0.2.2 9.fc30	1339547	Unspecified	Documentation for rubygem-prawn-table
  Documentation for rubygem-prawn-table.
rubygem-prawn-templates 0.1.1 2.fc30	74654	Unspecified	Prawn::Templates allows using PDFs as templates in Prawn
  Prawn::Templates allows using PDFs as templates in Prawn.
rubygem-prawn-templates-doc 0.1.1 2.fc30	771670	Unspecified	Documentation for rubygem-prawn-templates
  Documentation for rubygem-prawn-templates.
rubygem-progressbar 0.21.0 8.fc30	8659	Unspecified	Ruby text progress bar generator library
  ProgressBar is a text progress bar library for Ruby. It can indicate
  progress with percentage, a progress bar, and estimated remaining time.
rubygem-progressbar-doc 0.21.0 8.fc30	770396	Unspecified	Documentation for rubygem-progressbar
  Documentation for rubygem-progressbar.
rubygem-proxifier 1.0.3 6.fc30	14564	Unspecified	Proxifier is a gem to force ruby to use a proxy
  Proxifier adds support for HTTP or SOCKS proxies and lets you force TCPSocket
  to use proxies.
rubygem-proxifier-doc 1.0.3 6.fc30	833792	Unspecified	Documentation for rubygem-proxifier
  Documentation for rubygem-proxifier.
rubygem-pry 0.10.4 7.fc30	391601	Unspecified	An IRB alternative and runtime developer console
  An IRB alternative and runtime developer console.
rubygem-pry-byebug 3.6.0 4.fc30	25824	Unspecified	Fast debugging with Pry
  Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish',
  'continue' and 'break' commands to control execution.
rubygem-pry-byebug-doc 3.6.0 4.fc30	992126	Unspecified	Documentation for rubygem-pry-byebug
  Documentation for rubygem-pry-byebug.
rubygem-pry-doc 0.10.4 7.fc30	4054581	Unspecified	Documentation for rubygem-pry
  Documentation for rubygem-pry.
rubygem-pry-nav 0.2.4 3.fc30	9006	Unspecified	Simple execution navigation for Pry
  Turn Pry into a primitive debugger. Adds 'step' and 'next' commands to control
  execution.
rubygem-pry-nav-doc 0.2.4 3.fc30	732617	Unspecified	Documentation for rubygem-pry-nav
  Documentation for rubygem-pry-nav.
rubygem-psych 3.1.0 118.fc30	144349	Unspecified	A libyaml wrapper for Ruby
  Psych is a YAML parser and emitter. Psych leverages
  libyaml[http://pyyaml.org/wiki/LibYAML] for its YAML parsing and emitting
  capabilities. In addition to wrapping libyaml, Psych also knows how to
  serialize and de-serialize most Ruby objects to and from the YAML format.
rubygem-public_suffix 3.0.1 4.fc30	234435	Unspecified	Domain name parser based on the Public Suffix List
  PublicSuffix can parse and decompose a domain name into top level domain,
  domain and subdomains.
rubygem-public_suffix-doc 3.0.1 4.fc30	974560	Unspecified	Documentation for rubygem-public_suffix
  Documentation for rubygem-public_suffix.
rubygem-puma 3.12.0 2.fc30	253975	Unspecified	A simple, fast, threaded, and highly concurrent HTTP 1.1 server
  A simple, fast, threaded, and highly concurrent HTTP 1.1 server for
  Ruby/Rack applications.
rubygem-puma-doc 3.12.0 2.fc30	2420121	Unspecified	Documentation for rubygem-puma
  Documentation for rubygem-puma.
rubygem-pundit 2.0.1 2.fc30	23190	Unspecified	Object oriented authorization for Rails
  Object oriented authorization for Rails applications.
rubygem-pundit-doc 2.0.1 2.fc30	953228	Unspecified	Documentation for rubygem-pundit
  Documentation for rubygem-pundit.
rubygem-puppet-lint 1.1.0 2.fc23	91429	Development/Languages	Ensure your Puppet manifests conform with the Puppetlabs style guide
  Checks your Puppet manifests against the Puppetlabs
  style guide and alerts you to any discrepancies.
rubygem-puppet-lint-doc 1.1.0 2.fc23	1203933	Documentation	Documentation for rubygem-puppet-lint
  Documentation for rubygem-puppet-lint
rubygem-qpid_messaging 1.39.0 3.fc30	899855	Unspecified	Ruby bindings for the Qpid messaging framework
  Qpid is an enterprise messaging framework. This package provides Ruby
  language bindings based on that framework.
rubygem-qpid_messaging-doc 1.39.0 3.fc30	1825513	Unspecified	Documentation for rubygem-qpid_messaging
  %{Summary}.
rubygem-qpid_proton 0.26.0 3.fc30	789847	Unspecified	Ruby language bindings for the Qpid Proton messaging framework
  Proton is a high performance, lightweight messaging library. It can be used in
  the widest range of messaging applications including brokers, client libraries,
  routers, bridges, proxies, and more. Proton is based on the AMQP 1.0 messaging
  standard.
rubygem-qpid_proton-doc 0.26.0 3.fc30	4111508	Unspecified	Documentation for rubygem-qpid_proton
  Documentation for rubygem-qpid_proton.
rubygem-rabbit 2.2.1 5.fc30	4038123	Unspecified	RD-document-based presentation application
  Rabbit is an RD-document-based presentation application.
rubygem-rabbit-doc 2.2.1 5.fc30	11366681	Unspecified	Documentation for rubygem-rabbit
  Documentation for rubygem-rabbit
rubygem-rabl 0.11.0 8.fc30	50402	Unspecified	General Ruby templating with JSON, BSON, XML and MessagePack support
  General Ruby templating with JSON, BSON, XML and MessagePack support.
rubygem-rabl-doc 0.11.0 8.fc30	1502875	Unspecified	Documentation for rubygem-rabl
  Documentation for rubygem-rabl
rubygem-racc 1.4.15 1.fc30	228670	Unspecified	LALR(1) parser generator
  Racc is a LALR(1) parser generator.
  It is written in Ruby itself, and generates Ruby program.
rubygem-racc-doc 1.4.15 1.fc30	2184684	Unspecified	Documentation for rubygem-racc
  Documentation for rubygem-racc.
rubygem-rack 2.0.6 4.fc30	284241	Unspecified	A modular Ruby webserver interface
  Rack provides a minimal, modular and adaptable interface for developing
  web applications in Ruby.  By wrapping HTTP requests and responses in
  the simplest way possible, it unifies and distills the API for web
  servers, web frameworks, and software in between (the so-called
  middleware) into a single method call.
rubygem-rack-accept 0.4.5 8.fc30	17988	Unspecified	HTTP Accept* for Ruby/Rack
  HTTP Accept, Accept-Charset, Accept-Encoding, and Accept-Language for
  Ruby/Rack
rubygem-rack-accept-doc 0.4.5 8.fc30	927489	Unspecified	Documentation for rack-accept
  This package contains documentation for rack-accept.
rubygem-rack-attack 5.0.1 4.fc30	21754	Unspecified	Block & throttle abusive requests
  A rack middleware for throttling and blocking abusive requests.
rubygem-rack-attack-doc 5.0.1 4.fc30	925121	Unspecified	Documentation for rubygem-rack-attack
  Documentation for rubygem-rack-attack.
rubygem-rack-cache 1.6.1 6.fc30	66470	Unspecified	HTTP Caching for Rack
  Rack::Cache is suitable as a quick drop-in component to enable HTTP caching
  for Rack-based applications that produce freshness (Expires, Cache-Control)
  and/or validation (Last-Modified, ETag) information.
rubygem-rack-cache-doc 1.6.1 6.fc30	1595030	Unspecified	Documentation for rubygem-rack-cache
  Documentation for rubygem-rack-cache
rubygem-rack-cors 1.0.2 3.fc30	16062	Unspecified	Middleware for enabling Cross-Origin Resource Sharing in Rack apps
  Middleware that will make Rack-based apps CORS compatible.
  
  Read more here:
  http://blog.sourcebender.com/2010/06/09/introducin-rack-cors.html.
  
  Fork the project here: https://github.com/cyu/rack-cors.
rubygem-rack-cors-doc 1.0.2 3.fc30	814915	Unspecified	Documentation for rubygem-rack-cors
  Documentation for rubygem-rack-cors.
rubygem-rack-doc 2.0.6 4.fc30	3548406	Unspecified	Documentation for rubygem-rack
  Documentation for rubygem-rack.
rubygem-rack-protection 2.0.3 3.fc30	35456	Unspecified	Ruby gem that protects against typical web attacks
  This gem protects against typical web attacks.
  Should work for all Rack apps, including Rails.
rubygem-rack-protection-doc 2.0.3 3.fc30	969284	Unspecified	Documentation for rubygem-rack-protection
  This package contains documentation for rubygem-rack-protection.
rubygem-rack-restful_submit 1.2.2 15.fc30	4133	Unspecified	Allows RESTful routing without Javascript and multiple submit buttons
  Implements support of RESTful resources with Rails MVC when Javascript is off
  and bulk operations are required with multiple submit buttons.
rubygem-rack-restful_submit-doc 1.2.2 15.fc30	703222	Unspecified	Documentation for rubygem-rack-restful_submit
  Documentation for rubygem-rack-restful_submit
rubygem-rack-test 0.8.3 3.fc30	29910	Unspecified	Simple testing API built on Rack
  Rack::Test is a small, simple testing API for Rack apps. It can be used on its
  own or as a reusable starting point for Web frameworks and testing libraries
  to build on. Most of its initial functionality is an extraction of Merb 1.0's
  request helpers feature.
rubygem-rack-test-doc 0.8.3 3.fc30	826986	Unspecified	Documentation for rubygem-rack-test
  Documentation for rubygem-rack-test.
rubygem-rails 5.2.2 2.fc30	3355	Unspecified	Full-stack web application framework
  Ruby on Rails is a full-stack web framework optimized for programmer happiness
  and sustainable productivity. It encourages beautiful code by favoring
  convention over configuration.
rubygem-rails-controller-testing 1.0.2 5.fc30	12678	Unspecified	Extracting `assigns` and `assert_template` from ActionDispatch
  This gem brings back assigns to your controller tests as well as
  assert_template to both controller and integration tests.
rubygem-rails-controller-testing-doc 1.0.2 5.fc30	999877	Unspecified	Documentation for rubygem-rails-controller-testing
  Documentation for rubygem-rails-controller-testing.
rubygem-rails-deprecated_sanitizer 1.0.3 9.fc30	67121	Unspecified	Deprecated sanitizer API extracted from Action View
  In Rails 4.2 HTML sanitization has been rewritten using a more secure library.
  
  This gem includes the old behavior shipping with Rails 4.2 and before. It is
  strictly provided to ease migration. It will be supported until Rails 5.
rubygem-rails-deprecated_sanitizer-doc 1.0.3 9.fc30	945425	Unspecified	Documentation for rubygem-rails-deprecated_sanitizer
  Documentation for rubygem-rails-deprecated_sanitizer.
rubygem-rails-doc 5.2.2 2.fc30	694731	Unspecified	Documentation for rubygem-rails
  Documentation for rubygem-rails.
rubygem-rails-dom-testing 2.0.2 6.fc30	24193	Unspecified	Dom and Selector assertions for Rails applications
  This gem can compare doms and assert certain elements exists in doms using
  Nokogiri.
rubygem-rails-dom-testing-doc 2.0.2 6.fc30	810614	Unspecified	Documentation for rubygem-rails-dom-testing
  Documentation for rubygem-rails-dom-testing.
rubygem-rails-html-sanitizer 1.0.4 3.fc30	16772	Unspecified	This gem is responsible to sanitize HTML fragments in Rails applications
  HTML sanitization for Rails applications.
rubygem-rails-html-sanitizer-doc 1.0.4 3.fc30	845005	Unspecified	Documentation for rubygem-rails-html-sanitizer
  Documentation for rubygem-rails-html-sanitizer.
rubygem-rails-observers 0.1.5 1.fc29	34998	Unspecified	Rails observer (removed from core in Rails 4.0)
  Rails observer (removed from core in Rails 4.0). ActiveModel::Observer,
  ActiveRecord::Observer and ActionController::Caching::Sweeper extracted
  from Rails.
rubygem-rails-observers-doc 0.1.5 1.fc29	881934	Unspecified	Documentation for rubygem-rails-observers
  Documentation for rubygem-rails-observers.
rubygem-rails_warden 0.5.8 9.fc30	9463	Unspecified	A gem that provides authentication via the Warden framework
  A gem that provides authentication via the Warden framework
rubygem-rails_warden-doc 0.5.8 9.fc30	791460	Unspecified	Documentation for rubygem-rails_warden
  Documentation for rubygem-rails_warden
rubygem-railties 5.2.2 2.fc30	600215	Unspecified	Tools for creating, working with, and running Rails applications
  Rails internals: application bootup, plugins, generators, and rake tasks.
  Railties is responsible to glue all frameworks together. Overall, it:
  * handles all the bootstrapping process for a Rails application;
  * manages rails command line interface;
  * provides Rails generators core;
rubygem-railties-doc 5.2.2 2.fc30	685596	Unspecified	Documentation for rubygem-railties
  Documentation for rubygem-railties.
rubygem-rainbow 3.0.0 3.fc30	17018	Unspecified	Ruby String class extension enabling coloring text on ANSI terminals
  Rainbow is an extension to the Ruby String class adding support for colorizing
  text on ANSI terminals.
rubygem-rainbow-doc 3.0.0 3.fc30	922085	Unspecified	Documentation for rubygem-rainbow.
  Documentation for rubygem-rainbow
rubygem-raindrops 0.13.0 13.fc30	94790	Unspecified	Real-time stats for preforking Rack servers
  Raindrops is a real-time stats toolkit to show statistics for Rack HTTP
  servers.  It is designed for preforking servers such as Rainbows! and
  Unicorn, but should support any Rack HTTP server under Ruby 1.9, 1.8 and
  Rubinius on platforms supporting POSIX shared memory.  It may also be
  used as a generic scoreboard for sharing atomic counters across multiple
  processes.
rubygem-raindrops-doc 0.13.0 13.fc30	1087638	Unspecified	Documentation for rubygem-raindrops
  Documentation for rubygem-raindrops
rubygem-rake 12.3.2 201.fc30	212491	Unspecified	Rake is a Make-like program implemented in Ruby
  Rake is a Make-like program implemented in Ruby. Tasks and dependencies are
  specified in standard Ruby syntax.
rubygem-rake-compiler 1.0.7 3.fc30	97686	Unspecified	Rake-based Ruby C Extension task generator
  rake-compiler aims to help Gem developers while dealing with
  Ruby C extensions, simplifiying the code and reducing the duplication.
  
  It follows *convention over configuration* and set an standarized
  structure to build and package C extensions in your gems.
  
  This is the result of expriences dealing with several Gems
  that required native extensions across platforms and different
  user configurations where details like portability and
  clarity of code were lacking.
rubygem-rake-compiler-doc 1.0.7 3.fc30	1025822	Unspecified	Documentation for rubygem-rake-compiler
  This package contains documentation for rubygem-rake-compiler.
rubygem-rake-contrib 1.0.0 6.fc30	7380	Unspecified	Additional libraries for Rake
  Additional libraries for Rake.
rubygem-rake-contrib-doc 1.0.0 6.fc30	719290	Unspecified	Documentation for rubygem-rake-contrib
  Documentation for rubygem-rake-contrib.
rubygem-rake-doc 12.3.2 201.fc30	1452595	Unspecified	Documentation for rubygem-rake
  Documentation for rubygem-rake.
rubygem-rb-inotify 0.10.0 1.fc30	25912	Unspecified	A Ruby wrapper for Linux inotify, using FFI
  A Ruby wrapper for Linux inotify, using FFI.
rubygem-rb-inotify-doc 0.10.0 1.fc30	822946	Unspecified	Documentation for rubygem-rb-inotify
  Documentation for rubygem-rb-inotify.
rubygem-rb-readline 0.5.5 4.fc30	296668	Unspecified	Pure-Ruby Readline Implementation
  The readline library provides a pure Ruby implementation of the GNU readline C
  library, as well as the Readline extension that ships as part of the standard
  library.
rubygem-rb-readline-doc 0.5.5 4.fc30	2284039	Unspecified	Documentation for rubygem-rb-readline
  Documentation for rubygem-rb-readline.
rubygem-rbovirt 0.1.3 5.fc30	56132	Unspecified	A Ruby client for oVirt REST API
  A Ruby client for oVirt REST API
rubygem-rbovirt-doc 0.1.3 5.fc30	1344675	Unspecified	Documentation for rubygem-rbovirt
  Documentation for rubygem-rbovirt.
rubygem-rbvmomi 1.11.2 5.fc30	872784	Unspecified	Ruby interface to the VMware vSphere API
  Ruby interface to the VMware vSphere API.
rubygem-rbvmomi-doc 1.11.2 5.fc30	1992931	Unspecified	Documentation for rubygem-rbvmomi
  Documentation for rubygem-rbvmomi.
rubygem-rdiscount 2.2.0.1 5.fc30	31959	Unspecified	Converts documents in Markdown syntax to HTML
  Description: RDiscount converts documents in Markdown syntax to HTML.
  
  It uses the excellent Discount processor by David Loren Parsons for this
  purpose, and thereby inherits Discount's numerous useful extensions to the
  Markdown language.
rubygem-rdiscount-doc 2.2.0.1 5.fc30	782779	Unspecified	Documentation for rubygem-rdiscount
  This package contains Rakefile, test directory and documentation for
  rubygem-rdiscount.
rubygem-rdoc 6.1.0 118.fc30	1828506	Unspecified	A tool to generate HTML and command-line documentation for Ruby projects
  RDoc produces HTML and command-line documentation for Ruby projects.  RDoc
  includes the 'rdoc' and 'ri' tools for generating and displaying online
  documentation.
rubygem-rdoc-doc 6.0.3 3.fc29	5931702	Unspecified	Documentation for rubygem-rdoc
  Documentation for rubygem-rdoc.
rubygem-rdtool 0.6.38 12.fc30	214596	Unspecified	Formatter for RD
  RD is multipurpose documentation format created for documentating Ruby and
  output of Ruby world. You can embed RD into Ruby script. And RD have neat
  syntax which help you to read document in Ruby script. On the other hand, RD
  have a feature for class reference.
rubygem-rdtool-doc 0.6.38 12.fc30	1966483	Unspecified	Documentation for rubygem-rdtool
  Documentation for rubygem-rdtool
rubygem-recaptcha 3.4.0 6.fc30	13596	Unspecified	Helpers for the reCAPTCHA API
  This plug-in adds helpers for the reCAPTCHA API.
  In your views you can use the recaptcha_tags method
  to embed the needed JavaScript, and you can validate
  in your controllers with verify_recaptcha.
  
  Beforehand you need to configure Recaptcha with your
  custom private and public key. You may find detailed
  examples below.
  Exceptions will be raised if you call these methods
  and the keys can’t be found.
rubygem-recaptcha-doc 3.4.0 6.fc30	769639	Unspecified	Documentation for rubygem-recaptcha
  Documentation for rubygem-recaptcha.
rubygem-redcarpet 3.3.2 13.fc30	133144	Unspecified	A fast, safe and extensible Markdown to (X)HTML parser
  A fast, safe and extensible Markdown to (X)HTML parser.
rubygem-redcarpet-doc 3.3.2 13.fc30	886850	Unspecified	Documentation for rubygem-redcarpet
  Documentation for rubygem-redcarpet.
rubygem-redis 4.0.1 4.fc30	145848	Unspecified	A Ruby client library for Redis
  A Ruby client that tries to match Redis' API one-to-one, while still
  providing an idiomatic interface.
rubygem-redis-doc 4.0.1 4.fc30	2073038	Unspecified	Documentation for rubygem-redis
  Documentation for rubygem-redis.
rubygem-redis-namespace 1.6.0 4.fc30	20647	Unspecified	Namespaces Redis commands
  Adds a Redis::Namespace class which can be used to namespace calls
  to Redis. This is useful when using a single instance of Redis with
  multiple, different applications.
rubygem-redis-namespace-doc 1.6.0 4.fc30	798664	Unspecified	Documentation for rubygem-redis-namespace
  Documentation for rubygem-redis-namespace.
rubygem-ref 2.0.0 6.fc30	28299	Unspecified	Library that implements weak, soft, and strong references in Ruby
  Library that implements weak, soft, and strong references in Ruby that work
  across multiple runtimes (MRI,Jruby and Rubinius). Also includes
  implementation of maps/hashes that use references and a reference queue.
rubygem-ref-doc 2.0.0 6.fc30	898400	Unspecified	Documentation for rubygem-ref
  Documentation for rubygem-ref.
rubygem-request_store 1.3.2 6.fc30	4355	Unspecified	RequestStore gives you per-request global storage
  RequestStore gives you per-request global storage.
rubygem-request_store-doc 1.3.2 6.fc30	716868	Unspecified	Documentation for rubygem-request_store
  Documentation for rubygem-request_store.
rubygem-require_all 1.3.3 6.fc30	13394	Unspecified	A wonderfully simple way to load your code
  A wonderfully simple way to load your code.
  
  Tired of futzing around with require statements everywhere,
  littering your code with require File (__FILE__) crap?
  What if you could just point something at a big directory full
  of code and have everything just auto-magically load regardless
  of the dependency structure?
  
  Wouldn't that be nice? Well, now you can!
rubygem-require_all-doc 1.3.3 6.fc30	789013	Unspecified	Documentation for rubygem-require_all
  Documentation for rubygem-require_all.
rubygem-resolve-hostname 0.1.0 5.fc30	7706	Unspecified	Hostname resolver with caching
  With caching, selector for IPv4/IPv6, and many other features.
rubygem-resolve-hostname-doc 0.1.0 5.fc30	739821	Unspecified	Documentation for rubygem-resolve-hostname
  Documentation for rubygem-resolve-hostname.
rubygem-responders 2.4.0 5.fc30	40068	Unspecified	Set of Rails responders to dry up your application
  A set of Rails responders to dry up your application.
rubygem-responders-doc 2.4.0 5.fc30	932552	Unspecified	Documentation for rubygem-responders
  Documentation for rubygem-responders.
rubygem-resque 1.25.2 11.fc30	204413	Unspecified	A Redis-backed queueing system
  Resque is a Redis-backed Ruby library for creating background jobs, placing
  those jobs on multiple queues, and processing them later.  Background jobs
  can be any Ruby class or module that responds to perform. Your existing
  classes can easily be converted to background jobs or you can create new
  classes specifically to do work. Or, you can do both.
  Resque is heavily inspired by DelayedJob and is comprised of three parts:
  * A Ruby library for creating, querying, and processing jobs
  * A Rake task for starting a worker which processes jobs
  * A Sinatra app for monitoring queues, jobs, and workers.
rubygem-resque-doc 1.25.2 11.fc30	1728113	Unspecified	Documentation for rubygem-resque
  Documentation for rubygem-resque
rubygem-rest-client 2.0.0 6.fc30	82947	Unspecified	Simple HTTP and REST client for Ruby
  A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework
  style of specifying actions: get, put, post, delete.
rubygem-rest-client-doc 2.0.0 6.fc30	1626794	Unspecified	Documentation for rubygem-rest-client
  Documentation for rubygem-rest-client.
rubygem-rgen 0.7.0 7.fc29	317419	Development/Languages	Ruby Modelling and Generator Framework
  RGen is a framework for Model Driven Software Development (MDSD) in Ruby. This
  means that it helps you build Metamodels, instantiate Models, modify and
  transform Models and finally generate arbitrary textual content from it.
rubygem-rgen-doc 0.7.0 7.fc29	4572067	Documentation	Documentation for rubygem-rgen
  Documentation for rubygem-rgen.
rubygem-rhc 1.38.7 7.fc30	543836	Unspecified	OpenShift Express Client Tools
  OpenShift Express Client Tools allows you to create and deploy applications to
  the cloud. The OpenShift Express client is a command line tool that allows you
  to manage your applications in the cloud.
rubygem-rhc-doc 1.38.7 7.fc30	4789858	Unspecified	Documentation for rhc
  Documentation for rubygem-rhc
rubygem-riot 0.12.7 3.fc24	80571	Development/Languages	An extremely fast, expressive, and context-driven unit-testing framework
  An extremely fast, expressive, and context-driven unit-testing framework.
  A replacement for all other testing frameworks. Protest the slow test.
rubygem-riot-doc 0.12.7 3.fc24	1445921	Documentation	Documentation for rubygem-riot
  Documentation for rubygem-riot
rubygem-rkerberos 0.1.5 14.fc30	90137	Unspecified	A Ruby interface for the the Kerberos library
  The rkerberos library is an interface for the Kerberos 5 network
  authentication protocol. It wraps the Kerberos C API.
rubygem-rkerberos-doc 0.1.5 14.fc30	859436	Unspecified	Documentation for rubygem-rkerberos
  This package contains documentation for rubygem-rkerberos.
rubygem-rmagick 2.16.0 21.fc30	641815	Unspecified	Ruby binding to ImageMagick
  RMagick is an interface between Ruby and ImageMagick.
rubygem-rmagick-doc 2.16.0 21.fc30	4213991	Unspecified	Documentation for rubygem-rmagick
  Documentation for rubygem-rmagick.
rubygem-rmail 1.0.0 11.fc21	206373	Development/Languages	A MIME mail parsing and generation library
  RMail is a lightweight mail library containing various utility classes and
  modules that allow ruby scripts to parse, modify, and generate MIME mail
  messages.
rubygem-rmail-doc 1.0.0 11.fc21	1597048	Documentation	Documentation for rubygem-rmail
  Documentation for rubygem-rmail
rubygem-rmail-sup 1.0.1 9.fc30	254838	Unspecified	A lightweight mail library written in ruby
  RMail is a lightweight mail library containing various utility classes and
  modules that allow ruby scripts to parse, modify, and generate MIME mail
  messages.
rubygem-rmail-sup-doc 1.0.1 9.fc30	1362097	Unspecified	Documentation for rubygem-rmail-sup
  Documentation for rubygem-rmail-sup
rubygem-ronn 0.7.3 13.fc30	130456	Unspecified	Manual authoring tool
  Ronn builds manuals. It converts simple, human readable text files to
  roff for terminal display, and also to HTML for the web.
  
  The source format includes all of Markdown but has a more rigid structure and
  syntax extensions for features commonly found in man pages (definition lists,
  link notation, etc.). The ronn-format(7) manual page defines the format in
  detail.
rubygem-ronn-doc 0.7.3 13.fc30	1093532	Unspecified	Documentation for rubygem-ronn
  Documentation for rubygem-ronn
rubygem-rouge 3.3.0 2.fc30	1122757	Unspecified	Pure-ruby colorizer based on pygments
  Rouge aims to a be a simple, easy-to-extend drop-in replacement for pygments.
rubygem-rouge-doc 3.3.0 2.fc30	4686778	Unspecified	Documentation for rubygem-rouge
  Documentation for rubygem-rouge.
rubygem-rr 1.1.2 10.fc30	139730	Unspecified	RR (Double Ruby) is a test double framework
  RR (Double Ruby) is a test double framework that features a rich selection of
  double techniques and a terse syntax.
  
  A Test Double is a generalization of something that replaces a real object to
  make it easier to test another object. Its like a stunt double for tests.
rubygem-rr-doc 1.1.2 10.fc30	2366348	Unspecified	Documentation for rubygem-rr
  Documentation for rubygem-rr
rubygem-rsolr 1.1.2 6.fc30	34444	Unspecified	A Ruby client for Apache Solr
  RSolr aims to provide a simple and extensible library for working with Solr.
rubygem-rsolr-doc 1.1.2 6.fc30	1075372	Unspecified	Documentation for rubygem-rsolr
  Documentation for rubygem-rsolr.
rubygem-rspec 3.8.0 2.fc30	6584	Unspecified	Behaviour driven development (BDD) framework for Ruby
  RSpec is a behaviour driven development (BDD) framework for Ruby.
rubygem-rspec-collection_matchers 1.1.3 3.fc30	13942	Unspecified	Collection cardinality matchers
  Collection cardinality matchers, extracted from rspec-expectations.
rubygem-rspec-collection_matchers-doc 1.1.3 3.fc30	832644	Unspecified	Documentation for rubygem-rspec-collection_matchers
  Documentation for rubygem-rspec-collection_matchers.
rubygem-rspec-core 3.8.0 2.fc30	586482	Development/Languages	Rspec-2 runner and formatters
  Behaviour Driven Development for Ruby.
rubygem-rspec-core-doc 3.8.0 2.fc30	4386471	Documentation	Documentation for rubygem-rspec-core
  This package contains documentation for rubygem-rspec-core.
rubygem-rspec-doc 3.8.0 2.fc30	688718	Unspecified	Documentation for rubygem-rspec
  This package contains documentation for rubygem-rspec.
rubygem-rspec-expectations 3.8.2 1.fc30.1	310082	Unspecified	RSpec expectations (should and matchers)
  rspec-expectations adds `should` and `should_not` to every object and includes
  RSpec::Matchers, a library of standard matchers.
rubygem-rspec-expectations-doc 3.8.2 1.fc30.1	2935453	Unspecified	Documentation for rubygem-rspec-expectations
  This package contains documentation for rubygem-rspec-expectations.
rubygem-rspec-its 1.2.0 4.fc30	7596	Unspecified	Provides "its" method formerly part of rspec-core
  RSpec extension gem for attribute matching.
rubygem-rspec-its-doc 1.2.0 4.fc30	721598	Unspecified	Documentation for rubygem-rspec-its
  Documentation for rubygem-rspec-its.
rubygem-rspec-longrun 0.1.2 4.fc21	8161	Unspecified	RSpec formatter for long-running specs
  RSpec is a fine unit-testing framework, but is also handy for acceptance
  and integration tests.  But the default report formatters make it difficult
  to track progress of such long-running tests.
  
  The RSpec::Longrun::Formatter outputs the name of each test as it starts,
  rather than waiting until it passes or fails.  It also provides a mechanism
  for reporting on progress of a test while it is still executing.
rubygem-rspec-longrun-doc 0.1.2 4.fc21	762798	Unspecified	Documentation files for rubygem-rspec-longrun
  This package contains the documentation files
  for rubygem-rspec-longrun.
rubygem-rspec-mocks 3.8.0 1.fc30.1	290601	Unspecified	RSpec's 'test double' framework (mocks and stubs)
  rspec-mocks provides a test-double framework for rspec including support
  for method stubs, fakes, and message expectations.
rubygem-rspec-mocks-doc 3.8.0 1.fc30.1	2984036	Unspecified	Documentation for rubygem-rspec-mocks
  This package contains documentation for rubygem-rspec-mocks.
rubygem-rspec-pending_for 0.1.9 3.fc30	8538	Unspecified	Mark specs pending or skipped for specific Ruby engine
  Mark specs pending or skipped for specific Ruby engine (e.g. MRI or JRuby) /
  version combinations.
rubygem-rspec-pending_for-doc 0.1.9 3.fc30	729714	Unspecified	Documentation for rubygem-rspec-pending_for
  Documentation for rubygem-rspec-pending_for.
rubygem-rspec-rails 3.8.1 0.2.fc30	146559	Unspecified	RSpec for Rails
  rspec-rails is a testing framework for Rails 3+.
rubygem-rspec-rails-doc 3.8.1 0.2.fc30	1802576	Unspecified	Documentation for rubygem-rspec-rails
  Documentation for rubygem-rspec-rails.
rubygem-rspec-support 3.8.0 2.fc30	98544	Unspecified	Common functionality to Rspec series
  `RSpec::Support` provides common functionality to `RSpec::Core`,
  `RSpec::Expectations` and `RSpec::Mocks`. It is considered
  suitable for internal use only at this time.
rubygem-rspec-support-doc 3.8.0 2.fc30	1504039	Unspecified	Documentation for rubygem-rspec-support
  Documentation for rubygem-rspec-support
rubygem-rspec2 2.14.1 10.fc30	4393	Unspecified	Behaviour driven development (BDD) framework for Ruby
  RSpec is a behaviour driven development (BDD) framework for Ruby.
rubygem-rspec2-core 2.14.8 10.fc30.2	287493	Development/Languages	Rspec 2 runner and formatters
  Behaviour Driven Development for Ruby.
rubygem-rspec2-core-doc 2.14.8 10.fc30.2	2914182	Documentation	Documentation for rubygem-rspec2-core
  This package contains documentation for rubygem-rspec2-core.
rubygem-rspec2-doc 2.14.1 10.fc30	689225	Unspecified	Documentation for rubygem-rspec2
  This package contains documentation for rubygem-rspec2.
rubygem-rspec2-expectations 2.14.5 10.fc30.3	140070	Unspecified	Rspec 2 expectations (should and matchers)
  rspec-expectations adds `should` and `should_not` to every object and includes
  RSpec::Matchers, a library of standard matchers.
rubygem-rspec2-expectations-doc 2.14.5 10.fc30.3	2001194	Unspecified	Documentation for rubygem-rspec2-expectations
  This package contains documentation for rubygem-rspec2-expectations.
rubygem-rspec2-mocks 2.14.6 6.fc30.2	152889	Unspecified	Rspec 2 doubles (mocks and stubs)
  rspec-mocks provides a test-double framework for Rspec including support
  for method stubs, fakes, and message expectations.
rubygem-rspec2-mocks-doc 2.14.6 6.fc30.2	2093150	Unspecified	Documentation for rubygem-rspec2-mocks
  This package contains documentation for rubygem-rspec2-mocks.
rubygem-rsvg2 3.3.2 1.fc30	35582	Unspecified	Ruby binding of librsvg-2.x
  Ruby/RSVG is a Ruby binding of librsvg.
rubygem-rsvg2-doc 3.3.2 1.fc30	732518	Unspecified	Documentation for rubygem-rsvg2
  This package contains documentation for rubygem-rsvg2.
rubygem-rttool 1.0.3.0 11.fc30	78299	Unspecified	Converter from RT into various formats
  RT is a simple and human-readable table format.
  RTtool is a converter from RT into various formats.
  RT can be incorporated into RD.
rubygem-rttool-doc 1.0.3.0 11.fc30	801023	Unspecified	Documentation for rubygem-rttool
  Documentation for rubygem-rttool
rubygem-rubeyond 0.1 10.1.fc30	40018	Unspecified	A development framework for Ruby
  Rubeyond provides addition general classes, mixins and
  functions to round out the standard library that ships
  with the Ruby language.
rubygem-rubeyond-doc 0.1 10.1.fc30	696218	Unspecified	Documentation for rubygem-rubeyond
  Documentation for rubygem-rubeyond
rubygem-ruby-dbus 0.11.0 7.fc30	130261	Unspecified	Ruby module for interaction with D-Bus
  Ruby D-Bus provides an implementation of the D-Bus protocol such that the
  D-Bus system can be used in the Ruby programming language.
rubygem-ruby-dbus-doc 0.11.0 7.fc30	1676687	Unspecified	Documentation for rubygem-ruby-dbus
  Documentation for rubygem-ruby-dbus.
rubygem-ruby-hmac 0.4.0 18.fc30	774517	Unspecified	This module provides common interface to HMAC functionality
  This module provides common interface to HMAC functionality. HMAC is a kind of
  "Message Authentication Code" (MAC) algorithm whose standard is documented in
  RFC2104. Namely, a MAC provides a way to check the integrity of information
  transmitted over or stored in an unreliable medium, based on a secret key.
  Originally written by Daiki Ueno. Converted to a RubyGem by Geoffrey
  Grosenbach
rubygem-ruby-libvirt 0.7.1 5.fc30	301834	Unspecified	Ruby bindings for LIBVIRT
  Ruby bindings for libvirt.
rubygem-ruby-libvirt-doc 0.7.1 5.fc30	2064930	Unspecified	Documentation for rubygem-ruby-libvirt
  Documentation for rubygem-ruby-libvirt
rubygem-ruby-ntlm 0.0.4 5.fc30	20797	Unspecified	NTLM implementation for Ruby
  NTLM implementation for Ruby.
rubygem-ruby-ntlm-doc 0.0.4 5.fc30	844720	Unspecified	Documentation for rubygem-ruby-ntlm
  Documentation for rubygem-ruby-ntlm
rubygem-ruby-opengl 0.61.0 9.fc30	1043	Unspecified	OpenGL Interface for Ruby
  ruby-opengl consists of Ruby extension modules that are bindings
  for the OpenGL, GLU, and GLUT libraries. It is intended to be
  a replacement for -- and uses the code from -- Yoshi's ruby-opengl.
rubygem-ruby-progressbar 1.10.0 2.fc30	32487	Unspecified	Ruby/ProgressBar is a flexible text progress bar library
  Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby.
  The output can be customized with a flexible formatting system including:
  percentage, bars of various formats, elapsed time and estimated time
  remaining.
rubygem-ruby-progressbar-doc 1.10.0 2.fc30	1128574	Unspecified	Documentation for rubygem-ruby-progressbar
  Documentation for rubygem-ruby-progressbar.
rubygem-ruby-rc4 0.1.5 16.fc30	3052	Unspecified	Pure Ruby implementation of the RC4 algorithm
  RubyRC4 is a pure Ruby implementation of the RC4 algorithm.
rubygem-ruby-rc4-doc 0.1.5 16.fc30	707354	Unspecified	Documentation for rubygem-ruby-rc4
  Documentation for rubygem-ruby-rc4.
rubygem-ruby-shadow 2.5.0 9.fc30	18965	Unspecified	Ruby shadow password module
  This module provides access to shadow passwords on Linux and Solaris.
rubygem-ruby-shadow-doc 2.5.0 9.fc30	674511	Unspecified	Documentation for rubygem-ruby-shadow
  Documentation for rubygem-ruby-shadow.
rubygem-ruby2ruby 2.1.1 8.fc30	62286	Unspecified	Generate pure ruby from RubyParser compatible Sexps
  ruby2ruby provides a means of generating pure ruby code easily from
  RubyParser compatible Sexps. This makes making dynamic language
  processors in ruby easier than ever!
rubygem-ruby2ruby-doc 2.1.1 8.fc30	923912	Unspecified	Documentation for rubygem-ruby2ruby
  This package contains documentation for rubygem-ruby2ruby.
rubygem-ruby_dep 1.5.0 4.fc30	31601	Unspecified	Extracts supported Ruby versions from Travis file
  Creates a version constraint of supported Rubies,suitable for a gemspec file.
rubygem-ruby_dep-doc 1.5.0 4.fc30	807303	Unspecified	Documentation for rubygem-ruby_dep
  Documentation for rubygem-ruby_dep.
rubygem-ruby_engine 1.0.1 7.fc30	4024	Unspecified	Adds the RubyEngine pseudo-constant
  Gives you an RubyEngine class that simplifies checking for your Ruby
  implementation.
rubygem-ruby_engine-doc 1.0.1 7.fc30	704399	Unspecified	Documentation for rubygem-ruby_engine
  Documentation for rubygem-ruby_engine.
rubygem-ruby_parser 3.11.0 3.fc30	2811569	Unspecified	A ruby parser written in pure ruby
  ruby_parser (RP) is a ruby parser written in pure ruby (utilizing
  racc - which does by default use a C extension). RP's output is
  the same as ParseTree's output: s-expressions using ruby's arrays and
  base types.
rubygem-ruby_parser-doc 3.11.0 3.fc30	1843486	Unspecified	Documentation for rubygem-ruby_parser
  Documentation for rubygem-ruby_parser.
rubygem-ruby_version 1.0.1 7.fc30	5079	Unspecified	Adds the RubyVersion pseudo-constant
  Provides a RubyVersion class to simplify checking for the right Ruby version
  in your programs.
rubygem-ruby_version-doc 1.0.1 7.fc30	719363	Unspecified	Documentation for rubygem-ruby_version
  Documentation for rubygem-ruby_version.
rubygem-rubyforge 2.0.4 20.fc30	45419	Unspecified	A script which automates a limited set of rubyforge operations
  A script which automates a limited set of rubyforge operations.
rubygem-rubyforge-doc 2.0.4 20.fc30	831434	Unspecified	Documentation for rubygem-rubyforge
  This package contains documentation for rubygem-rubyforge.
rubygem-rubygems-mirror 1.2.0 3.fc30	18985	Unspecified	This is an update to the old `gem mirror` command
  This is an update to the old `gem mirror` command. It uses net/http/persistent
  and threads to grab the mirror set a little faster than the original.
  Eventually it will replace `gem mirror` completely. Right now the API is not
  completely stable (it will change several times before release), however, I
  will maintain stability in master.
rubygem-rubygems-mirror-doc 1.2.0 3.fc30	839121	Unspecified	Documentation for rubygem-rubygems-mirror
  Documentation for rubygem-rubygems-mirror.
rubygem-rubypants 0.2.0 10.fc30	22244	Unspecified	Ruby port of the smart-quotes library SmartyPants
  RubyPants is a Ruby port of the smart-quotes library SmartyPants.  The
  original "SmartyPants" is a free web publishing plug-in for Movable Type,
  Blosxom, and BBEdit that easily translates plain ASCII punctuation characters
  into "smart" typographic punctuation HTML entities.
rubygem-rubypants-doc 0.2.0 10.fc30	787563	Unspecified	Documentation for rubygem-rubypants
  Documentation for rubygem-rubypants
rubygem-rubyzip 1.1.7 8.fc30	116577	Unspecified	A ruby module for reading and writing zip files
  A ruby module for reading and writing zip files.
rubygem-rubyzip-doc 1.1.7 8.fc30	1817152	Unspecified	Documentation for rubygem-rubyzip
  Documentation for rubygem-rubyzip.
rubygem-rufus-scheduler 2.0.4 9.fc21	1130681	Development/Languages	Scheduler for Ruby (at, cron and every jobs)
  job scheduler for Ruby (at, cron, in and every jobs)
rubygem-rugged 0.27.4 3.fc30	379576	Unspecified	Rugged is a Ruby binding to the libgit2 library
  Rugged is a Ruby bindings to the libgit2W C Git library. This is
  for testing and using the libgit2 library in a language that is awesome.
rubygem-rugged-doc 0.27.4 3.fc30	2122604	Unspecified	Documentation for rubygem-rugged
  Documentation for rubygem-rugged.
rubygem-safe_yaml 1.0.4 9.fc30	32663	Unspecified	Parse YAML safely
  The SafeYAML gem provides an alternative implementation of
  YAML.load suitable for accepting user input in Ruby applications.
  Unlike Ruby's built-in implementation of YAML.load, SafeYAML's
  version will not expose apps to arbitrary code execution exploits.
rubygem-safe_yaml-doc 1.0.4 9.fc30	1024434	Unspecified	Documentation for rubygem-safe_yaml
  Documentation for rubygem-safe_yaml
rubygem-sanitize 2.1.0 5.fc23	23640	Development/Languages	Whitelist-based HTML sanitizer
  Sanitize is a whitelist-based HTML sanitizer. Given a list of acceptable
  elements and attributes, Sanitize will remove all unacceptable HTML from
  a string.
rubygem-sanitize-doc 2.1.0 5.fc23	798402	Documentation	Documentation for rubygem-sanitize
  Documentation for rubygem-sanitize
rubygem-sass 3.7.3 2.fc30	823809	Unspecified	A powerful but elegant CSS compiler that makes CSS fun again
  Sass makes CSS fun again. Sass is an extension of CSS, adding
  nested rules, variables, mixins, selector inheritance, and more.
  It's translated to well-formatted, standard CSS using the
  command line tool or a web-framework plugin.
rubygem-sass-doc 3.7.3 2.fc30	6533029	Unspecified	Documentation for rubygem-sass
  Documentation for rubygem-sass.
rubygem-sass-rails 5.0.7 2.fc30	16590	Unspecified	Sass adapter for the Rails asset pipeline
  Sass adapter for the Rails asset pipeline.
rubygem-sass-rails-doc 5.0.7 2.fc30	841745	Unspecified	Documentation for rubygem-sass-rails
  Documentation for rubygem-sass-rails.
rubygem-sass-twitter-bootstrap 2.3.0 9.fc30	323147	Unspecified	Gem of the Twitter Bootstrap
  Create a Rails compatible gem for John Long's Sass conversion
  of the Twitter Bootstrap
rubygem-sass-twitter-bootstrap-doc 2.3.0 9.fc30	691182	Unspecified	Documentation for rubygem-sass-twitter-bootstrap
  Documentation for rubygem-sass-twitter-bootstrap
rubygem-scoped_search 4.1.0 5.fc30	79665	Unspecified	Easily search your ActiveRecord models
  Scoped search makes it easy to search your ActiveRecord-based models. It will
  create a named scope :search_for that can be called with a query string. It
  will build an SQL query using the provided query string and a definition that
  specifies on what fields to search. Because the functionality is built on
  named_scope, the result of the search_for call can be used like any other
  named_scope, so it can be chained with another scope or combined with
  will_paginate. Because it uses standard SQL, it does not require any setup,
  indexers or daemons. This makes scoped_search suitable to quickly add basic
  search functionality to your application with little hassle. On the other hand,
  it may not be the best choice if it is going to be used on very large data sets
  or by a large user base.
rubygem-scoped_search-doc 4.1.0 5.fc30	1486061	Unspecified	Documentation for rubygem-scoped_search
  This package contains documentation for rubygem-scoped_search.
rubygem-scrub_rb 1.0.1 9.fc30	9635	Unspecified	Pure-ruby polyfill of MRI 2.1 String#scrub
  This gem provides a pure-ruby implementation of
  `String#scrub` and `#scrub!`, monkey-patched into
  String, that should work on any ruby platform.
rubygem-scrub_rb-doc 1.0.1 9.fc30	697425	Unspecified	Documentation for rubygem-scrub_rb
  Documentation for rubygem-scrub_rb.
rubygem-scruffy 0.3.0 16.beta1.fc30	130214	Unspecified	A powerful, clean graphing library for Ruby
  Scruffy is a Ruby library for generating high quality, good looking graphs. It
  is designed to be easy to use and highly customizable.
rubygem-scruffy-doc 0.3.0 16.beta1.fc30	1755388	Unspecified	Scruffy gem documentation
  Documentation for rubygem-scruffy
rubygem-sdoc 1.0.0 3.fc30	440478	Unspecified	RDoc generator to build searchable HTML documentation for Ruby code
  SDoc is simply a wrapper for the rdoc command line tool.
rubygem-sdoc-doc 1.0.0 3.fc30	1624442	Unspecified	Documentation for rubygem-sdoc
  Documentation for rubygem-sdoc.
rubygem-selenium-webdriver 2.45.0 9.fc30	6366198	Unspecified	The next generation developer focused tool for automated testing of webapps
  WebDriver is a tool for writing automated tests of websites. It aims to mimic
  the behavior of a real user, and as such interacts with the HTML of the
  application.
rubygem-selenium-webdriver-doc 2.45.0 9.fc30	4774933	Unspecified	Documentation for rubygem-selenium-webdriver
  Documentation for rubygem-selenium-webdriver
rubygem-semantic 1.6.1 4.fc30	9459	Unspecified	Utility class for parsing, storing, and comparing versions
  Semantic Version utility class for parsing, storing, and comparing versions.
rubygem-semantic-doc 1.6.1 4.fc30	744810	Unspecified	Documentation for rubygem-semantic
  Documentation for rubygem-semantic
rubygem-sequel 5.9.0 3.fc30	2090652	Unspecified	The Database Toolkit for Ruby
  The Database Toolkit for Ruby.
rubygem-sequel-doc 5.9.0 3.fc30	25186403	Unspecified	Documentation for rubygem-sequel
  Documentation for rubygem-sequel.
rubygem-serialport 1.3.1 18.fc30	55678	Unspecified	Ruby library that provides a class for using RS-232 serial ports
  Ruby SerialPort is a class for using RS232 serial ports. It also contains
  low-level function to check current state of signals on the line.
rubygem-serialport-doc 1.3.1 18.fc30	840975	Unspecified	Documentation for rubygem-serialport
  This package contains documentation for rubygem-serialport.
rubygem-session 3.1.0 16.fc29	39671	Development/Languages	Session drives external programs
  Session offers a set of classes built upon Open3::popen3 for driving
  external progams via pipes.  It offers a significant abstraction over
  Open3::popen in that the stdout/stderr of each command sent can be
  deliniated
rubygem-session-doc 3.1.0 16.fc29	894126	Documentation	Documentation for rubygem-session
  Documentation for rubygem-session
rubygem-settingslogic 2.0.9 11.fc30	8503	Unspecified	Simple settings solution for Ruby
  Settingslogic is a simple configuration and settings solution that uses an ERB
  enabled YAML file. Settingslogic works with Rails, Sinatra, or any Ruby
  project.
rubygem-settingslogic-doc 2.0.9 11.fc30	738554	Unspecified	Documentation for rubygem-settingslogic
  Documentation for rubygem-settingslogic.
rubygem-sexp_processor 4.10.1 3.fc30	192761	Unspecified	A branch of ParseTree providing generic sexp processing tools
  sexp_processor branches from the ParseTree gem bringing all the generic sexp
  processing tools with it. Sexp, SexpProcessor, Environment, etc... all
  for your language processing pleasure.
rubygem-sexp_processor-doc 4.10.1 3.fc30	1224930	Unspecified	Documentation for rubygem-sexp_processor
  Documentation for rubygem-sexp_processor.
rubygem-shellany 0.0.1 7.fc30	7735	Unspecified	Simple, somewhat portable command capturing
  MRI+JRuby compatible command output capturing.
rubygem-shellany-doc 0.0.1 7.fc30	713740	Unspecified	Documentation for rubygem-shellany
  Documentation for rubygem-shellany.
rubygem-shindo 0.3.8 10.fc30	14595	Unspecified	Simple depth first Ruby testing
  Work with your tests, not against them.
rubygem-shindo-doc 0.3.8 10.fc30	786896	Unspecified	Documentation for rubygem-shindo
  Documentation for rubygem-shindo.
rubygem-shotgun 0.9 15.fc30	17582	Unspecified	Automatic reloading version of the rackup command
  This is an automatic reloading version of the rackup command that's shipped
  with Rack. It can be used as an alternative to the complex reloading logic
  provided by web frameworks or in environments that don't support
  application reloading.
  
  The shotgun command starts one of Rack's supported servers (e.g., mongrel,
  thin, webrick) and listens for requests but does not load any part of the
  actual application. Each time a request is received, it forks, loads the
  application in the child process, processes the request, and exits the
  child process. The result is clean, application-wide reloading of all
  source files and templates on each request.
rubygem-shotgun-doc 0.9 15.fc30	753188	Unspecified	Documentation for rubygem-shotgun
  This package contains documentation for rubygem-shotgun.
rubygem-shoulda 3.6.0 2.fc30	2666	Unspecified	Making tests easy on the fingers and eyes
  Making tests easy on the fingers and eyes.
rubygem-shoulda-context 1.2.2 5.fc30	30471	Unspecified	Context framework extracted from Shoulda
  Shoulda's contexts make it easy to write understandable and maintainable
  tests for Test::Unit. It's fully compatible with your existing tests in
  Test::Unit, and requires no retooling to use.
  
  Refer to the shoulda gem if you want to know more about using shoulda
  with Rails or RSpec.
rubygem-shoulda-context-doc 1.2.2 5.fc30	866319	Unspecified	Documentation for rubygem-shoulda-context
  Documentation for rubygem-shoulda-context.
rubygem-shoulda-doc 3.6.0 2.fc30	723493	Unspecified	Documentation for rubygem-shoulda
  Documentation for rubygem-shoulda.
rubygem-shoulda-matchers 3.1.2 2.fc30	377431	Unspecified	Making tests easy on the fingers and eyes
  shoulda-matchers provides Test::Unit- and RSpec-compatible one-liners that
  test common Rails functionality. These tests would otherwise be much longer,
  more complex, and error-prone.
rubygem-shoulda-matchers-doc 3.1.2 2.fc30	5103005	Unspecified	Documentation for rubygem-shoulda-matchers
  Documentation for rubygem-shoulda-matchers.
rubygem-sigdump 0.2.2 7.fc30	9629	Unspecified	Ruby signal handler which dumps running threads and number of allocated objects
  Setup signal handler which dumps backtrace of running threads and number of
  allocated objects per class. Require 'sigdump/setup', send SIGCONT, and see
  /tmp/sigdump-<pid>.log.
rubygem-sigdump-doc 0.2.2 7.fc30	704349	Unspecified	Documentation for rubygem-sigdump
  Documentation for rubygem-sigdump.
rubygem-simple-navigation 4.0.5 5.fc30	78065	Unspecified	Ruby library for creating navigation for your Rails or Sinatra application
  With the simple-navigation gem installed you can easily create multilevel
  navigation for your Rails, Sinatra or Padrino applications. The navigation is
  global in a single configuration file. It supports automatic as well as
  explicit highlighting of the currently active navigation through regular
  expressions.
rubygem-simple-navigation-doc 4.0.5 5.fc30	1307193	Unspecified	Documentation for rubygem-simple-navigation
  Documentation for rubygem-simple-navigation.
rubygem-simple-rss 1.3.1 6.fc30	28715	Unspecified	A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby
  A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby.
  It is designed to be backwards compatible with the standard RSS parser, but
  will never do RSS generation.
rubygem-simple-rss-doc 1.3.1 6.fc30	809823	Unspecified	Documentation for rubygem-simple-rss
  Documentation for rubygem-simple-rss.
rubygem-simplecov 0.13.0 6.fc30	94317	Unspecified	Code coverage analysis tool for Ruby 1.9
  Code coverage for Ruby 1.9 with a powerful configuration library and automatic
  merging of coverage across test suites
rubygem-simplecov-doc 0.13.0 6.fc30	1748248	Unspecified	Documentation for rubygem-simplecov
  Documentation for rubygem-simplecov
rubygem-simplecov-html 0.10.0 7.fc30	562233	Unspecified	Default HTML formatter for SimpleCov
  Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+
rubygem-simplecov-html-doc 0.10.0 7.fc30	720174	Unspecified	Documentation for rubygem-simplecov-html
  Documentation for rubygem-simplecov-html
rubygem-sinatra 2.0.3 3.fc30	130224	Unspecified	Ruby-based web application framework
  Sinatra is a DSL intended for quickly creating web-applications in Ruby
  with minimal effort.
rubygem-sinatra-cross_origin 0.4.0 5.fc30	4423	Unspecified	Cross Origin Resource Sharing helper for Sinatra
  Cross Origin Resource Sharing helper for Sinatra.
rubygem-sinatra-cross_origin-doc 0.4.0 5.fc30	728672	Unspecified	Documentation for rubygem-sinatra-cross_origin
  Documentation for rubygem-sinatra-cross_origin.
rubygem-sinatra-doc 2.0.3 3.fc30	5075467	Unspecified	Documentation for rubygem-sinatra
  This package contains documentation for rubygem-sinatra.
rubygem-sinatra-rabbit 1.1.6 10.fc30	140480	Unspecified	Ruby DSL for creating restful applications using Sinatra
  
  Sinatra::Rabbit is a Sinatra extensions that makes designing a REST API much
  easier and more fun.
  Rabbit maps REST resources to 'collections'. Every collection then could define
  CRUD and other operations to manipulate with resource. Rabbit will handle
  parameter validation and capability checks for you, so you can focus on the
  structure and design of your REST API.
rubygem-sinatra-rabbit-doc 1.1.6 10.fc30	1251322	Unspecified	Documentation for rubygem-sinatra-rabbit
  Documentation for rubygem-sinatra-rabbit
rubygem-sitemap_generator 6.0.2 1.fc30	106988	Unspecified	Easily generate XML Sitemaps
  SitemapGenerator is a framework-agnostic XML Sitemap generator written in Ruby
  with automatic Rails integration.  It supports Video, News, Image, Mobile,
  PageMap and Alternate Links sitemap extensions and includes Rake tasks for
  managing your sitemaps, as well as many other great features.
rubygem-sitemap_generator-doc 6.0.2 1.fc30	1455458	Unspecified	Documentation for rubygem-sitemap_generator
  Documentation for rubygem-sitemap_generator.
rubygem-six 0.2.0 10.fc30	40023	Unspecified	Ultra simple authorization gem for ruby
  Ultra lite authorization library.
rubygem-six-doc 0.2.0 10.fc30	743761	Unspecified	Documentation for rubygem-six
  Documentation for rubygem-six.
rubygem-slim 3.0.9 3.fc30	67753	Unspecified	Slim is a template language
  Slim is a template language whose goal is reduce the syntax to the essential
  parts without becoming cryptic.
rubygem-slim-doc 3.0.9 3.fc30	1504990	Unspecified	Documentation for rubygem-slim
  Documentation for rubygem-slim.
rubygem-slop 3.5.0 8.fc30	33737	Unspecified	Option gathering made easy
  A simple DSL for gathering options and parsing the command line
rubygem-slop-doc 3.5.0 8.fc30	975359	Unspecified	Documentation for rubygem-slop
  Documentation for rubygem-slop
rubygem-snmp 1.2.0 9.fc30	2480827	Unspecified	A Ruby implementation of SNMP (the Simple Network Management Protocol)
  A Ruby implementation of SNMP (the Simple Network Management Protocol).
rubygem-spring 2.0.0 6.fc30	104203	Unspecified	Rails application preloader
  Spring is a Rails application preloader. It speeds up development by keeping
  your application running in the background so you don't need to boot it every
  time you run a test, rake task or migration.
rubygem-spring-doc 2.0.0 6.fc30	1600156	Unspecified	Documentation for rubygem-spring
  Documentation for rubygem-spring
rubygem-spring-watcher-listen 2.0.1 7.fc30	4481	Unspecified	Makes spring watch files using the listen gem
  This gem makes Spring watch the filesystem for changes using Listen rather than
  by polling the filesystem. On larger projects this means spring will be more
  responsive, more accurate and use less cpu on local filesystems.
rubygem-spring-watcher-listen-doc 2.0.1 7.fc30	704308	Unspecified	Documentation for rubygem-spring-watcher-listen
  Documentation for rubygem-spring-watcher-listen.
rubygem-sprite-factory 1.7 7.fc29	31793	Development/Languages	Automatic CSS sprite generator
  Combines individual images from a directory into a single sprite image file and creates an appropriate CSS stylesheet.
rubygem-sprite-factory-doc 1.7 7.fc29	2070656	Documentation	Documentation for rubygem-sprite-factory
  Documentation for rubygem-sprite-factory.
rubygem-sprockets 3.7.2 3.fc30	227247	Unspecified	Rack-based asset packaging system
  Sprockets is a Rack-based asset packaging system that concatenates and serves
  JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS.
rubygem-sprockets-doc 3.7.2 3.fc30	2488416	Unspecified	Documentation for rubygem-sprockets
  Documentation for rubygem-sprockets.
rubygem-sprockets-rails 3.2.1 3.fc30	28875	Unspecified	Sprockets Rails integration
  Provides Sprockets implementation for Rails 4.x (and beyond) Asset Pipeline.
rubygem-sprockets-rails-doc 3.2.1 3.fc30	871820	Unspecified	Documentation for rubygem-sprockets-rails
  Documentation for rubygem-sprockets-rails.
rubygem-spy 1.0.0 2.fc30	38795	Unspecified	Simple modern mocking library that uses the spy pattern
  Spy is a mocking library that was made for the modern age. It supports only
  1.9.3+. Spy by default will raise an error if you attempt to stub a method
  that doesn't exist or call the stubbed method with the wrong arity.
rubygem-spy-doc 1.0.0 2.fc30	1114338	Unspecified	Documentation for rubygem-spy
  Documentation for rubygem-spy.
rubygem-sqlite3 1.3.13 11.fc30	111218	Unspecified	Allows Ruby scripts to interface with a SQLite3 database
  SQLite3/Ruby is a module to allow Ruby scripts to interface with a SQLite3
  database.
rubygem-sqlite3-doc 1.3.13 11.fc30	1623363	Unspecified	Documentation for rubygem-sqlite3
  Documentation for rubygem-sqlite3.
rubygem-sshkey 2.0.0 1.fc30	16131	Unspecified	Generate private/public SSH key-pairs using pure Ruby
  Generate private and public SSH keys (RSA and DSA supported) using pure Ruby.
rubygem-sshkey-doc 2.0.0 1.fc30	832278	Unspecified	Documentation for sshkey
  Documentation for rubygem-sshkey
rubygem-state_machine 1.1.2 18.fc30	806871	Unspecified	Adds support for creating state machines for attributes on any Ruby class
  Adds support for creating state machines for attributes on any Ruby class
rubygem-state_machine-doc 1.1.2 18.fc30	3935793	Unspecified	Documentation files, rdoc, ri, examples and tests
  Documentation files for state_machine, includes RDoc, ri, tests,
  examples and another extra documentation files.
rubygem-stomp 1.4.4 4.fc30	135348	Unspecified	Ruby client for the Stomp messaging protocol
  Ruby client for the Stomp messaging protocol
rubygem-stomp-doc 1.4.4 4.fc30	1993351	Unspecified	Documentation for rubygem-stomp
  This package contains documentation for rubygem-stomp.
rubygem-sup 0.22.1 4.fc30	464967	Unspecified	A console-based email client written in ruby
  Sup is a console-based email client for people with a lot of email. It
  supports tagging, very fast full-text search, automatic contact-list
  management, and more. If you're the type of person who treats email as an
  extension of your long-term memory, Sup is for you.  Sup makes it easy to: -
  Handle massive amounts of email.  - Mix email from different sources: mbox
  files (even across different machines), Maildir directories, IMAP folders, POP
  accounts, and GMail accounts.  - Instantaneously search over your entire email
  collection. Search over body text, or use a query language to combine search
  predicates in any way.  - Handle multiple accounts. Replying to email sent to
  a particular account will use the correct SMTP server, signature, and from
  address.  - Add custom code to handle certain types of messages or to handle
  certain types of text within messages.  - Organize email with user-defined
  labels, automatically track recent contacts, and much more!  The goal of Sup
  is to become the email client of choice for nerds everywhere.
rubygem-sup-doc 0.22.1 4.fc30	4728130	Unspecified	Documentation for rubygem-sup
  Documentation for rubygem-sup
rubygem-syck 1.0.5 14.fc30	215815	Unspecified	Gemified version of Syck from Ruby's stdlib
  A gemified version of Syck from Ruby's stdlib.
  Syck has been removed from Ruby's stdlib, and this gem is
  meant to bridge the gap for people that haven't
  updated their YAML yet.
rubygem-syck-doc 1.0.5 14.fc30	1430212	Unspecified	Documentation for rubygem-syck
  Documentation for rubygem-syck
rubygem-syntax 1.2.0 8.fc30	54161	Unspecified	Ruby library for performing simple syntax highlighting
  Syntax is a lexical analysis framework. It supports pluggable syntax
  modules, and comes with modules for Ruby, XML, and YAML.
rubygem-syntax-doc 1.2.0 8.fc30	946831	Unspecified	Documentation for rubygem-syntax
  Documentation for rubygem-syntax.
rubygem-systemu 2.6.5 4.fc30	15251	Unspecified	systemu
  universal capture of stdout and stderr and handling of child process pid for
  windows, *nix, etc.
rubygem-systemu-doc 2.6.5 4.fc30	767031	Unspecified	Documentation for rubygem-systemu
  Documentation for rubygem-systemu.
rubygem-temple 0.8.0 5.fc30	67471	Unspecified	Template compilation framework in Ruby
  Temple is an abstraction and a framework for compiling templates to pure Ruby.
  It's all about making it easier to experiment, implement and optimize template
  languages. If you're interested in implementing your own template language,
  or anything else related to the internals of a template engine: You've come
  to the right place.
rubygem-temple-doc 0.8.0 5.fc30	1551992	Unspecified	Documentation for rubygem-temple
  Documentation for rubygem-temple.
rubygem-term-ansicolor 1.4.0 6.fc30	53022	Unspecified	Ruby library that colors strings using ANSI escape sequences
  This library uses ANSI escape sequences to control the attributes of terminal
  output.
rubygem-term-ansicolor-doc 1.4.0 6.fc30	1858194	Unspecified	Documentation for rubygem-term-ansicolor
  Documentation for rubygem-term-ansicolor.
rubygem-terminal-table 1.8.0 5.fc30	20797	Unspecified	Simple, feature rich ASCII table generation library
  Simple, feature rich ASCII table generation library.
rubygem-terminal-table-doc 1.8.0 5.fc30	864445	Unspecified	Documentation for rubygem-terminal-table
  Documentation for rubygem-terminal-table.
rubygem-test-unit 3.3.1 200.fc30	384689	Unspecified	Improved version of Test::Unit bundled in Ruby 1.8.x
  Test::Unit 2.x - Improved version of Test::Unit bundled in
  Ruby 1.8.x.
  Ruby 1.9.x bundles minitest not Test::Unit. Test::Unit
  bundled in Ruby 1.8.x had not been improved but unbundled
  Test::Unit (Test::Unit 2.x) will be improved actively.
rubygem-test-unit-doc 3.3.1 200.fc30	3507026	Unspecified	Documentation for rubygem-test-unit
  This package contains documentation for rubygem-test-unit.
rubygem-test-unit-notify 1.0.4 8.fc30	54272	Unspecified	Test::Unit::Notify - A test result notify extension for Test::Unit
  Test::Unit::Notify - A test result notify extension for Test::Unit.
rubygem-test-unit-notify-doc 1.0.4 8.fc30	844810	Unspecified	Documentation for rubygem-test-unit-notify
  Documentation for rubygem-test-unit-notify
rubygem-test-unit-rr 1.0.5 7.fc30	33782	Unspecified	Test::Unit::RR - RR adapter for Test::Unit
  Test::Unit::RR - RR adapter for Test::Unit.
rubygem-test-unit-rr-doc 1.0.5 7.fc30	709815	Unspecified	Documentation for rubygem-test-unit-rr
  Documentation for rubygem-test-unit-rr
rubygem-test_declarative 0.0.5 15.fc30	2830	Unspecified	Simply adds a declarative test method syntax to test/unit
  Simply adds a declarative test method syntax to test/unit.
rubygem-test_declarative-doc 0.0.5 15.fc30	688336	Unspecified	Documentation for rubygem-test_declarative
  Documentation for rubygem-test_declarative
rubygem-text 1.3.1 8.fc30	30870	Unspecified	Collection of text algorithms
  A collection of text algorithms: Levenshtein, Soundex, Metaphone, Double
  Metaphone, Figlet, Porter Stemming
rubygem-text-doc 1.3.1 8.fc30	852377	Unspecified	Documentation for rubygem-text
  Documentation for rubygem-text
rubygem-text-format 1.0.0 13.fc22	821710	Development/Languages	Text::Format formats fixed-width text nicely
  Text::Format is provides the ability to nicely format fixed-width text with
  knowledge of the writeable space (number of columns), margins, and indentation
  settings. Text::Format can work with either TeX::Hyphen or Text::Hyphen to
  hyphenate words when formatting.
rubygem-thin 1.7.2 10.fc30	133712	Unspecified	A thin and fast web server
  Thin is a Ruby web server that glues together three of the best Ruby
  libraries in web history.
  The Mongrel parser, the root of Mongrel speed and security,
  Event Machine, a network I/O library with extremely high scalability and
  Rack, a minimal interface between webservers and Ruby frameworks.
rubygem-thin-doc 1.7.2 10.fc30	1547021	Unspecified	Documentation for rubygem-thin
  Documentation for rubygem-thin.
rubygem-thor 0.20.3 1.fc30	175586	Unspecified	Thor is a toolkit for building powerful command-line interfaces
  Thor is a toolkit for building powerful command-line interfaces.
rubygem-thor-doc 0.20.3 1.fc30	1665775	Unspecified	Documentation for rubygem-thor
  Documentation for rubygem-thor.
rubygem-thread_order 1.1.1 1.fc30	8114	Unspecified	Test helper for ordering threaded code
  Test helper for ordering threaded code.
rubygem-thread_order-doc 1.1.1 1.fc30	706548	Unspecified	Documentation for rubygem-thread_order
  Documentation for rubygem-thread_order.
rubygem-thread_safe 0.3.6 5.fc30	80701	Unspecified	Thread-safe collections and utilities for Ruby
  A collection of data structures and utilities to make thread-safe
  programming in Ruby easier.
rubygem-thread_safe-doc 0.3.6 5.fc30	1300097	Unspecified	Documentation for rubygem-thread_safe
  Documentation for rubygem-thread_safe.
rubygem-tilt 2.0.8 5.fc30	75512	Unspecified	Generic interface to multiple Ruby template engines
  Generic interface to multiple Ruby template engines.
rubygem-tilt-doc 2.0.8 5.fc30	1485772	Unspecified	Documentation for rubygem-tilt
  Documentation for rubygem-tilt.
rubygem-timecop 0.7.1 8.fc30	18515	Unspecified	Provides a unified method to mock Time.now, Date.today in a single call
  A gem providing "time travel" and "time freezing" capabilities, making it dead
  simple to test time-dependent code.  It provides a unified method to mock
  Time.now, Date.today, and DateTime.now in a single call.
rubygem-timecop-doc 0.7.1 8.fc30	787136	Unspecified	Documentation for rubygem-timecop
  Documentation for rubygem-timecop.
rubygem-timers 4.0.1 7.fc30	12162	Unspecified	Pure Ruby one-shot and periodic timers
  Schedule procs to run after a certain time using any API that accepts a timeout
rubygem-timers-doc 4.0.1 7.fc30	812454	Unspecified	Documentation for rubygem-timers
  Documentation for rubygem-timers.
rubygem-tins 1.0.0 11.fc30	86883	Unspecified	Useful tools library in Ruby
  All the stuff that isn't good/big enough for a real library.
rubygem-tins-doc 1.0.0 11.fc30	2116378	Unspecified	Documentation for rubygem-tins
  Documentation for rubygem-tins.
rubygem-tk 0.2.0 7.fc30	1869777	Unspecified	Tk interface module using tcltklib
  Tk interface module using tcltklib.
rubygem-tk-doc 0.2.0 7.fc30	28531628	Unspecified	Documentation for rubygem-tk
  Documentation for rubygem-tk.
rubygem-tomlrb 1.2.8 3.fc30	21485	Unspecified	TOML parser based on racc
  A racc based toml parser.
rubygem-tomlrb-doc 1.2.8 3.fc30	753286	Unspecified	Documentation for rubygem-tomlrb
  Documentation for rubygem-tomlrb.
rubygem-transaction-simple 1.4.0.2 16.fc30	31039	Unspecified	Simple object transaction support for Ruby
  Transaction::Simple provides a generic way to add active transaction support
  to objects. The transaction methods added by this module will work with most
  objects, excluding those that cannot be Marshal-ed (bindings, procedure
  objects, IO instances, or singleton objects).
rubygem-transaction-simple-doc 1.4.0.2 16.fc30	943268	Unspecified	Documentation for rubygem-transaction-simple
  This package contains documentation for rubygem-transaction-simple.
rubygem-treetop 1.6.3 7.fc30	179572	Unspecified	A Ruby-based text parsing and interpretation DSL
  Treetop is a language for describing languages. It helps you analyze syntax.
rubygem-treetop-doc 1.6.3 7.fc30	2847577	Unspecified	Documentation for rubygem-treetop
  Documentation for rubygem-treetop.
rubygem-trollop 2.1.2 5.fc30	31777	Unspecified	Trollop is a commandline option parser for Ruby that just gets out of your way
  Trollop is a commandline option parser for Ruby that just
  gets out of your way. One line of code per option is all you need to write.
  For that, you get a nice automatically-generated help page, robust option
  parsing, command subcompletion, and sensible defaults for everything you don't
  specify.
rubygem-trollop-doc 2.1.2 5.fc30	923577	Unspecified	Documentation for rubygem-trollop
  Documentation for rubygem-trollop.
rubygem-ttfunk 1.5.1 2.fc30	133627	Unspecified	Font Metrics Parser for Prawn
  TTFunk is a TrueType font parser written in pure ruby.
rubygem-ttfunk-doc 1.5.1 2.fc30	1461142	Unspecified	Documentation for rubygem-ttfunk
  This package contains documentation for rubygem-ttfunk.
rubygem-turbolinks 5.1.1 2.fc30	6080	Unspecified	Turbolinks makes navigating your web application faster
  Rails engine for Turbolinks 5 support.
rubygem-turbolinks-doc 5.1.1 2.fc30	716088	Unspecified	Documentation for rubygem-turbolinks
  Documentation for rubygem-turbolinks.
rubygem-turbolinks-source 5.1.0 2.fc30	39464	Unspecified	Turbolinks JavaScript assets
  Turbolinks JavaScript assets.
rubygem-turbolinks-source-doc 5.1.0 2.fc30	763930	Unspecified	Documentation for rubygem-turbolinks-source
  Documentation for rubygem-turbolinks-source.
rubygem-typhoeus 1.0.2 6.fc30	75780	Unspecified	Parallel HTTP library on top of libcurl multi
  Like a modern code version of the mythical beast with 100 serpent heads,
  Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling
  logic.
rubygem-typhoeus-doc 1.0.2 6.fc30	1448153	Unspecified	Documentation for rubygem-typhoeus
  Documentation for rubygem-typhoeus.
rubygem-tzinfo 1.2.5 3.fc30	155201	Unspecified	Daylight savings aware timezone library
  TZInfo provides daylight savings aware transformations between times in
  different time zones.
rubygem-tzinfo-doc 1.2.5 3.fc30	2288905	Unspecified	Documentation for rubygem-tzinfo
  Documentation for rubygem-tzinfo.
rubygem-uglifier 3.2.0 5.fc30	650089	Unspecified	Ruby wrapper for UglifyJS JavaScript compressor
  Uglifier minifies JavaScript files by wrapping UglifyJS to be accessible in
  Ruby.
rubygem-uglifier-doc 3.2.0 5.fc30	2191858	Unspecified	Documentation for rubygem-uglifier
  Documentation for rubygem-uglifier.
rubygem-unf 0.1.4 13.fc30	6718	Unspecified	Wrapper library to bring Unicode Normalization Form support to Ruby/JRuby
  This is a wrapper library to bring Unicode Normalization Form support
  to Ruby/JRuby.
rubygem-unf-doc 0.1.4 13.fc30	709814	Unspecified	Documentation for rubygem-unf
  Documentation for rubygem-unf.
rubygem-unf_ext 0.0.7.5 4.fc30	438004	Unspecified	Unicode Normalization Form support library for CRuby
  Unicode Normalization Form support library for CRuby.
rubygem-unf_ext-doc 0.0.7.5 4.fc30	718249	Unspecified	Documentation for rubygem-unf_ext
  Documentation for rubygem-unf_ext.
rubygem-unicode 0.4.4.2 13.fc30	1711837	Unspecified	Unicode normalization library for Ruby
  Unicode normalization library for Ruby.
rubygem-unicode-display_width 1.2.1 5.fc30	14176	Unspecified	Support for east_asian_width string widths
  This gem adds String#display_size to get the display size of a string using
  EastAsianWidth.txt.
rubygem-unicode-display_width-doc 1.2.1 5.fc30	748578	Unspecified	Documentation for rubygem-unicode-display_width
  This package contains documentation for rubygem-unicode-display_width.
rubygem-uuid 2.3.7 8.fc30	19961	Unspecified	UUID generator based on RFC 4122
  UUID generator for producing universally unique identifiers based on RFC 4122
  (http://www.ietf.org/rfc/rfc4122.txt).
rubygem-uuid-doc 2.3.7 8.fc30	824234	Unspecified	Documentation for rubygem-uuid
  Documentation for rubygem-uuid.
rubygem-uuidtools 2.1.5 9.fc30	47437	Unspecified	A simple universally unique ID generation library
  UUIDTools was designed to be a simple library for generating any of the various
  types of UUIDs.  It conforms to RFC 4122 whenever possible.
rubygem-uuidtools-doc 2.1.5 9.fc30	904719	Unspecified	Documentation for rubygem-uuidtools
  This package contains documentation for rubygem-uuidtools.
rubygem-vault 0.12.0 2.fc30	145250	Unspecified	A Ruby API client for interacting with a Vault server
  A Ruby API client for interacting with a Vault server
rubygem-vault-doc 0.12.0 2.fc30	1577219	Unspecified	Documentation for rubygem-vault
  Documentation for rubygem-vault.
rubygem-vcr 2.3.0 12.fc30	2774235	Unspecified	Record test suite HTTP interactions and replay during future test runs
  VCR provides a simple API to record and replay your test suite's HTTP
  interactions.  It works with a variety of HTTP client libraries, HTTP stubbing
  libraries and testing frameworks.
rubygem-vegas 0.1.11 9.fc30	16011	Unspecified	Create executable versions of Sinatra/Rack apps
  Vegas aims to solve the simple problem of creating executable versions of
  Sinatra/Rack apps. It includes a class Vegas::Runner that wraps Rack/Sinatra
  applications and provides a simple command line interface and launching
  mechanism.
rubygem-vegas-doc 0.1.11 9.fc30	783663	Unspecified	Documentation for rubygem-vegas
  Documentation for rubygem-vegas
rubygem-vte 3.3.2 1.fc30	95754	Unspecified	Ruby binding of vte
  Ruby/VTE is a Ruby binding of VTE
rubygem-vte-devel 3.3.2 1.fc30	82	Unspecified	Ruby/VTE development environment
  Header files and libraries for building a extension library for the
  rubygem-vte
rubygem-vte-devel 3.3.2 1.fc30	82	Unspecified	Ruby/VTE development environment
  Header files and libraries for building a extension library for the
  rubygem-vte
rubygem-vte-doc 3.3.2 1.fc30	718691	Unspecified	Documentation for rubygem-vte
  This package contains documentation for rubygem-vte.
rubygem-vte3 3.3.2 1.fc30	39116	Unspecified	Ruby binding of VTE
  Ruby/VTE3 is a Ruby binding of VTE .
rubygem-vte3-doc 3.3.2 1.fc30	743796	Unspecified	Documentation for rubygem-vte3
  Documentation for rubygem-vte3 .
rubygem-warden 1.2.7 5.fc30	47015	Unspecified	Rack middle-ware that provides authentication for rack applications
  Warden is a Rack-based middle-ware, designed to provide a mechanism for
  authentication in Ruby web applications. It is a common mechanism that fits
  into the Rack Machinery to offer powerful options for authentication.
rubygem-warden-doc 1.2.7 5.fc30	1144470	Unspecified	Documentation for rubygem-warden
  Documentation for rubygem-warden.
rubygem-web-console 3.5.1 5.fc30	61728	Unspecified	A debugging tool for your Ruby on Rails applications
  A debugging tool for your Ruby on Rails applications.
rubygem-web-console-doc 3.5.1 5.fc30	965630	Unspecified	Documentation for rubygem-web-console
  Documentation for rubygem-web-console.
rubygem-webkit2-gtk 3.3.2 1.fc30	35982	Unspecified	Ruby binding of WebKit2GTK+
  Ruby/WebKit2GTK is a Ruby binding of WebKit2GTK+.
rubygem-webkit2-gtk-doc 3.3.2 1.fc30	737935	Unspecified	Documentation for rubygem-webkit2-gtk
  Documentation for rubygem-webkit2-gtk.
rubygem-webmock 3.5.1 1.fc30	144384	Unspecified	Library for stubbing HTTP requests in Ruby
  WebMock allows stubbing HTTP requests and setting expectations on HTTP
  requests.
rubygem-webmock-doc 3.5.1 1.fc30	2607377	Unspecified	Documentation for rubygem-webmock
  Documentation for rubygem-webmock.
rubygem-webrat 0.7.3 15.fc30	217067	Unspecified	Ruby Acceptance Testing for Web applications
  Webrat lets you quickly write expressive and robust acceptance tests
  for a Ruby web application. It supports simulating a browser inside
  a Ruby process to avoid the performance hit and browser dependency of
  Selenium or Watir, but the same API can also be used to drive real
  Selenium tests when necessary (eg. for testing AJAX interactions).
rubygem-webrat-doc 0.7.3 15.fc30	1746322	Unspecified	Documentation for rubygem-webrat
  Documentation for rubygem-webrat
rubygem-webrobots 0.1.2 7.fc30	40607	Unspecified	Ruby library to help write robots.txt compliant web robots
  This library helps write robots.txt compliant web robots in Ruby.
rubygem-webrobots-doc 0.1.2 7.fc30	828277	Unspecified	Documentation for rubygem-webrobots
  Documentation for rubygem-webrobots
rubygem-websocket 1.2.2 10.fc30	60043	Unspecified	Universal Ruby library to handle WebSocket protocol
  Universal Ruby library to handle WebSocket protocol.
rubygem-websocket-doc 1.2.2 10.fc30	1368466	Unspecified	Documentation for rubygem-websocket
  Documentation for rubygem-websocket.
rubygem-websocket-driver 0.6.5 9.fc30	58449	Unspecified	WebSocket protocol handler with pluggable I/O
  This module provides a complete implementation of the WebSocket protocols that
  can be hooked up to any TCP library. It aims to simplify things by decoupling
  the protocol details from the I/O layer, such that users only need to implement
  code to stream data in and out of it without needing to know anything about how
  the protocol actually works. Think of it as a complete WebSocket system with
  pluggable I/O.
rubygem-websocket-driver-doc 0.6.5 9.fc30	1193695	Unspecified	Documentation for rubygem-websocket-driver
  Documentation for rubygem-websocket-driver.
rubygem-websocket-extensions 0.1.2 6.fc30	8803	Unspecified	Generic extension manager for WebSocket connections
  Generic extension manager for WebSocket connections.
rubygem-websocket-extensions-doc 0.1.2 6.fc30	825841	Unspecified	Documentation for rubygem-websocket-extensions
  Documentation for rubygem-websocket-extensions.
rubygem-whiskey_disk 0.6.24 15.fc30	160693	Unspecified	Ruby tool for embarrassingly fast deployments
  Opinionated gem for doing fast git-based server deployments.
rubygem-whiskey_disk-doc 0.6.24 15.fc30	1391118	Unspecified	Documentation for rubygem-whiskey_disk
  Documentation for rubygem-whiskey_disk.
rubygem-wikicloth 0.8.0 11.fc30	84679	Unspecified	Mediawiki parser
  An implementation of the mediawiki markup in Ruby.
rubygem-wikicloth-doc 0.8.0 11.fc30	1566299	Unspecified	Documentation for rubygem-wikicloth
  Documentation for rubygem-wikicloth
rubygem-wirb 2.1.1 5.fc30	25728	Unspecified	Wavy IRB: Colorizes irb results
  Wavy IRB: Colorizes irb results. It originated from Wirble, but only provides
  result highlighting. Just call Wirb.start and enjoy the colors in your IRB ;).
  You can use it with your favorite colorizer engine. See README.md for more
  details.
rubygem-wirb-doc 2.1.1 5.fc30	875770	Unspecified	Documentation for rubygem-wirb
  This package contains documentation for rubygem-wirb.
rubygem-xml-simple 1.1.5 7.fc30	31064	Unspecified	A simple API for XML processing
  A simple API for XML processing.
rubygem-xml-simple-doc 1.1.5 7.fc30	870709	Unspecified	Documentation for rubygem-xml-simple
  Documentation for rubygem-xml-simple.
rubygem-xmlparser 0.7.2.1 25.fc30	3345519	Unspecified	Ruby bindings to the Expat XML parsing library
  Ruby bindings to the Expat XML parsing library.
rubygem-xmlrpc 0.3.0 118.fc30	89952	Unspecified	XMLRPC is a lightweight protocol that enables remote procedure calls over HTTP
  XMLRPC is a lightweight protocol that enables remote procedure calls over
  HTTP.
rubygem-xmpp4r 0.5 11.fc21	552522	Development/Languages	An XMPP/Jabber library for Ruby
  XMPP4R is an XMPP/Jabber library for Ruby.
rubygem-xmpp4r-doc 0.5 11.fc21	4139283	Documentation	Documentation for rubygem-xmpp4r
  This package contains documentation and examples for rubygem-xmpp4r.
rubygem-xmpp4r-simple 0.8.8 11.fc21	52528	Development/Languages	A simplified Jabber client library
  Jabber::Simple takes the strong foundation laid by xmpp4r and hides the
  relatively high complexity of maintaining a simple instant messenger bot in
  Ruby.
rubygem-xmpp4r-simple-doc 0.8.8 11.fc21	831167	Documentation	Documentation for rubygem-xmpp4r-simple
  This package contains documentation and examples for rubygem-xmpp4r-simple.
rubygem-xpath 3.1.0 2.fc30	11559	Unspecified	Generate XPath expressions from Ruby
  XPath is a Ruby DSL for generating XPath expressions.
rubygem-xpath-doc 3.1.0 2.fc30	836726	Unspecified	Documentation for rubygem-xpath
  Documentation for rubygem-xpath.
rubygem-yard 0.9.12 5.fc30	1021333	Unspecified	Documentation tool for consistent and usable documentation in Ruby
  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, and also supports extending for
  custom Ruby constructs such as custom class level definitions.
rubygem-yard-doc 0.9.12 5.fc30	7947549	Unspecified	Documentation for rubygem-yard
  Documentation for rubygem-yard.
rubygem-yell 2.0.7 5.fc30	53766	Unspecified	Yell - Your Extensible Logging Library
  Yell - Your Extensible Logging Library. Define multiple adapters, various log
  level combinations or message formatting options like you've never done
  before.
rubygem-yell-doc 2.0.7 5.fc30	1163755	Unspecified	Documentation for rubygem-yell
  Documentation for rubygem-yell.
rubygem-zoom 0.5.0 14.fc30	52743	Unspecified	Ruby binding to ZOOM
  Ruby/ZOOM provides a Ruby binding to the Z39.50 Object-Orientation
  Model (ZOOM), an abstract object-oriented programming interface
  to a subset of the services specified by the Z39.50 standard,
  also known as the international standard ISO 23950.
rubygem-zoom-doc 0.5.0 14.fc30	784929	Unspecified	Documentation for rubygem-zoom
  This package contains documentation for rubygem-zoom.
rubygems 3.0.3 118.fc30	970471	Unspecified	The Ruby standard for packaging ruby libraries
  RubyGems is the Ruby standard for publishing and managing third party
  libraries.
rubygems-devel 3.0.3 118.fc30	12366	Unspecified	Macros and development tools for packaging RubyGems
  Macros and development tools for packaging RubyGems.
rubygems-doc 2.6.13 101.fc28	6303619	Development/Libraries	Documentation for rubygems
  Documentation for rubygems.
rubypick 1.1.1 10.fc30	4555	Unspecified	Stub to allow choosing Ruby runtime
  Fedora /usr/bin/ruby stub to allow choosing Ruby runtime. Similarly to rbenv
  or RVM, it allows non-privileged user to choose which is preferred Ruby
  runtime for current task.
rudeconfig 5.0.6 2.fc30	180241	Unspecified	Library (C++ API) for reading and writing configuration/.ini files
  rudeconfig is a library that allows applications to read, modify
  and create configuration/.ini files.
rudeconfig 5.0.6 2.fc30	183349	Unspecified	Library (C++ API) for reading and writing configuration/.ini files
  rudeconfig is a library that allows applications to read, modify
  and create configuration/.ini files.
rudeconfig-devel 5.0.6 2.fc30	23125	Unspecified	Development files for rudeconfig
  rudeconfig is a library that allows applications to read, modify
  and create configuration/.ini files. The rudeconfig-devel package
  contains libraries, header files, and documentation needed
  to develop C++ applications using rudeconfig.
rudeconfig-devel 5.0.6 2.fc30	23125	Unspecified	Development files for rudeconfig
  rudeconfig is a library that allows applications to read, modify
  and create configuration/.ini files. The rudeconfig-devel package
  contains libraries, header files, and documentation needed
  to develop C++ applications using rudeconfig.
rudesocket 1.3.0 24.fc30	107310	Unspecified	Library (C++ API) for creating client sockets
  rudesocket is a library provides client socket services to an application.
  In addition to normal and SSL TCP connections, it supports
  proxies, SOCK4 and SOCKS5 servers. Furthermore, it allows you
  to chain proxies together.
rudesocket 1.3.0 24.fc30	117134	Unspecified	Library (C++ API) for creating client sockets
  rudesocket is a library provides client socket services to an application.
  In addition to normal and SSL TCP connections, it supports
  proxies, SOCK4 and SOCKS5 servers. Furthermore, it allows you
  to chain proxies together.
rudesocket-devel 1.3.0 24.fc30	8250	Unspecified	Development files for rudesocket
  rudesocket is a library provides client socket services to an application.
  In addition to normal and SSL TCP connections, it supports
  proxies, SOCK4 and SOCKS5 servers. Furthermore, it allows you
  to chain proxies together. The rudesocket-devel package
  contains libraries, header files, and documentation needed
  to develop C++ applications using rudesocket.
rudesocket-devel 1.3.0 24.fc30	8250	Unspecified	Development files for rudesocket
  rudesocket is a library provides client socket services to an application.
  In addition to normal and SSL TCP connections, it supports
  proxies, SOCK4 and SOCKS5 servers. Furthermore, it allows you
  to chain proxies together. The rudesocket-devel package
  contains libraries, header files, and documentation needed
  to develop C++ applications using rudesocket.
rudiments 1.2.0 1.fc30	916709	Unspecified	C++ class library for developing systems and applications
  A C++ class library for developing systems and applications.  Rudiments includes
  frameworks for processes, threads, clients, servers, loggers and compilers.  It
  also includes data structures for buffers, arrays, linked lists and
  dictionaries, and utility classes for processing text and binary data, regular
  expressions, random numbers, encryption, date and time, system information,
  files, directories, file-systems, inter-process communication, dynamic
  libraries, and XML.
rudiments 1.2.0 1.fc30	926225	Unspecified	C++ class library for developing systems and applications
  A C++ class library for developing systems and applications.  Rudiments includes
  frameworks for processes, threads, clients, servers, loggers and compilers.  It
  also includes data structures for buffers, arrays, linked lists and
  dictionaries, and utility classes for processing text and binary data, regular
  expressions, random numbers, encryption, date and time, system information,
  files, directories, file-systems, inter-process communication, dynamic
  libraries, and XML.
rudiments-devel 1.2.0 1.fc30	757101	Unspecified	Development files for rudiments
  Development files for rudiments.
rudiments-devel 1.2.0 1.fc30	757114	Unspecified	Development files for rudiments
  Development files for rudiments.
rudiments-doc 1.2.0 1.fc30	12799149	Unspecified	Documentation for rudiments
  Documentation for rudiments.
rumor 1.0.5 19.fc30	163008	Unspecified	Really Unintelligent Music transcriptOR
  Rumor is a realtime monophonic (with chords) MIDI keyboard to Lilypond
  converter. It receives MIDI events, quantizes them according to its metronome
  on the fly and outputs handwritten-like corresponding Lilypond notation. Tempo,
  meter, key and other parameters can be set via command-line options.
runc 1.0.0 85.dev.gitdd22a84.fc30	9508198	Unspecified	CLI for running Open Containers
  The runc command can be used to start containers which are packaged
  in accordance with the Open Container Initiative's specifications,
  and to manage containers running under runc.
rundoc 0.11 11.fc30	7548	Unspecified	An Ant task designed to help with the single-sourcing of program documentation
  An Ant task designed to help with the single-sourcing of program documentation.
rundoc-javadoc 0.11 11.fc30	89154	Unspecified	Javadocs for rundoc
  This package contains the API documentation for rundoc.
rusers 0.17 93.fc30	61483	Unspecified	Displays the users logged into machines on the local network
  The rusers program allows users to find out who is logged into various
  machines on the local network.  The rusers command produces output
  similar to who, but for the specified list of hosts or for all
  machines on the local network.
  
  Install rusers if you need to keep track of who is logged into your
  local network.
rusers-server 0.17 93.fc30	72935	Unspecified	Server for the rusers protocol
  The rusers program allows users to find out who is logged into various
  machines on the local network.  The rusers command produces output
  similar to who, but for the specified list of hosts or for all
  machines on the local network. The rusers-server package contains the
  server for responding to rusers requests.
  
  Install rusers-server if you want remote users to be able to see
  who is logged into your machine.
rust 1.33.0 1.fc30	82758706	Unspecified	The Rust Programming Language
  Rust is a systems programming language that runs blazingly fast, prevents
  segfaults, and guarantees thread safety.
  
  This package includes the Rust compiler and documentation generator.
rust-analysis 1.33.0 1.fc30	10828229	Unspecified	Compiler analysis data for the Rust standard library
  This package contains analysis data files produced with rustc's -Zsave-analysis
  feature for the Rust standard library. The RLS (Rust Language Server) uses this
  data to provide information about the Rust standard library.
rust-debugger-common 1.33.0 1.fc30	14786	Unspecified	Common debugger pretty printers for Rust
  This package includes the common functionality for rust-gdb and rust-lldb.
rust-doc 1.33.0 1.fc30	267435815	Unspecified	Documentation for Rust
  This package includes HTML documentation for the Rust programming language and
  its standard library.
rust-gdb 1.33.0 1.fc30	15084	Unspecified	GDB pretty printers for Rust
  This package includes the rust-gdb script, which allows easier debugging of Rust
  programs.
rust-lldb 1.33.0 1.fc30	12089	Unspecified	LLDB pretty printers for Rust
  This package includes the rust-lldb script, which allows easier debugging of Rust
  programs.
rust-packaging 6 28.fc30	4655	Unspecified	RPM macros for building Rust packages on various architectures
  The package provides macros for building projects in Rust
  on various architectures.
rust-src 1.33.0 1.fc30	31182842	Unspecified	Sources for the Rust standard library
  This package includes source files for the Rust standard library.  It may be
  useful as a reference for code completion tools in various editors.
rust-srpm-macros 6 4.fc30	2032	Unspecified	RPM macros for building Rust source packages
  RPM macros for building Rust source packages.
rust-std-static 1.33.0 1.fc30	81976450	Unspecified	Standard library for Rust
  This package includes the standard libraries for building applications
  written in Rust.
rust-std-static 1.33.0 1.fc30	97256884	Unspecified	Standard library for Rust
  This package includes the standard libraries for building applications
  written in Rust.
rustfmt 1.33.0 1.fc30	6298326	Unspecified	Tool to find and fix Rust formatting issues
  A tool for formatting Rust code according to style guidelines.
rvm 1.17 19.fc30	319986	Unspecified	C library for unstructured recoverable virtual memory
  The RVM persistent recoverable memory library. The RVM library is used by
  the Coda distributed file-system.
rvm 1.17 19.fc30	311954	Unspecified	C library for unstructured recoverable virtual memory
  The RVM persistent recoverable memory library. The RVM library is used by
  the Coda distributed file-system.
rvm-devel 1.17 19.fc30	36783	Unspecified	Development files for rvm
  The rvm-devel package contains libraries and header files for
  developing applications that use rvm.
rvm-devel 1.17 19.fc30	36789	Unspecified	Development files for rvm
  The rvm-devel package contains libraries and header files for
  developing applications that use rvm.
rvm-tools 1.17 19.fc30	143184	Unspecified	Tools for rvm
  User-space tools to initialize and manipulate RVM log and data segments.
  The RVM library is used by the Coda distributed file-system.
rw 0.7 8.fc30	54243	Unspecified	Program that calculates rank-width and rank-decompositions
  rw is a program that calculates rank-width and rank-decompositions.
  It is based on ideas from "Computing rank-width exactly" by Sang-il Oum,
  "Sopra una formula numerica" by Ernesto Pascal, "Generation of a Vector
  from the Lexicographical Index" by B.P. Buckles and M. Lybanon and
  "Fast additions on masked integers" by Michael D. Adams and David S. Wise.
rw 0.7 8.fc30	55875	Unspecified	Program that calculates rank-width and rank-decompositions
  rw is a program that calculates rank-width and rank-decompositions.
  It is based on ideas from "Computing rank-width exactly" by Sang-il Oum,
  "Sopra una formula numerica" by Ernesto Pascal, "Generation of a Vector
  from the Lexicographical Index" by B.P. Buckles and M. Lybanon and
  "Fast additions on masked integers" by Michael D. Adams and David S. Wise.
rw-devel 0.7 8.fc30	2534	Unspecified	Development files for rw
  This package contains the header files and development documentation
  for rw.
rw-devel 0.7 8.fc30	2534	Unspecified	Development files for rw
  This package contains the header files and development documentation
  for rw.
rwall 0.17 54.fc30	20788	Unspecified	Client for sending messages to a host's logged in users
  The rwall command sends a message to all of the users logged into a
  specified host.  Actually, your machine's rwall client sends the
  message to the rwall daemon running on the specified host, and the
  rwall daemon relays the message to all of the users logged in to that
  host.
  
  Install rwall if you'd like the ability to send messages to users
  logged in to a specified host machine.
rwall-server 0.17 54.fc30	22721	Unspecified	Server for sending messages to a host's logged in users
  The rwall command sends a message to all of the users logged into
  a specified host.  The rwall-server package contains the daemon for
  receiving such messages, and is disabled by default on Red Hat Linux
  systems (it can be very annoying to keep getting all those messages
  when you're trying to play Quake--I mean, trying to get some work done).
  
  Install rwall-server if you'd like the ability to receive messages
  from users on remote hosts.
rwho 0.17 64.fc30	77492	Unspecified	Displays who is logged in to local network machines
  The rwho command displays output similar to the output of the who
  command (it shows who is logged in) for all machines on the local
  network running the rwho daemon.
  
  Install the rwho command if you need to keep track of the users who
  are logged in to your local network.
rwhoisd 1.5.9.6 15.fc30	1225030	Unspecified	ARIN's Referral WHOIS server
  This server is a reference implementation of the server side of the RWhois
  protocol, first described in RFC 1714.  This server attempts to implement
  concepts and practices in accordance with version 1.5 of the protocol,
  described in RFC 2167.
rwhoisd-example 1.5.9.6 15.fc30	46894	Unspecified	Sample data for rwhoisd WHOIS server
  This package delivers example configuration and data for rwhoisd WHOIS server.
  Recommended how-to is <http://www.unixadmin.cc/rwhois/>.
rxjava 1.1.8 6.fc30	1369743	Unspecified	Reactive Extensions for the JVM
  RxJava a library for composing asynchronous and
  event-based programs using observable sequences
  for the Java VM.
rxjava-javadoc 1.1.8 6.fc30	8033182	Unspecified	Javadoc for rxjava
  This package contains javadoc for rxjava.
rxtx 2.2 0.22.20100211.fc30	330776	Unspecified	Parallel communication for the Java Development Toolkit
  rxtx is an full implementation of java commapi which aims to support RS232
  IEEE 1284, RS485, I2C and RawIO.
rxvt 2.7.10 35.fc30	400199	Unspecified	ouR XVT, a VT102 emulator for the X window system
  rxvt,  version  2.7.10, is a colour vt102 terminal emulator
  intended as an xterm(1) replacement for users who  do  not
  require  features  such  as  Tektronix  4014 emulation and
  toolkit-style configurability.  As  a  result,  rxvt  uses
  much  less  swap  space  --  a  significant advantage on a
  machine serving many X sessions.
rxvt-unicode-256color 9.22 12.fc30	2955238	Unspecified	256 color version of rxvt-unicode
  256 color version of rxvt-unicode
rxvt-unicode-256color-ml 9.22 12.fc30	2961104	Unspecified	256 color multi-language version of rxvt-unicode
  Version of rxvt-unicode with 256color and enhanced multi-language support.
rxvt-unicode 9.22 12.fc30	3293352	Unspecified	Unicode version of rxvt
  rxvt-unicode is a clone of the well known terminal emulator rxvt, modified to
  store text in Unicode (either UCS-2 or UCS-4) and to use locale-correct input
  and output. It also supports mixing multiple fonts at the same time, including
  Xft fonts.
rxvt-unicode-ml 9.22 12.fc30	2944633	Unspecified	Multi-language version of rxvt-unicode
  Version of rxvt-unicode with enhanced multi-language support.
rygel 0.36.2 3.fc30	5114994	Unspecified	A collection of UPnP/DLNA services
  Rygel is a home media solution that allows you to easily share audio, video and
  pictures, and control of media player on your home network. In technical terms
  it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in
  mechanism. Interoperability with other devices in the market is achieved by
  conformance to very strict requirements of DLNA and on the fly conversion of
  media to format that client devices are capable of handling.
rygel 0.36.2 3.fc30	4889418	Unspecified	A collection of UPnP/DLNA services
  Rygel is a home media solution that allows you to easily share audio, video and
  pictures, and control of media player on your home network. In technical terms
  it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in
  mechanism. Interoperability with other devices in the market is achieved by
  conformance to very strict requirements of DLNA and on the fly conversion of
  media to format that client devices are capable of handling.
rygel-devel 0.36.2 3.fc30	4008363	Unspecified	Development package for rygel
  Files for development with rygel.
rygel-devel 0.36.2 3.fc30	4008375	Unspecified	Development package for rygel
  Files for development with rygel.
rygel-tracker 0.36.2 3.fc30	234808	Unspecified	Tracker plugin for rygel
  A plugin for rygel to use tracker to locate media on the local machine.
rzip 2.1 22.fc30	65197	Unspecified	A large-file compression program
  rzip is a compression program, similar in functionality to gzip or
  bzip2, but able to take advantage of long distance redundancies in
  files, which can sometimes allow rzip to produce much better
  compression ratios than other programs.