Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T06:07:33.000Z (over 6 years ago)
- Last Synced: 2024-09-11T00:59:23.852Z (about 2 months ago)
- Topics: aeson, clang, haskell
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/clang-compilation-database
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- 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)