{"id":26475747,"url":"https://github.com/glitchybyte/gblib","last_synced_at":"2026-04-16T11:02:03.448Z","repository":{"id":250841762,"uuid":"835557461","full_name":"GlitchyByte/gblib","owner":"GlitchyByte","description":"GlitchyByte general C++ library to bootstrap development.","archived":false,"fork":false,"pushed_at":"2024-09-23T00:13:23.000Z","size":200,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T07:51:35.395Z","etag":null,"topics":["cpp"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GlitchyByte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["GlitchyByte"],"custom":["https://paypal.me/GlitchyByte"]}},"created_at":"2024-07-30T04:51:07.000Z","updated_at":"2024-09-23T00:13:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"7a4c82de-b057-4001-953b-f353e14bb43e","html_url":"https://github.com/GlitchyByte/gblib","commit_stats":null,"previous_names":["glitchybyte/gblib"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlitchyByte%2Fgblib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlitchyByte%2Fgblib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlitchyByte%2Fgblib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlitchyByte%2Fgblib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GlitchyByte","download_url":"https://codeload.github.com/GlitchyByte/gblib/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244525553,"owners_count":20466543,"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":["cpp"],"created_at":"2025-03-19T23:45:04.870Z","updated_at":"2025-10-18T03:52:47.882Z","avatar_url":"https://github.com/GlitchyByte.png","language":"C++","funding_links":["https://github.com/sponsors/GlitchyByte","https://paypal.me/GlitchyByte"],"categories":[],"sub_categories":[],"readme":"# GlitchyByte C++ General Purpose Library\n\n### **WORK IN PROGRESS** - **WORK IN PROGRESS** - **WORK IN PROGRESS**\n\n![Version](https://img.shields.io/badge/Version-0.3.1-blue)\n![Version](https://img.shields.io/badge/20-white?logo=cplusplus\u0026logoColor=00599C)\n\n## Check the documentation\n\n[Read the docs](https://glitchybyte.github.io/gblib/).\n\n## Include it in your project\n\nYou can simply copy `include/glitchybyte` directory into your project.\nOr you can include it remotely with *FetchContent*.\n\nInclude in your `CMakeLists.txt`:\n```cmake\ninclude(FetchContent)\n\n# GBLib.\nFetchContent_Declare(\n    gblib\n    GIT_REPOSITORY https://github.com/glitchybyte/gblib\n    GIT_TAG main\n)\nFetchContent_MakeAvailable(gblib)\n\n# ...and then add it to your `target_link_libraries`:\n\n# Use PUBLIC or PRIVATE if it's a final binary.\ntarget_link_libraries(${PROJECT_NAME} PRIVATE gblib)\n\n# Use INTERFACE if it's a library.\ntarget_link_libraries(${PROJECT_NAME} INTERFACE gblib)\n```\nIn your code:\n```cpp\n#include \u003cglitchybyte/gb/gb.hpp\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglitchybyte%2Fgblib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglitchybyte%2Fgblib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglitchybyte%2Fgblib/lists"}