{"id":18898329,"url":"https://github.com/brainstone/romantoarabic","last_synced_at":"2025-10-14T10:07:38.758Z","repository":{"id":69186543,"uuid":"145167015","full_name":"BrainStone/RomanToArabic","owner":"BrainStone","description":"RomanToArabic is a project designed to convert Roman numerals into Arabic ones in C++.","archived":false,"fork":false,"pushed_at":"2018-08-19T08:40:47.000Z","size":128,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-31T19:25:48.990Z","etag":null,"topics":["converter","cpp","cpp-library","roman-numerals"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/BrainStone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-17T21:12:11.000Z","updated_at":"2018-08-19T08:40:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"46554d69-3b75-4cf0-a5cf-ad5efcc95ae6","html_url":"https://github.com/BrainStone/RomanToArabic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BrainStone/RomanToArabic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrainStone%2FRomanToArabic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrainStone%2FRomanToArabic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrainStone%2FRomanToArabic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrainStone%2FRomanToArabic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrainStone","download_url":"https://codeload.github.com/BrainStone/RomanToArabic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrainStone%2FRomanToArabic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018739,"owners_count":26086449,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["converter","cpp","cpp-library","roman-numerals"],"created_at":"2024-11-08T08:42:01.907Z","updated_at":"2025-10-14T10:07:38.731Z","avatar_url":"https://github.com/BrainStone.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RomanToArabic [![Build Status](https://travis-ci.org/BrainStone/RomanToArabic.svg?branch=master)](https://travis-ci.org/BrainStone/RomanToArabic)\n\nRomanToArabic is a project designed to convert Roman numerals into Arabic ones in C++.\n\nContributions are always welcome!\n\n## Cloning\n\nSince this repo is recursive, you need to clone it recursively\n\n    $ git clone --recursive https://github.com/BrainStone/RomanToArabic.git\n\nIf you forgot to do that, you can download the submodules later by running\n\n    $ git submodule update --init --recursive\n\n### Hooks\n\nThis repo also provides a few simple hooks to make working with submodules easier. While it is not necessary to do this step, it is recommended.\n\n    $ cp -va .hooks/* .git/hooks/\n\n## Building\n\nThis project uses gradle for building. The nice thing about gradle is that you only need to have Java (and a C++ compiler of your choice) installed.  \nBuilding is super straight forward:\n\n    $ ./gradlew build\n\nThis will build the project and all its dependencies.\n\n### Documentation\n\nThis project comes with a Doxyfile. You can either generate the documentation manually by using Doxygen from the command line, or by running this gradle task:\n\n    $ ./gradlew doc\n\n## License\n\nThis is project is licensed under the GPLv3 license.\n\nProjects included in this project through submodules or other means are licensed under their respective licenses.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainstone%2Fromantoarabic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrainstone%2Fromantoarabic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainstone%2Fromantoarabic/lists"}