About

Metadata

  • Last updated , by JensPetersen
  • License GPL-2.0-only
  • Categories Network Development
  • Maintained by: Jens Petersen <petersen@redhat.com>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.10.4
  2. 8.8.4
  3. 8.6.5
  4. 8.4.4
  5. 8.2.2
  6. 8.0.2

Readme

Koji XML-RPC binding for Haskell

GitHub CI Hackage Stackage Lts Stackage Nightly GPL-2 license

Koji is a distributed RPM-based buildsystem.

This koji-hs project provides the Haskell koji package, a library with 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