code-ghalib

Results 13 comments of code-ghalib

Update: the problem is only with `bytecode` build, updating `dune` rules to only build `native` mode works. e.g. ``` (test (name test) (libraries owl) (modes native)) ``` Not sure if...

Thank you @mseri , just left this open just for awareness - the native build was sufficient for my needs.