# `libclang-bindings`
`libclang-bindings` is a [Haskell][] library that provides bindings for the
[LLVM/Clang][] `libclang` C API. It supports the [`hs-bindgen`][] project but
can be used independently.
`libclang-bindings` requires an LLVM/Clang installation and some build
configuration; see the [manual][] before use.
[Haskell]: <https://www.haskell.org/>
[`hs-bindgen`]: <https://github.com/well-typed/hs-bindgen>
[LLVM/Clang]: <https://github.com/llvm/llvm-project>
[manual]: <https://github.com/well-typed/libclang-bindings/blob/main/manual/README.md>