Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juhp/koji-hs
Haskell binding to the Koji XMLRPC API
https://github.com/juhp/koji-hs
Last synced: 8 days ago
JSON representation
Haskell binding to the Koji XMLRPC API
- Host: GitHub
- URL: https://github.com/juhp/koji-hs
- Owner: juhp
- License: gpl-2.0
- Created: 2020-01-06T03:13:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-07T11:11:08.000Z (over 3 years ago)
- Last Synced: 2024-04-26T09:41:10.611Z (7 months ago)
- Language: Haskell
- Size: 118 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Koji XML-RPC binding for Haskell
[![GitHub CI](https://github.com/juhp/koji-hs/workflows/build/badge.svg)](https://github.com/juhp/koji-hs/actions)
[![Hackage](https://img.shields.io/hackage/v/koji.svg?logo=haskell)](https://hackage.haskell.org/package/koji)
[![Stackage Lts](http://stackage.org/package/koji/badge/lts)](http://stackage.org/lts/package/koji)
[![Stackage Nightly](http://stackage.org/package/koji/badge/nightly)](http://stackage.org/nightly/package/koji)
[![GPL-2 license](https://img.shields.io/badge/license-GPL--2-blue.svg)](LICENSE)[Koji](https://pagure.io/koji/) is a distributed RPM-based buildsystem,
controlled by a Koji Hub server.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
- [fbrnch](https://github.com/juhp/fbrnch/)
- [koji-progress](https://github.com/juhp/koji-progress)
- [pkgtreediff](https://github.com/juhp/pkgtreediff/)