{"id":18728803,"url":"https://github.com/rubyonworld/atom-gpp-compiler","last_synced_at":"2025-08-03T08:10:14.532Z","repository":{"id":174007841,"uuid":"533346035","full_name":"RubyOnWorld/atom-gpp-compiler","owner":"RubyOnWorld","description":"This Atom package allows you to compile and run C++ and C within the editor.","archived":false,"fork":false,"pushed_at":"2022-09-12T14:24:40.000Z","size":91,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-19T20:32:59.875Z","etag":null,"topics":["atom","compiler","gapp"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RubyOnWorld.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2022-09-06T13:50:03.000Z","updated_at":"2023-01-26T02:38:14.000Z","dependencies_parsed_at":"2024-01-28T04:21:26.663Z","dependency_job_id":null,"html_url":"https://github.com/RubyOnWorld/atom-gpp-compiler","commit_stats":null,"previous_names":["rubyonworld/atom-gpp-compiler"],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/RubyOnWorld/atom-gpp-compiler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyOnWorld%2Fatom-gpp-compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyOnWorld%2Fatom-gpp-compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyOnWorld%2Fatom-gpp-compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyOnWorld%2Fatom-gpp-compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RubyOnWorld","download_url":"https://codeload.github.com/RubyOnWorld/atom-gpp-compiler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyOnWorld%2Fatom-gpp-compiler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268512159,"owners_count":24261887,"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-08-03T02:00:12.545Z","response_time":2577,"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":["atom","compiler","gapp"],"created_at":"2024-11-07T14:24:25.247Z","updated_at":"2025-08-03T08:10:14.495Z","avatar_url":"https://github.com/RubyOnWorld.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gpp-compiler\n\nThis Atom package allows you to compile and run C++ and C within the editor.\n\nTo compile C or C++, press \u003ckbd\u003eF5\u003c/kbd\u003e or right click the file in tree view and click `Compile and Run`.\n\nTo compile C or C++ and attach the GNU Debugger, press \u003ckbd\u003eF6\u003c/kbd\u003e or right click the file in tree view and click `Compile and Debug`.\n\n## Dependencies\n\nThis package relies on a C / C++ compiler (gcc).\n\n### Linux\n\nThe GNU Compiler Collection may come with your distribution. Run `which gcc g++` to find out.\n\nIf that command does not output\n\n```\n/usr/bin/gcc\n/usr/bin/g++\n```\n\nyou will need to install it.\n\nFor RHEL-based distros, run `sudo dnf install gcc gcc-c++`.\n\nFor Debian-based distros, run `sudo apt install gcc g++`.\n\nFor Arch-based distros, run `sudo pacman -S gcc`.\n\n### Windows\n\nYou'll need to install [MinGW](http://www.mingw.org/) and [add it to your PATH](http://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/).\n\n### Mac\n\nYou'll need to install [XCode](https://developer.apple.com/xcode/).\n\n## Contributing\n\n\u003c!-- i did not test this \"guide\", so it may not work perfectly --\u003e\n\n```bash\n# to start, you must fork this project\ngit clone https://github.com/\u003cyour username\u003e/atom-gpp-compiler.git\ncd atom-gpp-compiler\nrm -rf ~/.atom/packages/gpp-compiler\nnpm install # this will install developer dependencies (eslint)\napm link # this will create a symbolic link from this directory to ~/.atom/packages\ngit checkout -b my-changes # this will create a new branch, change `my-changes` to something else\n# make your changes\nnpm test # this will eslint `index.js`, if this gives you any errors, fix them\n# test your changes in Atom, because you ran `apm link`, this package will automatically load\ngit add .\ngit commit -m \"added a feature\"\ngit push\n# go to https://github.com/\u003cyour username\u003e/atom-gpp-compiler.git and click `Create Pull Request`\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyonworld%2Fatom-gpp-compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubyonworld%2Fatom-gpp-compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyonworld%2Fatom-gpp-compiler/lists"}