{"id":28403562,"url":"https://github.com/nesktf/ntfstl","last_synced_at":"2025-06-27T08:32:10.985Z","repository":{"id":296457620,"uuid":"993439345","full_name":"nesktf/ntfstl","owner":"nesktf","description":"My C++ standard library","archived":false,"fork":false,"pushed_at":"2025-06-06T21:00:39.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-08T16:44:48.321Z","etag":null,"topics":["cpp","cpp20","stl"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nesktf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2025-05-30T19:45:03.000Z","updated_at":"2025-06-06T21:00:41.000Z","dependencies_parsed_at":"2025-05-31T06:50:52.074Z","dependency_job_id":"f5195013-8710-4e8d-99ab-4231f4542f1b","html_url":"https://github.com/nesktf/ntfstl","commit_stats":null,"previous_names":["nesktf/ntfstl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nesktf/ntfstl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nesktf%2Fntfstl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nesktf%2Fntfstl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nesktf%2Fntfstl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nesktf%2Fntfstl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nesktf","download_url":"https://codeload.github.com/nesktf/ntfstl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nesktf%2Fntfstl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262222487,"owners_count":23277443,"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","cpp20","stl"],"created_at":"2025-06-01T18:11:01.615Z","updated_at":"2025-06-27T08:32:10.964Z","avatar_url":"https://github.com/nesktf.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ntfstl\nC++20 standard library for my projects.\n\n# Usage inside projects\nOnly tested on Debian 12 (using GCC 13).\n\nYou will need the following packages installed in your system:\n- gcc 13 \n- libfmt-dev (only tested on 9.1.0)\n\n```sh\nsudo apt install gcc libfmt-dev\n```\n\nClone the repository inside your project\n```sh\n$ cd my_funny_project/\n$ mkdir -p lib/\n$ git clone https://github.com/nesktf/ntfstl.git ./lib/ntfstl\n```\n\nAnd then add the following in your CMakeLists.txt\n```cmake\ncmake_minimum_required(VERSION 3.11)\nproject(my_funny_project CXX)\n# ...\nadd_subdirectory(\"lib/ntfstl\")\n# ...\nset_target_properties(${PROJECT_NAME} PROPERTIES CXX_STANDARD 20)\ntarget_link_libraries(${PROJECT_NAME} ntfstl)\n\n```\n\n# Tests\nIf you want to run tests, use the following command\n```sh\n$ cmake -B build -DNTFSTL_BUILD_TESTS=1\n$ make -C build -j4\n$ ctest --test-dir build/test/ -V --progress\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnesktf%2Fntfstl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnesktf%2Fntfstl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnesktf%2Fntfstl/lists"}