<mi6x3m>
hey, does anyone know how to tell dune to install stubs to /usr/libs/ocaml/stublibs instead of /usr/libs/stublibs ?
mi6x3m has quit [Client Quit]
dnh has joined #ocaml
dnh has quit [Ping timeout: 246 seconds]
mohammadi9812m has quit [Ping timeout: 252 seconds]
mange has joined #ocaml
jabuxas has joined #ocaml
jabuxas has quit [Ping timeout: 260 seconds]
Tuplanolla has joined #ocaml
wingsorc has quit [Ping timeout: 268 seconds]
szkl has quit [Quit: Connection closed for inactivity]
dnh has joined #ocaml
olle has joined #ocaml
mange has quit [Quit: Zzz...]
omegatron has joined #ocaml
mmohammadi9812 has joined #ocaml
rgrinberg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mmohammadi9812 has quit [Ping timeout: 260 seconds]
alexherbo2 has joined #ocaml
neiluj has joined #ocaml
waleee has joined #ocaml
waleee has quit [Quit: oops]
waleee has joined #ocaml
alexherbo2 has quit [Remote host closed the connection]
mima has quit [Ping timeout: 272 seconds]
_whitelogger has joined #ocaml
jabuxas has joined #ocaml
average has quit [Quit: Connection closed for inactivity]
mima has joined #ocaml
waleee has quit [Quit: WeeChat 4.1.2]
alexherbo2 has joined #ocaml
<discocaml>
<regularspatula> Is obazl the way to go for mixed language builds ?
<companion_cube>
I'd hope that buck2 had rules for OCaml, but well
<companion_cube>
mixed with what? C?
<discocaml>
<regularspatula> Some C, but also JavaScript…I guess “builds” may not be right term. But it’s got to manage a bunch of JavaScript build tools. Currently using dune but it can get a bit awkward
<companion_cube>
idk, if you have a significant amount of OCaml I suppose dune might still be the least awkward
<discocaml>
<regularspatula> Yeah it’s mostly ocaml project. In fact dune is fine, but I see discussion of obazl on Discuss forum and wonder
<discocaml>
<bluddy5> If you can make it work with dune, that's the well-trodden path
<discocaml>
<bluddy5> Other tools are for the adventurous
<discocaml>
<regularspatula> Makes sense
<companion_cube>
the obazl discussion is one or two people talking about it a lot, afaict
<companion_cube>
nobody else cares :D
<discocaml>
<regularspatula> Ah I see. I was thinking maybe more were using it in closed code or something, I guess it’s hard to say
<companion_cube>
I don't know if many people have actually truly mixed codebases with a unified build tool and lots of OCaml
<companion_cube>
if you have OCaml and other things but they're in separate services/projects dune works perfectly fine
<discocaml>
<regularspatula> Yeah I think I may try and separate them out a bit more and see how it is. I have gotten dune to build mixed ocaml js projects okay though
<discocaml>
<regularspatula> Mainly just curious after reading the obazl stuff today again. And the previous posts too