cryptosense / pkcs11

OCaml bindings for the PKCS#11 cryptographic API
BSD 2-Clause "Simplified" License
23 stars 6 forks source link

Drop compatibility with 4.02.3 #82

Closed emillon closed 6 years ago

emillon commented 6 years ago

The code generated by ppx_deriving unfortunately triggers a bug in the OCaml compiler, which makes the compilation really slow.

In case a 4.02.3 build is required, most changes should be related to the result type.

See https://caml.inria.fr/mantis/view.php?id=6646