Packages
A Gleam library for converting between Roman numerals and integers, with support for both string and structured representations.
Current section
Files
Jump to
Current section
Files
src/roman_gleam.app.src
{application, roman_gleam, [
{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, [roman,
roman_gleam@@main]},
{registered, []}
]}.