| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 07:22:37 GMT
X-Served-By: cache-dfw-kdal2120050-DFW, cache-bom-vanm7210068-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768634557.767147,VS0,VE773
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
zuul: A zuul client library
[Skip to Readme]
zuul: A zuul client library
Zuul is a client library to interface with https://zuul-ci.org.
Use this library to query and decode zuul-web API.
Use the zuul-cli to compute informations.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- zuul-0.1.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1.0.0, 0.1.1.0 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | aeson (>=1.0.0.0 && <2.1), aeson-pretty (<0.9), base (>=4.11.0.0 && <5), containers (>=0.5.8.0 && <0.7), directory (>=1.3.0.0 && <1.4), filepath (>=1.4 && <1.5), http-client (>=0.5.0 && <0.8), http-client-tls (>=0.2.0 && <0.4), optparse-generic (<1.5.0), text (>=0.11.1.0 && <1.3), xdg-basedir (<0.3.0), zuul [details] |
| Tested with | ghc ==8.10.3 |
| License | Apache-2.0 |
| Copyright | 2021 Red Hat |
| Author | Tristan de Cacqueray |
| Maintainer | tdecacqu@redhat.com |
| Uploaded | by TristanCacqueray at 2022-03-31T21:42:05Z |
| Category | Development |
| Home page | https://github.com/softwarefactory-project/zuul-haskell#readme |
| Bug tracker | https://github.com/softwarefactory-project/zuul-haskell/issues |
| Source repo | head: git clone https://github.com/softwarefactory-project/zuul-haskell.git |
| Distributions | |
| Executables | zuul-cli |
| Downloads | 398 total (8 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2022-03-31 [all 1 reports] |
Readme for zuul-0.1.1.0
[back to package description]zuul
A client library for zuul.
Features
- JSON decoder for API endpoints.
- HTTP client helper functions.
- Command line utility to compute informations.
- live-changes: count the number of change running in a pipeline.
- nodepool-labels: get the label used in project pipelines.
- job-vars: get the job variables used in project pipelines.
Contribute
Run tests:
$ cabal build
$ cabal test
Run cli:
$ cabal run zuul-cli -- --help
Install cli:
$ cabal install --installdir=~/.local/bin
Build container:
$ podman build -t quay.io/software-factory/zuul-stats .