{"id":19654627,"url":"https://github.com/gaultier/c","last_synced_at":"2026-03-17T22:36:55.202Z","repository":{"id":40631739,"uuid":"494402051","full_name":"gaultier/c","owner":"gaultier","description":"A diverse collection of useful (to me!) software written in C. Memory profiling, http server, editor, crash reporter, clang plugin, torrent client, etc","archived":false,"fork":false,"pushed_at":"2025-02-28T09:30:06.000Z","size":1703,"stargazers_count":18,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-14T15:43:21.888Z","etag":null,"topics":["c"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gaultier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-05-20T09:29:20.000Z","updated_at":"2025-08-25T11:49:41.000Z","dependencies_parsed_at":"2023-10-04T16:04:44.430Z","dependency_job_id":"6dd55283-6e3b-4100-9bb1-2f0df0bc770f","html_url":"https://github.com/gaultier/c","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gaultier/c","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaultier%2Fc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaultier%2Fc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaultier%2Fc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaultier%2Fc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gaultier","download_url":"https://codeload.github.com/gaultier/c/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaultier%2Fc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30633465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["c"],"created_at":"2024-11-11T15:17:55.533Z","updated_at":"2026-03-17T22:36:55.173Z","avatar_url":"https://github.com/gaultier.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C tools\n\nA diverse collection of useful (to me!) software written in C. Memory profiling, http server, editor, crash reporter, clang plugin, torrent client, etc.\n\n*This is experimental code. Probably don't use it in production!*\n\n## Quick start\n\n*Make sure you have the git submodules locally: git submodule update --init --recursive*\n\nRequirements: make, a C99 compiler.\n\n```sh\n$ ./build_vendors.sh\n$ ./build_all.sh\n```\n\n## Organisation\n\nEach subdirectory is a separate project. A project only depends on the common utility header `./pg/pg.h` and perhaps some vendored libraries under `vendor/`.\n\nThird party libraries are added as a git submodule at the root under `vendor/` so: `git submodule add https://github.com/curl/curl.git vendor/curl`.\n\nRecursive submodules or submodules under subdirectories are avoided.\n\nSubmodules are then built from source in `./build_vendors.sh` to control exactly the build flags and feature flags. E.g. libcurl is statically built without most features with a custom SSL backend.\n\nStatic linking, C99, posix tools and not depending on what's installed in the current environment or OS specific APIs are highly preferred (but there are exceptions).\n\n## LICENSE \n\nBSD-3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaultier%2Fc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaultier%2Fc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaultier%2Fc/lists"}