{"id":19714112,"url":"https://github.com/rxwei/llvm_c","last_synced_at":"2026-05-01T20:32:45.759Z","repository":{"id":143060550,"uuid":"66694260","full_name":"rxwei/LLVM_C","owner":"rxwei","description":"Swift Package for LLVM C bindings","archived":false,"fork":false,"pushed_at":"2017-03-16T03:17:51.000Z","size":13,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T21:38:53.276Z","etag":null,"topics":["llvm","swift"],"latest_commit_sha":null,"homepage":"","language":"Objective-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/rxwei.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}},"created_at":"2016-08-27T03:41:21.000Z","updated_at":"2017-05-20T19:21:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"0eeb7545-0fd6-49c0-b993-daa6ea2d8dde","html_url":"https://github.com/rxwei/LLVM_C","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/rxwei/LLVM_C","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxwei%2FLLVM_C","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxwei%2FLLVM_C/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxwei%2FLLVM_C/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxwei%2FLLVM_C/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rxwei","download_url":"https://codeload.github.com/rxwei/LLVM_C/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxwei%2FLLVM_C/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32512665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["llvm","swift"],"created_at":"2024-11-11T22:29:18.445Z","updated_at":"2026-05-01T20:32:45.728Z","avatar_url":"https://github.com/rxwei.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LLVM\nLLVM/Clang's C bindings for Swift\n\n## Package\nAdd a dependency:\n```swift\n.Package(url: \"https://github.com/rxwei/LLVM_C\", majorVersion: 2, minor: 1)\n```\n\n## Module\n```swift\nimport LLVM_C\nimport Clang_C\n```\n\nYou'll need to specify the path to your LLVM library at `swift build`. For example:\n\n```bash\nswift build -Xcc -I/usr/local/include -Xlinker -L/usr/local/lib\n```\n\nOr use `llvm-config`:\n\n```bash\nswift build -Xcc \"`llvm-config --cflags`\" -Xlinker \"-I`llvm-config --libdir`\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxwei%2Fllvm_c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frxwei%2Fllvm_c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxwei%2Fllvm_c/lists"}