unleash-client-haskell-core: Unleash feature toggle client core

[ library, mit, web ] [ Propose Tags ]

This is a library for evaluating Unleash feature toggles. The Unleash module provides functions and types for checking feature toggles and variants.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.8.9, 0.9.0, 0.10.0
Change log CHANGELOG.md
Dependencies aeson (>=2.0.3 && <2.2), base (>=4.7 && <5), containers (>=0.6.4 && <0.7), murmur3 (>=1.0.5 && <1.1), random (>=1.2.1 && <1.3), text (>=1.2.5 && <2.1), text-show (>=3.9.7 && <3.11), time (>=1.9.3 && <1.13), versions (>=5.0.4 && <6.1) [details]
License MIT
Copyright Copyright © FINN.no AS, Inc. All rights reserved.
Author FINN.no
Maintainer See README.md
Category Web
Home page https://github.com/finn-no/unleash-client-haskell-core
Uploaded by evenbrenden at 2023-10-16T06:45:02Z
Distributions NixOS:0.10.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 47 total (10 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 unleash-client-haskell-core-0.10.0

[back to package description]

unleash-client-haskell-core

This is a library for evaluating Unleash feature toggles. It currently meets all client specifications per v4.2.2.

The Unleash module provides functions and types for checking feature toggles and variants.

Does not include an HTTP client. See unleash-client-haskell for a ready-to-use Haskell Unleash client SDK.

Available on Hackage.

Build

nix-build

Run tests

# Fetch Unleash specification
git submodule init
git submodule update

nix-shell
cabal test

Maintainers

Dependencies

  • aeson (BSD-3-Clause)
  • aeson-pretty (BSD-3-Clause)
  • attoparsec (BSD-3-Clause)
  • bytestring (BSD-3-Clause)
  • containers (BSD-3-Clause)
  • hspec (MIT)
  • murmur3 (MIT)
  • random (BSD-3-Clause)
  • text (BSD-2-Clause)
  • text-show (BSD-3-Clause)
  • time (BSD-2-Clause)
  • versions (BSD-3-Clause)