{"id":15047234,"url":"https://github.com/vittorioromeo/vrm_pp","last_synced_at":"2025-04-10T00:50:54.292Z","repository":{"id":147654204,"uuid":"43219529","full_name":"vittorioromeo/vrm_pp","owner":"vittorioromeo","description":"Small C++ preprocessor library","archived":false,"fork":false,"pushed_at":"2020-06-16T08:48:44.000Z","size":116,"stargazers_count":13,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T02:37:07.004Z","etag":null,"topics":["cpp","cpp03","cpp98","library","metaprogramming","pp","preprocessor","romeo","ssv","vittorio","vr","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-09-26T19:26:05.000Z","updated_at":"2023-06-22T12:28:39.000Z","dependencies_parsed_at":"2023-04-09T07:15:23.650Z","dependency_job_id":null,"html_url":"https://github.com/vittorioromeo/vrm_pp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vittorioromeo%2Fvrm_pp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vittorioromeo%2Fvrm_pp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vittorioromeo%2Fvrm_pp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vittorioromeo%2Fvrm_pp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vittorioromeo","download_url":"https://codeload.github.com/vittorioromeo/vrm_pp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137999,"owners_count":21053775,"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","cpp03","cpp98","library","metaprogramming","pp","preprocessor","romeo","ssv","vittorio","vr","vrm"],"created_at":"2024-09-24T20:55:22.459Z","updated_at":"2025-04-10T00:50:54.268Z","avatar_url":"https://github.com/vittorioromeo.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vrm_pp\n\n\u003e **Lightweight C++ preprocessor 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++-98-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_pp.svg?style=flat-square\n[badge.stability]: https://img.shields.io/badge/stability-stable-green.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_pp\n[stability]: http://github.com/badges/stability-badges\n[license]: https://github.com/SuperV1234/vrm_pp/blob/master/LICENSE\n[gratipay]: https://gratipay.com/~SuperV1234/\n[on-wandbox]: https://wandbox.org/permlink/3oM6SqIb0WLGy0iY\n[on-godbolt]: https://godbolt.org/g/tJi4Sk\n\n\n\n## Intended usage (quick start)\n\n1. Add this repository and [SuperV1234/vrm_cmake](https://github.com/SuperV1234/vrm_cmake) 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    ```\n\n2. Include `vrm_cmake` in your project's `CMakeLists.txt` and look for the `vrm_pp` extlib:\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`:\n    vrm_cmake_find_extlib(vrm_pp)\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvittorioromeo%2Fvrm_pp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvittorioromeo%2Fvrm_pp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvittorioromeo%2Fvrm_pp/lists"}