Description
JSON Compilation Database Format encoding and decoding.
Description
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.
README.md
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.