{"id":16726889,"url":"https://github.com/lpil/roman-numerals","last_synced_at":"2025-07-11T13:31:58.560Z","repository":{"id":36938030,"uuid":"41245362","full_name":"lpil/roman-numerals","owner":"lpil","description":"Convert numbers to Roman numerals and back.","archived":false,"fork":false,"pushed_at":"2018-06-01T17:28:27.000Z","size":311,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-17T17:49:41.707Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lpil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-23T10:28:08.000Z","updated_at":"2024-03-12T09:58:59.000Z","dependencies_parsed_at":"2022-07-08T15:51:37.947Z","dependency_job_id":null,"html_url":"https://github.com/lpil/roman-numerals","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Froman-numerals","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Froman-numerals/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Froman-numerals/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Froman-numerals/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lpil","download_url":"https://codeload.github.com/lpil/roman-numerals/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225728662,"owners_count":17514963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T22:55:01.729Z","updated_at":"2024-11-21T12:28:33.965Z","avatar_url":"https://github.com/lpil.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"RomanNumerals\n=============\n\n[![Build Status](https://travis-ci.org/lpil/roman-numerals.svg)](https://travis-ci.org/lpil/roman-numerals)\n\nConvert numbers to Roman numerals and back.\n\n## Usage\n\nAdd Dogma to your Mix dependencies\n\n```elixir\n# mix.exs\ndef deps do\n  [\n    {:roman_numerals, \"~\u003e 1.0\"},\n  ]\nend\n```\n\nAnd then use `RomanNumerals.encode/1` and `RomanNumerals.decode/1` in your\napplication for all that numeral goodness. :)\n\n\n```elixir\nRomanNumerals.encode 1991\n# =\u003e \"MCMXCI\"\n\nRomanNumerals.decode \"XCVII\"\n# =\u003e 97\n```\n\n\n# LICENCE\n\n```\nRomanNumerals\nCopyright © 2015 Louis Pilfold - MIT Licence\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the \"Software\"),\nto deal in the Software without restriction, including without limitation\nthe rights to use, copy, modify, merge, publish, distribute, sublicense,\nand/or sell copies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE\nOR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Froman-numerals","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flpil%2Froman-numerals","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Froman-numerals/lists"}