romanim

Converts Roman numerals to what you understand without a blink

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:25

Installation

nimble install romanim
choosenim install romanim
git clone https://github.com/bichanna/romanim

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
romanim - - - - - - -

Source

Repository https://github.com/bichanna/romanim
Homepage https://github.com/bichanna/romanim#romanim
Registry Source nimble_official

README

romanim

  • Converts Roman numerals to what you understand without a blink.
  • Converts what you understand without a blink to Roman numerals.

Installation

$ nimble install romanim

Usage

Add romanim to your dependencies:

requires "romanim >= 0.1.0"

And use it!

import romanim

echo int2roman(2022)   # MMXXII

echo roman2int("XVI")  # 16

echo isRoman("MV")     # true

License

MIT