@hackage LibClang3.4.0

Haskell bindings for libclang (a C++ parsing library)

LibClang package provides bindings to libclang.

This should be enough for parsing C/C++ code, walking the AST and querying nodes and completion queries.

  • NOTE: this library comes with llvm and clang included, so build times will be higher than most packages

Please use https://github.com/chetant/LibClang/issues to report bugs

  • Installation

    Custom

  • Dependencies (0)

  • Dependents (1)

    @hackage/acme-everything
  • Package Flags

      preferlibcpp
       (off by default)

      Prefer building with libc++

      preferlibstdcpp
       (off by default)

      Prefer building with libstdc++ (takes precedence over PreferLibCPP)