https://github.com/lambdageek/clang-compilation-database
Haskell library for working with the Clang JSON Compilation Database Format
https://github.com/lambdageek/clang-compilation-database
aeson clang haskell
Last synced: over 1 year ago
JSON representation
Haskell library for working with the Clang JSON Compilation Database Format
- Host: GitHub
- URL: https://github.com/lambdageek/clang-compilation-database
- Owner: lambdageek
- License: mit
- Created: 2017-10-16T21:10:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T06:07:33.000Z (over 8 years ago)
- Last Synced: 2025-03-15T01:43:21.215Z (over 1 year ago)
- Topics: aeson, clang, haskell
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/clang-compilation-database
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://clang.llvm.org/docs/JSONCompilationDatabase.html) using
[Aeson](http://hackage.haskell.org/package/aeson)