{"id":19982485,"url":"https://github.com/netlify/apex","last_synced_at":"2025-05-04T05:32:25.389Z","repository":{"id":47431141,"uuid":"251755929","full_name":"netlify/apex","owner":"netlify","description":"Netlify's Core C++ Library","archived":false,"fork":false,"pushed_at":"2024-02-06T07:56:28.000Z","size":297,"stargazers_count":5,"open_issues_count":1,"forks_count":4,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-04-26T16:59:26.826Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/netlify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2020-03-31T22:17:57.000Z","updated_at":"2024-11-05T00:10:19.000Z","dependencies_parsed_at":"2022-08-23T13:30:37.976Z","dependency_job_id":null,"html_url":"https://github.com/netlify/apex","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/netlify%2Fapex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify%2Fapex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify%2Fapex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify%2Fapex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netlify","download_url":"https://codeload.github.com/netlify/apex/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252293082,"owners_count":21724960,"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":[],"created_at":"2024-11-13T04:11:45.611Z","updated_at":"2025-05-04T05:32:25.101Z","avatar_url":"https://github.com/netlify.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Build and Test](https://github.com/netlify/apex/workflows/Build%20and%20Test/badge.svg)\n\n# Overview\n\nApex is Netlify's Core C++ library. In addition to providing shims for upcoming\nC++ standards library features, it also provides several modules for types that\ncan't be standardized. Below is a non-exhaustive list of features, as well as\nbasic instructions for getting started building. Unlike many C++ libraries,\nApex is compiled and only used as a static library.\n\nApex is currently available under the Apache 2.0 License.\n\n# Building\n\nApex currently targets C++20 and Linux. We only test and use it on Ubuntu.\nAdditionally, we stay up to date with a recent version of CMake. The current\nmininimum version is CMake 3.16. We also only run the build with [ninja][1].\nThe CMake file is  setup in such a way that Apex can also be used via\n`add_subdirectory`, making it possible to acquire via `FetchContent` during a\nbuild.\n\n## Configuring\n\nTo configure Apex, run the following command\n\n```bash\ncmake -Bbuild -S. -GNinja -DCMAKE_BUILD_TYPE=Release\n```\n\nAdditional options can be set via `-D\u003cOPTION\u003e=\u003cVALUE\u003e`. These are documented\nelsewhere.\n\n## Compiling\n\nRun the following command to build Apex\n\n```bash\ncmake --build build\n```\n\n## Dependencies\n\nApex will pull its dependencies in via [FetchContent][2]. The CMake\ndocumentation has more information on hooking into or changing dependencies.\n\n[1]: https://ninja-build.org\n[2]: https://cmake.org/cmake/help/latest/module/FetchContent.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlify%2Fapex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetlify%2Fapex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlify%2Fapex/lists"}