koji: Koji buildsystem XML-RPC API bindings

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]

This library provides Haskell bindings to the Koji XML RPC API. Koji is a distributed rpm buildsystem used by Fedora, Centos, Red Hat, and other projects. See https://pagure.io/koji/.


[Skip to Readme]

Properties

Versions 0.0.1, 0.0.1, 0.0.2
Change log ChangeLog.md
Dependencies base (>=4 && <5), haxr (>=3000.11.4), mtl [details]
License GPL-2.0-only
Copyright 2020-2021 Jens Petersen
Author Jens Petersen <petersen@redhat.com>
Maintainer Jens Petersen <petersen@redhat.com>
Category Network
Home page https://github.com/juhp/koji-hs
Bug tracker https://github.com/juhp/koji-hs/issues
Source repo head: git clone https://github.com/juhp/koji-hs.git
Uploaded by JensPetersen at 2021-04-15T07:42:17Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for koji-0.0.1

[back to package description]

Koji XML-RPC binding for Haskell

GitHub CI Hackage Stackage Lts Stackage Nightly GPL-2 license

Koji is a distributed RPM-based buildsystem.

This library provides Haskell bindings to the Koji XML-RPC API.

It is a WIP: currently only querying koji is working, ie login authentication or building etc is supported yet.

Building

Build with stack or cabal new-build.

Usage

Due to haxr using HsOpenSSL, programs using this library need to be linked with ghc-options: -threaded, otherwise the ghc RTS will complain with a runtime error.

See the Haddock documentation for more details.

Projects using koji-hs