Marek Kubica

Results 158 comments of Marek Kubica

@ygrek Dune does not depend on Extlib, I just checked its source code and asked the maintainers. If you want I could replace the all the Makefiles to not have...

Thanks @kit-ty-kate for extracting the minimal version again, I've rebased on master so this PR is about simplifying the leftovers. @ygrek OPAM vendors Extlib so I talked to them. They...

Okay, that took a bit. `test_std.ml` is somewhat tricky because newer versions of OCaml added quite some functions, so I exposed these functions in those versions as well as manually...

ctypes 0.2 is released (OPAM actually already ships 0.3)

I can confirm the demise of Stylefruits not having anything to do with its usage of Lisp on the JVM. @jgertm You probably also want to remove `resources/public/img/stylefruits-logo.png`.

Oh, I see. I'll add support for `mysql_config` as well. Probably tomorrow.

My MariaDB connector from `brew` does not come with a `mysql_config` and using the one provided by the MySQL connector does not work since there is no `mysql/mysql.h` but I...

Yep, indeed, useful for automation.

Well, you could try merging. I don't even think it is that difficult.

Dune supports reformatting out of the box with `dune build @fmt` there is not much that needs to be done to set it up. I myself have become a big...