Releases: hannesm/ocaml-otr
Releases · hannesm/ocaml-otr
0.3.10
CHANGES:
- remove rresult dependency
- use sexplib0 instead of sexplib for mirage-crypto 0.10.4+ compatibility
(the dependency stated sexplib0 since some time, but sexplib was inherited
via mirage-crypto-pk)
0.3.9
CHANGES:
- use Cstruct.length instead of deprecated Cstruct.len (requires cstruct 6.0.0)
v0.3.8
CHANGES:
- fix crypt function (0.3.7 used the counter wrong, the 0 should be the other half)
v0.3.7
CHANGES:
- use mirage-crypto instead of nocrypto
0.3.6
CHANGES:
- move build system to dune
0.3.4
0.3.4 (2017-11-23)
- prefix modules with "Otr_"
- drop OCaml < 4.03.0 support
0.3.3
0.3.3 (2016-07-17)
- improve interop (instance tags) #10
- don't pack anymore
- switch to topkg
result madness
support 4.03 by using result