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

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.

[maintain] [Publish]

Warnings:

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]

Properties

Versions 0.1.0.0, 0.1.0.0, 0.1.0.1
Change log ChangeLog.md
Dependencies aeson (>=1.2.0.0), base (>=4.8 && <4.11), 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 2017-10-16T21:43:25Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for clang-compilation-database-0.1.0.0

[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