An open API service indexing awesome lists of open source software.

https://github.com/dhowden/numerus

Go package for converting from/to Roman Numerals
https://github.com/dhowden/numerus

go roman-numerals

Last synced: 11 months ago
JSON representation

Go package for converting from/to Roman Numerals

Awesome Lists containing this project

README

          

# Numerus
[![Build Status](https://travis-ci.org/dhowden/numerus.svg?branch=master)](https://travis-ci.org/dhowden/numerus) [![GoDoc](https://godoc.org/github.com/dhowden/numerus?status.svg)](https://godoc.org/github.com/dhowden/numerus)

A Go package for parsing and creating Roman Numerals (see [http://en.wikipedia.org/wiki/Roman_numerals](http://en.wikipedia.org/wiki/Roman_numerals) for more details).

Requires Go 1.1 or later.