Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wayofthepie/pom-analyzer

Haskell library for analyzing maven projects
https://github.com/wayofthepie/pom-analyzer

Last synced: 9 days ago
JSON representation

Haskell library for analyzing maven projects

Awesome Lists containing this project

README

        

A library for the analysis of maven projects.

To parse a pom:

```haskell
findPomsIn "example" >>= sequence . parsePoms
```

...