drom icon indicating copy to clipboard operation
drom copied to clipboard

drom is a wrapper over opam/dune in an attempt to provide a cargo-like user experience. It can be used to create full OCaml projects with sphinx and odoc documentation. It has specific knowledge of Gi...

Results 56 drom issues
Sort by recently updated
recently updated
newest added

Hi! First off, thanks a lot for your work on Drom, it's really nice to see some initiative to simplify users' workflow and project generation. I'm especially excited by the...

I have a question about the desired scope of drom. It is not the common case, but sometimes a project has a nontrivial setup step before opam and dune can...

Is it possible to change the dune version in order to use cram tests ?

When no package name is specified, the 'drom package' command should try to infer the current package based on the current working directory (by checking if there is a package.toml...

At the moment, "skip" is only supported in drom.toml. It would be useful to also have it in package.toml (possibly with paths relative to the directory containing the .toml file).

The "skip" field is currently of type string, but it should be an array of strings.

Is there any way to write a skeleton for a project which does not automatically generate a package inside `src` with the name of the project? Thanks!

Github makes sense as a default choice. A small minority (

enhancement

```opam install .``` ``` [drom.0.2.2] synchronised (no changes) [drom_lib.0.2.2] synchronised (no changes) The following actions will be performed: ↻ recompile drom_lib 0.2.2* ↻ recompile drom 0.2.2* ===== ↻ 2 =====...