Packages
A Gleam library for converting between Roman numerals and integers, with support for both string and structured representations.
Retired package: package retired by author
Current section
Files
Jump to
Current section
Files
src/gleam_roman.app.src
{application, gleam_roman, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib]},
{description, "A Gleam library for converting between Roman numerals and integers, with support for both string and structured representations."},
{modules, [gleam_roman@@main,
roman]},
{registered, []}
]}.