Melange requires dune libraries to have (modes melange). However ptime and base64 does not support melange. Until melange support is added upstream, a solution would be to case on melange compilation and provide alternative (or dummy) implementations for the libraries when compiling for melange.
Melange requires dune libraries to have
(modes melange). Howeverptimeandbase64does not support melange. Until melange support is added upstream, a solution would be to case on melange compilation and provide alternative (or dummy) implementations for the libraries when compiling for melange.