koji-0.0.1: README.md
# Koji XML-RPC binding for Haskell
[](https://github.com/juhp/koji-hs/actions)
[](https://hackage.haskell.org/package/koji)
[](http://stackage.org/lts/package/koji)
[](http://stackage.org/nightly/package/koji)
[](LICENSE)
[Koji](https://pagure.io/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
- [fbrnch](https://github.com/juhp/fbrnch/)
- [koji-progress](https://github.com/juhp/koji-progress)
- [pkgtreediff](https://github.com/juhp/pkgtreediff/)