Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zenhack/haskell-makedeps
- Owner: zenhack
- License: apache-2.0
- Created: 2016-02-03T13:15:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-03T13:15:40.000Z (almost 9 years ago)
- Last Synced: 2024-10-22T07:02:48.922Z (2 months ago)
- Language: Haskell
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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