Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juhp/stackage-query
Tool to query Haskell Stackage packages
https://github.com/juhp/stackage-query
Last synced: 8 days ago
JSON representation
Tool to query Haskell Stackage packages
- Host: GitHub
- URL: https://github.com/juhp/stackage-query
- Owner: juhp
- License: mit
- Created: 2017-01-07T12:30:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-13T06:54:13.000Z (about 5 years ago)
- Last Synced: 2024-04-25T09:02:11.170Z (7 months ago)
- Language: Haskell
- Homepage:
- Size: 64.5 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/juhp/stackage-query.png)](https://travis-ci.org/juhp/stackage-query)
[![Hackage](http://img.shields.io/hackage/v/stackage-query.png)](http://hackage.haskell.org/package/stackage-query)
[![Stackage LTS](http://stackage.org/package/stackage-query/badge/lts)](http://stackage.org/lts/package/stackage-query)
[![Stackage Nightly](http://stackage.org/package/stackage-query/badge/nightly)](http://stackage.org/nightly/package/stackage-query)# Stackage-Query
Small tool that queries package metadata from Stackage snapshots
using the yaml files from stackage-nightly and lts-haskell.Example usage:
```
$ stackage package lts pandoc
2.5
$ stackage core lts-12$ stackage packages lts-13.20 | wc -l
2322
$ stackage consumers lts-12 --minimum 500
867 text
$ stackage users nightly pandoc
pandoc pandoc-citeproc pandoc-csv2table pandoc-pyplot
$ stackage latest nightly
nightly-2019-05-07
```