package ke

  1. Overview
  2. Docs
Queue implementation

Install

Dune Dependency

Authors

Maintainers

Sources

ke-0.6.tbz
sha256=61217207e2200b04b17759736610ff9208269a647f854cb5ae72cdac0d672305
sha512=be277780a7a6c9109068b6c8d54fa88c35180802ff86951516a32a6b7c0335fd6584753d1c670e02632b3956c09ae31bfec70e3dd5ea94697e9e032ba3b9248b

CHANGES.md.html

v0.6 2022-04-07 Paris (France)

  • Require OCaml 4.08 and remove bigarray-compat dependency (@hannesm, #17)

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