Skip to content

tothambrus11/ClangSwift

 
 

Repository files navigation

ClangSwift

ClangSwift is a Swifty wrapper for the libclang C API.

The project requires at least LLVM 21.

For setting up the project, install LLVM and make its binaries available on the PATH. Then run make-pkgconfig.swift, which will produce cclang.pc for pkgconfig. Copy this file to /usr/local/lib/pkgconfig (or the appropriate directory for your system), or add it to PKG_CONFIG_PATH. This will allow SwiftPM to find clang libraries and headers during the build.

Authors

License

ClangSwift is released under the MIT License, a copy of which is included in LICENSE.

About

A Swift wrapper for the libclang C API

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Swift 96.0%
  • Python 3.8%
  • C 0.2%