{"id":21041329,"url":"https://github.com/onionhammer/clibpp","last_synced_at":"2026-03-09T17:36:54.891Z","repository":{"id":74727848,"uuid":"20313670","full_name":"onionhammer/clibpp","owner":"onionhammer","description":"Easy way to 'Mock' C++ interface","archived":false,"fork":false,"pushed_at":"2015-03-27T00:22:36.000Z","size":239,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-04T17:11:12.303Z","etag":null,"topics":["cplusplus","cpp","nim"],"latest_commit_sha":null,"homepage":null,"language":"Nimrod","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/onionhammer.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}},"created_at":"2014-05-30T01:34:28.000Z","updated_at":"2023-10-26T21:48:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"65862bd1-e358-4e22-9d13-1652fdc6a018","html_url":"https://github.com/onionhammer/clibpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/onionhammer/clibpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onionhammer%2Fclibpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onionhammer%2Fclibpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onionhammer%2Fclibpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onionhammer%2Fclibpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onionhammer","download_url":"https://codeload.github.com/onionhammer/clibpp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onionhammer%2Fclibpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30304730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T17:35:44.120Z","status":"ssl_error","status_checked_at":"2026-03-09T17:35:43.707Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["cplusplus","cpp","nim"],"created_at":"2024-11-19T13:51:44.542Z","updated_at":"2026-03-09T17:36:54.875Z","avatar_url":"https://github.com/onionhammer.png","language":"Nimrod","funding_links":[],"categories":[],"sub_categories":[],"readme":"clibpp\n======\n\nEasy way to 'Mock' C++ interface\n\nOutline the C++ class\n---------------------\n```nimrod\nnamespace somelibrary:\n\tclass(test, header: \"../test.hpp\"):\n\t    proc multiply[T](value, by: T): int\n\t    proc output: void {.isstatic.}\n\t    proc max[T](a, b: T): T\n\t    var fieldName, notherName: int\n```\n\nUse the C++ class\n-----------------\n```nimrod\n# Test interface\ntest.output()\n\nvar item: test\necho item.multiply(5, 9)\necho item.fieldName\necho item.max(2, 10)\necho item.notherName\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonionhammer%2Fclibpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonionhammer%2Fclibpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonionhammer%2Fclibpp/lists"}