Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
OCaml - Latest posts
(Uncensored)
subscribe
Conditional dependencies in dune-project
https://discuss.ocaml.org/t/conditional-dependencies-in-dune-project/17229
links
backlinks
Hi, related question: i tried (conf-libgl (and (<> :os "macos") (<> :os "windows")) in this project but in the ocaml ci, when testing Windows, they still try to install the conf-libgl library, see here. what else could I try?