How to Install ruby-roxml in Ubuntu 18.04



Install ruby-roxml by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-roxml

Description:

Ruby Object to XML mapping library

ROXML is a Ruby library designed to make it easier for Ruby developers to work with XML. Using simple annotations, it enables Ruby classes to be mapped to XML. ROXML takes care of the marshalling and unmarshalling of mapped attributes so that developers can focus on building first-class Ruby classes. As a result, ROXML simplifies the development of RESTful applications, Web Services, and XML-RPC.

Homepage: https://github.com/Empact/roxml

Version: 4.0.0-1

Section: universe/ruby