zuul: A zuul client library

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 0.1.0.0, 0.1.0.0, 0.1.1.0
Change log CHANGELOG.md
Dependencies aeson (>=1.0.0.0 && <1.6), 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]
License Apache-2.0
Copyright 2021 Red Hat
Author Tristan de Cacqueray
Maintainer tdecacqu@redhat.com
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
Uploaded by TristanCacqueray at 2021-02-18T18:57:01Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for zuul-0.1.0.0

[back to package description]

zuul

Hackage

A client library for zuul.

Features

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 .