real world ocaml (-)
@saper the problem is not that I want to use windows for development, but rather that I might want to distribute an ocaml app for windows in the future
real world ocaml (-)
@lizardsquid What I see it is mostly packaging stuff and IDE that is not running on Windows. I would try to set up a cross-compiler so that you can build Windows native .EXEs on UNIX.
https://github.com/waneck/cross-ocaml might something in this direction.
I was using mingw32 to create native EXE binaries for one of my #Forth projects and it worked very well.
real world ocaml (-)
@lizardsquid oh I see that even package manager does not work. Probably you'd be better off to use a virtual machine or some other computer (like a BSD/Linux/whatever box via ssh or something)