clang-compilation-database: JSON Compilation Database Format encoding and decoding

[ language, library, mit ] [ Propose Tags ]

See README.md

This library provides a data type to represent a JSON Compilation Database Format file

It may be useful for static analysis tools that need to know the exact commands executed by a build system such as make.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1
Change log ChangeLog.md
Dependencies aeson (>=1.2.0.0), base (>=4.8 && <4.12), bytestring (>=0.10.6), text (>=1.2.0.2) [details]
License MIT
Author Aleksey Kliger
Maintainer akliger at gmail dot com
Category Language
Home page https://github.com/lambdageek/clang-compilation-database
Bug tracker https://github.com/lambdageek/clang-compilation-database/issues
Source repo head: git clone git://github.com/lambdageek/clang-compilation-database.git
Uploaded by AlekseyKliger at 2018-03-09T06:29:42Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1468 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-03-09 [all 1 reports]

Readme for clang-compilation-database-0.1.0.1

[back to package description]

Haskell library for working with Clang Compilation Database Format files

This library implements a Haskell encoder and decoder for Clang's JSON Compilation Database Format Specification using Aeson