Fabrice Le Fessant
Fabrice Le Fessant
This PR proposes a version 4.2.3 including: * fix default directory to /var/run/postgresql since sandboxing of opam makes it default to /tmp * merge of PR #107 (relax ppxlib versions)...
The long term goal is to distribute only when binary for "drom" and "opam", so that users will be able to build a project just by calling "drom build".
If a user calls `drom project` with an older version of `drom`, an old skeleton might be used, and some updates done by a previous user may be lost. To...
Is it possible for `dune` to lookup files with a different name than `dune`, such as `.dune` ?
There should be a simpler skeleton than 'virtual', containing a minimal set of features.
Users may want to also disable CI on macos or linux. So, replace `windows-ci` by: ``` ci-systems = [ "ubuntu-latest", "macos-latest", "windows-latest" ] ``` by default. Users may choose to...