Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zenhack/haskell-makedeps

Haskell library for parsing enough Makefile syntax for gcc's -M
https://github.com/zenhack/haskell-makedeps

Last synced: 16 days ago
JSON representation

Haskell library for parsing enough Makefile syntax for gcc's -M

Awesome Lists containing this project

README

        

Many tools exist for scanning source files for dependencies, and
outputting them as input appropriate for make. Some examples: ocamldep,
and gcc's -M option.

This is a haskell library for parsing the subset of Makefile syntax
necessary to support this output. It provides a parsec parser for the
file format.

License: Apache 2.0