cloudi: Haskell CloudI API

[ foreign, library, mit ] [ Propose Tags ]

Haskell CloudI API (see https://cloudi.org for more details)


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
dev

Turn on development settings.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.8.0, 2.0.0, 2.0.1, 2.0.2, 2.0.4, 2.0.5, 2.0.6, 2.0.7
Change log changelog.md
Dependencies array, base (>=4.8.2.0 && <5.0), binary (>=0.8.4.0), bytestring (>=0.10.4), containers, network (>=3.0.0.0), time, unix, zlib [details]
License MIT
Copyright 2017-2021 Michael Truog
Author Michael Truog
Maintainer mjtruog at protonmail dot com
Category Foreign
Home page https://github.com/CloudI/cloudi_api_haskell
Source repo head: git clone https://github.com/CloudI/cloudi_api_haskell.git
Uploaded by okeuday at 2021-05-27T22:17:59Z
Distributions NixOS:2.0.7
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4885 total (33 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for cloudi-2.0.2

[back to package description]

cloudi_api_haskell

Hackage version

Haskell CloudI API

Build

With cabal-install < 2.4

cabal sandbox init
cabal update
cabal install --only-dependencies
cabal configure
cabal build

With cabal-install >= 2.4

cabal v1-sandbox init
cabal v1-update
cabal v1-install --only-dependencies
cabal v1-configure
cabal v1-build

Author

Michael Truog (mjtruog at protonmail dot com)

License

MIT License