{"id":26400116,"url":"https://github.com/SuperV1234/vrm_core","last_synced_at":"2025-03-17T14:01:16.923Z","repository":{"id":147654203,"uuid":"44497307","full_name":"vittorioromeo/vrm_core","owner":"vittorioromeo","description":"Lightweight C++14 utility library. (Modernized, stripped and cleaned-up version of SSVUtils.)","archived":false,"fork":false,"pushed_at":"2021-03-29T20:01:35.000Z","size":620,"stargazers_count":34,"open_issues_count":1,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-11T07:03:54.914Z","etag":null,"topics":["core","cpp","cpp11","cpp14","library","ssv","vrm"],"latest_commit_sha":null,"homepage":"http://vittorioromeo.info","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/vittorioromeo.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":"2015-10-18T21:28:17.000Z","updated_at":"2024-06-11T11:02:11.000Z","dependencies_parsed_at":"2023-04-25T17:33:28.976Z","dependency_job_id":null,"html_url":"https://github.com/vittorioromeo/vrm_core","commit_stats":null,"previous_names":["superv1234/vrm_core"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vittorioromeo%2Fvrm_core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vittorioromeo%2Fvrm_core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vittorioromeo%2Fvrm_core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vittorioromeo%2Fvrm_core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vittorioromeo","download_url":"https://codeload.github.com/vittorioromeo/vrm_core/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244047608,"owners_count":20389205,"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":["core","cpp","cpp11","cpp14","library","ssv","vrm"],"created_at":"2025-03-17T14:00:48.472Z","updated_at":"2025-03-17T14:01:16.914Z","avatar_url":"https://github.com/vittorioromeo.png","language":"C++","readme":"# vrm_core\n\n\u003e **General-purpose C++17 utility library.**\n\n[![build][badge.build]][build]\n[![stability][badge.stability]][stability]\n[![license][badge.license]][license]\n[![gratipay][badge.gratipay]][gratipay]\n![badge.cpp](https://img.shields.io/badge/c++-14-ff69b4.svg?style=flat-square)\n[![on-wandbox][badge.on-wandbox]][on-wandbox]\n[![on-godbolt][badge.on-godbolt]][on-godbolt]\n\n[badge.build]: https://img.shields.io/travis/SuperV1234/vrm_core.svg?style=flat-square\n[badge.stability]: https://img.shields.io/badge/stability-unstable-yellow.svg?style=flat-square\n[badge.license]: http://img.shields.io/badge/license-afl%203.0-blue.svg?style=flat-square\n[badge.gratipay]: https://img.shields.io/gratipay/user/SuperV1234.svg?style=flat-square\n[badge.on-wandbox]: https://img.shields.io/badge/on-wandbox-376666.svg?style=flat-square\n[badge.on-godbolt]: https://img.shields.io/badge/on-godbolt-376666.svg?style=flat-square\n\n[build]: https://travis-ci.org/SuperV1234/vrm_core\n[stability]: http://github.com/badges/stability-badges\n[license]: https://github.com/SuperV1234/vrm_core/blob/master/LICENSE\n[gratipay]: https://gratipay.com/~SuperV1234/\n[on-wandbox]: https://wandbox.org/permlink/DfXLlf7bHm2rDfFj\n[on-godbolt]: https://godbolt.org/g/9t8gN5\n\n\n\n## Intended usage (quick start)\n\n1. Add this repository, [SuperV1234/vrm_cmake](https://github.com/SuperV1234/vrm_cmake) and [SuperV1234/vrm_pp](https://github.com/SuperV1234/vrm_pp) as submodules of your project, as subfolders in `your_project/extlibs/`:\n\n    ```bash\n    git submodule add   https://github.com/SuperV1234/vrm_cmake.git   your_project/extlibs/vrm_cmake\n    git submodule add   https://github.com/SuperV1234/vrm_pp.git      your_project/extlibs/vrm_pp\n    git submodule add   https://github.com/SuperV1234/vrm_core.git    your_project/extlibs/vrm_core\n    ```\n\n2. Include `vrm_cmake` in your project's `CMakeLists.txt` and look for the `vrm_pp` and `vrm_core` extlibs:\n\n    ```cmake\n    # Include `vrm_cmake`:\n    list(APPEND CMAKE_MODULE_PATH \"${CMAKE_SOURCE_DIR}/extlibs/vrm_cmake/cmake/\")\n    include(vrm_cmake)\n\n    # Find `vrm_pp` and `vrm_core`:\n    vrm_cmake_find_extlib(vrm_pp)\n    vrm_cmake_find_extlib(vrm_core)\n    ```\n\n*(Altenatively, only add `vrm_core` and `vrm_cmake` as submodules, and recursively pull submodules to let `vrm_core` find `vrm_pp`.)*\n","funding_links":[],"categories":["Libraries"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSuperV1234%2Fvrm_core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSuperV1234%2Fvrm_core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSuperV1234%2Fvrm_core/lists"}