package ke

  1. Overview
  2. Docs
Queue implementation

Install

Dune Dependency

Authors

Maintainers

Sources

ke-0.5.tbz
sha256=504386757350feb9eb5f5000f9d5dd3ca1b41a91e1b91ec6c63972b09bb88229
sha512=fce23bbda005119020c4c6d38f2d95bc677e012026a1c65cc5fbaec6ded62b87ae6db756fa7822933e33e0cbb3b583a9cdc16771f1f590a3dec79933de7e5359

CHANGES.md.html

v0.5 2022-03-18 Paris (France)

  • Remove {build} directive into the OPAM file (@CraigFe, #10)

  • Add unsafe_bigarray into Rke.Weighted (@anmonteiro, #11)

  • Lint OPAM file (@kit-ty-kate, #12)

  • Fix the distribution and the CI (@dinosaure, #13)

  • Update the distribution with cmdliner.1.1.0 (@dinosaure, #15)

v0.4 2019-07-24 Мостар (Боснa и Херцеговина)

  • Call dune subst only when we pin ke

  • Update documentation (@dinosaure, @Drup)

    • Typography

    • Documentation about Fke.tail{,_exn}

    • Documentation about Fke.rev_iter

  • Add Fke.tail{,_exn} (@dinosaure, #8)

  • Add Fke.rev_iter (@dinosaure, #9)

  • Compatible with mirage, dependance with bigarray-compat (@dinosaure, @TheLortex, #8)

  • Update OPAM file (@dinosaure)

v0.3 2019-04-10 Paris (France)

  • Add Rke.{,Weighted}.compress function (fuzzed)

  • Update bechamel benchmark

  • Add Rke{,.Weighted}.N.peek function

  • Fix bug on Rke.Weighted.N.keep function

  • Add some tests

v0.2 2019-01-14 Paris (France)

  • Add pretty-printer

  • Randomize pop action on the fuzzer

  • Add tests on Rke and Rke.Weighted (with alcotest)

  • Fix bug retrieved by ocaml-git (see 453633b)

  • Add rev_iter function

  • Fix bug on Rke.N.keep_exn (see 3951501)

  • Add Travis CI support

v0.1 2018-12-20 Paris (France)

  • First release