{"id":15061264,"url":"https://github.com/pfalcon/ullvm_c","last_synced_at":"2026-06-11T12:00:36.170Z","repository":{"id":57477263,"uuid":"171183077","full_name":"pfalcon/ullvm_c","owner":"pfalcon","description":"Lightweight LLVM C API bindings for Pycopy and other Python implementations","archived":false,"fork":false,"pushed_at":"2021-01-21T21:09:22.000Z","size":49,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-06-06T09:23:12.533Z","etag":null,"topics":["llvm","llvmlite","pycopy"],"latest_commit_sha":null,"homepage":"https://github.com/pfalcon/pycopy","language":"Python","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/pfalcon.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":"2019-02-17T23:09:54.000Z","updated_at":"2021-01-21T21:09:24.000Z","dependencies_parsed_at":"2022-09-14T16:41:50.950Z","dependency_job_id":null,"html_url":"https://github.com/pfalcon/ullvm_c","commit_stats":null,"previous_names":["pfalcon/ullvm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pfalcon/ullvm_c","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfalcon%2Fullvm_c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfalcon%2Fullvm_c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfalcon%2Fullvm_c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfalcon%2Fullvm_c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pfalcon","download_url":"https://codeload.github.com/pfalcon/ullvm_c/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfalcon%2Fullvm_c/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34197394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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","llvmlite","pycopy"],"created_at":"2024-09-24T23:13:03.903Z","updated_at":"2026-06-11T12:00:35.695Z","avatar_url":"https://github.com/pfalcon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"ullvm_c\n=======\n\nThis is a project to wrap LLVM C API using a Pycopy's\n[ffi](https://pycopy.readthedocs.io/en/latest/library/ffi.html) module,\nthus producing pure-Python bindings to a sufficiently large subset of LLVM\nfunctionality. [Pycopy](https://github.com/pfalcon/pycopy) is a minimalist\nimplementation of the Python language. Pycopy's `ffi` module was also\n[ported to CPython](https://github.com/pfalcon/pycopy-lib/tree/master/cpython-ffi),\nso `ullvm_c` is compatible with CPython too (or any other Python\nimplementation which provides `ctypes` module).\n\nTwo examples are included, JIT-generating a simple function, using both\nolder MCJIT, and newer ORC LLVM JIT engines:\n\n```\npycopy example_mcjit.py\npycopy example_orcjit.py\n```\n\nUsing with CPython\n------------------\n\nTo using with CPython, you would need to install Pycopy compatibility\nmodules for CPython:\n\n```\npip3 install -r requirements-cpython.txt\n```\n\nAfterwards, you can run the samples in the same way as with Pycopy:\n\n```\npython3 example_mcjit.py\npython3 example_orcjit.py\n```\n\nLicensing and copyright\n-----------------------\n\nCopyright (c) 2019 Paul Sokolovsky. Released under the terms of MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpfalcon%2Fullvm_c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpfalcon%2Fullvm_c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpfalcon%2Fullvm_c/lists"}