{"id":14963604,"url":"https://github.com/dotnet/llvmsharp","last_synced_at":"2025-04-29T21:26:42.787Z","repository":{"id":27307329,"uuid":"30781424","full_name":"dotnet/LLVMSharp","owner":"dotnet","description":"LLVM bindings for .NET Standard written in C# using ClangSharp","archived":false,"fork":false,"pushed_at":"2025-02-24T23:37:10.000Z","size":1140,"stargazers_count":881,"open_issues_count":43,"forks_count":99,"subscribers_count":44,"default_branch":"main","last_synced_at":"2025-04-21T10:53:52.501Z","etag":null,"topics":["llvm","llvm-bindings"],"latest_commit_sha":null,"homepage":"","language":"C#","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/dotnet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2015-02-13T23:54:46.000Z","updated_at":"2025-04-13T08:20:18.000Z","dependencies_parsed_at":"2024-01-14T09:25:07.057Z","dependency_job_id":"62ee65cd-be36-4a8b-bcd1-3f0d6b25e685","html_url":"https://github.com/dotnet/LLVMSharp","commit_stats":{"total_commits":162,"total_committers":24,"mean_commits":6.75,"dds":0.5987654320987654,"last_synced_commit":"482af281a053c7a5e3615356ebe59eb46ca5caeb"},"previous_names":["microsoft/llvmsharp"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet%2FLLVMSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet%2FLLVMSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet%2FLLVMSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet%2FLLVMSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotnet","download_url":"https://codeload.github.com/dotnet/LLVMSharp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251362149,"owners_count":21577402,"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":["llvm","llvm-bindings"],"created_at":"2024-09-24T13:31:52.154Z","updated_at":"2025-04-28T18:02:05.878Z","avatar_url":"https://github.com/dotnet.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LLVMSharp\n\nLLVMSharp is a multi-platform .NET Standard library for accessing the LLVM infrastructure. The bindings are auto-generated using [ClangSharp](https://github.com/dotnet/clangsharp) parsing LLVM-C header files.\n\n![ci](https://github.com/dotnet/clangsharp/workflows/ci/badge.svg?branch=main\u0026event=push)\n\nA nuget package for the project is provided here: https://www.nuget.org/packages/llvmsharp.\n\nA convenience package which provides the native libLLVM library for several platforms is provided here: https://www.nuget.org/packages/libLLVM\n\nNightly packages are available via the NuGet Feed URL: https://pkgs.clangsharp.dev/index.json\n\nSource browsing is available via: https://source.clangsharp.dev/\n\n## Table of Contents\n\n* [Code of Conduct](#code-of-conduct)\n* [License](#license)\n* [Features](#features)\n* [Building LLVMSharp](#building-llvmsharp)\n\n### Code of Conduct\n\nLLVMSharp and everyone contributing (this includes issues, pull requests, the\nwiki, etc) must abide by the .NET Foundation Code of Conduct:\nhttps://dotnetfoundation.org/about/code-of-conduct.\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be\nreported by contacting the project team at conduct@dotnetfoundation.org.\n\n### License\n\nCopyright (c) .NET Foundation and Contributors. All Rights Reserved.\nLicensed under the MIT License (MIT).\nSee [LICENSE.md](LICENSE.md) in the repository root for more information.\n\n### Features\n\n * Auto-generated using LLVM C headers files, and supports all functionality exposed by them (more than enough to build a full compiler)\n * Type safe (LLVMValueRef and LLVMTypeRef are different types, despite being pointers internally)\n * Nearly identical to LLVM C APIs, e.g. LLVMModuleCreateWithName in C, vs. LLVM.ModuleCreateWithName (notice the . in the C# API)\n\n### Building LLVMSharp\n\nOn Linux using .NET Core:\n\n```bash\n $ git clone http://github.com/dotnet/llvmsharp\n $ cd LLVMSharp\n $ dotnet build\n```\n\nOn Windows using .NET Core\n\n**Note:** - you need to run these commands from the Visual Studio Developer Command Prompt.\n\n```bash\n :\u003e git clone http://github.com/dotnet/LLVMSharp\n :\u003e cd LLVMSharp\n :\u003e dotnet build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnet%2Fllvmsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotnet%2Fllvmsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnet%2Fllvmsharp/lists"}