Ali Caglayan
Ali Caglayan
However pkg still requires some deliberate configuration, such as opam repos.
This should be relatively straightforward to do, I would suggest any potential PR to give an example of goals in the library where reading becomes easier. Examples would probably come...
I would like to do a pass of the documentation at some point and try to point out any missing docs or places for improvement.
The problem here is that `opam install dune` is being done with the admin terminal. I would wager that if that was not done, this would work correctly. There are...
Maybe @kit-ty-kate can confirm.
@sroerick Could you test out https://github.com/ocaml/dune/pull/12917
@sroerick I recently tweaked that file so that it would compile on FreeBSD. It seems the same will have to be done for `OpenBSD` also. Could you try adding ```...
Does replacing `(optional)` with `(enabled_if %{lib-available:eio_main})` work?
Sorry about that. I should have double-checked before replying. Here is a work-around for the time being. ``` (alias (name default) (deps (alias_rec lib/all))) ``` That should go in a...
And yet another issue: 3. `%{lib-available:...}` can be expanded in the `library` stanza but not the `executable` stanza.