LibClang: Haskell bindings for libclang (a C++ parsing library)
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- From version 1.23 cabal supports specifiying explicit dependencies for Custom setup scripts. Consider using cabal-version >= 1.23 and adding a 'custom-setup' section with a 'setup-depends' field that specifies the dependencies of the Setup.hs script itself. The 'setup-depends' field uses the same syntax as 'build-depends', so a simple example would be 'setup-depends: base, Cabal'.
- Exposed modules use unallocated top-level names: Clang
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 version is set to build against llvm 3.8.0
Please use https://github.com/chetant/LibClang/issues to report bugs
Properties
Versions | 0.0.2, 0.0.6, 0.0.7, 0.0.8, 0.0.9, 0.1.0, 3.4.0, 3.8.0, 3.8.0 |
---|---|
Change log | None available |
Dependencies | base (>=4.6 && <5), bytestring (>=0.10 && <0.11), filepath (>=1.3 && <1.5), hashable (>=1.2 && <1.3), mtl (>=2.1 && <2.3), resourcet (>=1.1 && <1.2), text (>=1.1 && <1.3), time (>=1.4 && <1.7), transformers (>=0.3 && <0.6), transformers-base (>=0.4), vector (>=0.10 && <0.12) [details] |
License | BSD-3-Clause |
Author | Chetan Taralekar <chetant@gmail.com> |
Maintainer | Chetan Taralekar <chetant@gmail.com>, Seth Fowler <mark.seth.fowler@gmail.com> |
Category | Language |
Home page | https://github.com/chetant/LibClang |
Source repo | head: git clone git://github.com/chetant/LibClang.git |
Uploaded | by ChetanTaralekar at 2017-01-15T20:57:35Z |
Modules
- Clang
- Clang.Comment
- Clang.Completion
- Clang.Cursor
- Clang.Debug
- Clang.Diagnostic
- Clang.File
- Clang.Index
- Clang.Location
- Clang.Module
- Clang.Range
- Clang.Remapping
- Clang.String
- Clang.Token
- Clang.TranslationUnit
- Clang.Type
- Clang.USR
- Clang.UnsavedFile
- Clang.Version
Downloads
- LibClang-3.8.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees