koji

Koji buildsystem XML-RPC API bindings

https://github.com/juhp/koji-hs

Version on this page:0.0.1
LTS Haskell 22.19:0.0.2
Stackage Nightly 2024-05-02:0.0.2
Latest on Hackage:0.0.2

See all snapshots koji appears in

GPL-2.0-only licensed and maintained by Jens Petersen
This version can be pinned in stack with:koji-0.0.1@sha256:fee94ae59ef28e5126443b4201f2b9784555b75a0116246682da5b4e53e90beb,1896

Module documentation for 0.0.1

Depends on 3 packages(full list with versions):
Used by 1 package in nightly-2021-05-01(full list with versions):

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

Changes

Changelog for koji-hs

koji uses PVP Versioning.

0.0.1

  • First Hackage release with higher level Distribution.Koji and low level Distribution.Koji.API modules. Only query procedures.