ocaml/dune

Named targets

Open

#3,309 opened on Mar 31, 2020

 (4 comments) (0 reactions) (0 assignees)OCaml (478 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (1,882 stars)
PR merge metrics
 (Avg merge 1d 20h) (345 merged PRs in 30d)

Description

It seems that we have an ability to have named dependecies like (deps (:first-dep foo.cppo.ml) <other files that foo.ml includes>). Could we also have named targets? Or at least a variable that expands to first target (like in Makefile)?

Contributor guide