Replies: 1 comment
-
Hmm... Good point. I believe that after the extra dependencies to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently,
picos
trusts a lot ondune
and use some mechanisms which are not probably available intoocaml/ocaml
which can make integrating it into the standard library more difficult. It will be really nice to keep the simplest layout possible (like a module or some modules which can be compiled and usable only viaocamlopt
) to make it easier to integrate into more restricted contexts (likeocaml/ocaml
or into some projects that they don't usedune
).Beta Was this translation helpful? Give feedback.
All reactions