andreas / ocaml-graphql-server

GraphQL servers in OCaml
MIT License
624 stars 60 forks source link

No implementations of Digestif on MacOS #142

Closed sporto closed 5 years ago

sporto commented 5 years ago

Hi While trying to run the example on Mac OS I'm getting

Error: No implementations provided for the following modules: Digestif
 referenced from  ... graphql_cohttp-opam__c__0.10.0-f69e42b3/lib/graphql-cohttp/graphql_cohttp.cmxa(Websocket)

Any idea on how to fix this dependency on MacOS? Thanks

andreas commented 5 years ago

Thanks for reporting this! I've just pushed a fix (for the curious: digestif requires you to pick between the C and the OCaml implementation). Please try again and let me know if there are any issues.

sporto commented 5 years ago

Thanks, this works