{"id":18324011,"url":"https://github.com/dirk/llvm2","last_synced_at":"2025-04-06T00:30:52.957Z","repository":{"id":29895998,"uuid":"33441622","full_name":"dirk/llvm2","owner":"dirk","description":"JavaScript bindings to LLVM C API via FFI","archived":false,"fork":false,"pushed_at":"2015-09-19T22:41:28.000Z","size":245,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T13:45:42.876Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/dirk.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":"2015-04-05T13:28:49.000Z","updated_at":"2023-09-08T16:56:24.000Z","dependencies_parsed_at":"2022-08-23T05:00:17.952Z","dependency_job_id":null,"html_url":"https://github.com/dirk/llvm2","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirk%2Fllvm2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirk%2Fllvm2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirk%2Fllvm2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirk%2Fllvm2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dirk","download_url":"https://codeload.github.com/dirk/llvm2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419597,"owners_count":20936009,"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":[],"created_at":"2024-11-05T18:31:04.584Z","updated_at":"2025-04-06T00:30:52.243Z","avatar_url":"https://github.com/dirk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status][travis-image]][travis-url]\n\n# llvm2\n\nFFI-based abstraction over the LLVM C API.\n\n## Installation\n\n```sh\nnpm install llvm2\n```\n\n#### Mac OS X notes\n\nllvm2 uses the 3.6 version of LLVM via the Homebrew/versions tap. This version also doesn't link the dynamic library into the system search path, so you may need to do this manually (see below).\n\n```sh\n$ brew tap homebrew/versions\n==\u003e Tapping Homebrew/versions\n...\n$ brew install llvm36\n...\n$ brew ls --versions llvm36\nllvm 3.6.1\n$ brew link llvm36\nLinking /usr/local/Cellar/llvm36/3.6.1... 78 symlinks created\n$ ln -s /usr/local/opt/llvm36/lib/llvm-3.6/lib/libLLVM-3.6.dylib /usr/local/lib/libLLVM-3.6.dylib\n```\n\n## Testing\n\nThe basic test suite can be run using [mocha](http://mochajs.org/).\n\n```sh\n$ npm install -g mocha@latest\n$ mocha test\n```\n\n## License\n\nLicensed under the MIT License, see [LICENSE](LICENSE) for details.\n\n[travis-image]: https://img.shields.io/travis/dirk/llvm2/master.svg?style=flat-square\n[travis-url]: https://travis-ci.org/dirk/llvm2\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirk%2Fllvm2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdirk%2Fllvm2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirk%2Fllvm2/lists"}