-- Initial aeson-compilation-database.cabal generated by cabal init. For
-- further documentation, see http://haskell.org/cabal/users-guide/
name: clang-compilation-database
version: 0.1.0.0
synopsis: JSON Compilation Database Format encoding and decoding
description: See README.md
.
This library provides a data type to represent a
<http://clang.llvm.org/docs/JSONCompilationDatabase.html 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.
homepage: https://github.com/lambdageek/clang-compilation-database
bug-reports: https://github.com/lambdageek/clang-compilation-database/issues
license: MIT
license-file: LICENSE
author: Aleksey Kliger
maintainer: akliger at gmail dot com
category: Language
build-type: Simple
extra-source-files: ChangeLog.md README.md
cabal-version: >=1.10
tested-with: GHC == 7.10.*, GHC == 8.0.*, GHC == 8.2.*
library
exposed-modules: Clang.CompilationDatabase
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <4.11,
bytestring >=0.10.6,
aeson >=1.2.0.0,
text >=1.2.0.2
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
source-repository head
type: git
location: git://github.com/lambdageek/clang-compilation-database.git