Pure OCaml xxhash implementation

tidy

-5
-2
ocaml-cbort/lib/cbort.ml
··· 432 432 in 433 433 loop [] pairs 434 434 435 - (* GADT representation for type-safe encoding without Obj.magic *) 436 435 type (_, _) mem = 437 436 | Return : 'a -> ('o, 'a) mem 438 437 | Mem : { ··· 591 590 in 592 591 loop [] pairs 593 592 594 - (* GADT representation for type-safe encoding without Obj.magic *) 595 593 type (_, _) mem = 596 594 | Return : 'a -> ('o, 'a) mem 597 595 | Mem : {
-3
root.opam
··· 16 16 "capnp-rpc-unix" 17 17 "cmarkit" 18 18 "cmdliner" 19 - "conf-pam" 20 19 "crowbar" 21 20 "cstruct" 22 21 "decompress" ··· 27 26 "eio" 28 27 "eio_main" 29 28 "eqaf" 30 - "faraday" 31 29 "fmt" 32 30 "fpath" 33 31 "geojson" ··· 41 39 "logs" 42 40 "magic-mime" 43 41 "mdx" 44 - "menhir" 45 42 "mirage-crypto" 46 43 "mirage-crypto-ec" 47 44 "mirage-crypto-pk"