Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-necromancer
From: Takahiro Kambe
Date: 2019-11-12 16:24:44
Message id: 20191112152444.795A9FA95@cvs.NetBSD.org
Log Message:
devel/ruby-necromancer: add version 0.5.0 package
Add ruby-necromancer version 0.5.0 package.
Necromancer
> Conversion from one object type to another with a bit of black magic.
Necromancer provides independent type conversion component for [TTY]
(https://github.com/piotrmurach/tty) toolkit.
## Motivation
Conversion between Ruby core types frequently comes up in projects but is solved \
by half-baked solutions. This library aims to provide an independent and \
extensible API to support a robust and generic way to convert between core Ruby \
types.
## Features
* Simple and expressive API
* Ability to specify own converters
* Ability to compose conversions out of simpler ones
* Support conversion of custom defined types
* Ability to specify strict conversion mode
Files: