You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(ppx_runtime_libraries (<library-names>)) is for when the library is a ppx rewriter or a [@@deriving ...] plugin and has runtime dependencies. You need to specify these runtime dependencies here
This would allow to get rid of (libraries jsoo-react.lib) (can update readme instructions as well)
The text was updated successfully, but these errors were encountered:
There is a dune stanza
ppx_runtime_libraries
to include the runtime lib automatically.Per dune docs:
This would allow to get rid of
(libraries jsoo-react.lib)
(can update readme instructions as well)The text was updated successfully, but these errors were encountered: