ocaml/dune

Controlling flags for ocamldep (e.g. for specifying keywords)

Aberta

#11.419 aberto em 30 de jan. de 2025

 (12 comentários) (0 reação) (0 responsável)OCaml (478 forks)github user discovery
buildgood first issuehelp wanted

Métricas do repositório

Stars
 (1.882 estrelas)
Métricas de merge de PR
 (Mesclagem média 1d 20h) (345 fundiu PRs em 30d)

Description

There will likely be a need to allow specification of flags to ocamldep, depending on the resolution of ocaml/ocaml#13764. Currently, as per the docs, flags can only be specified for ocamlc and ocamlopt.

Alternatively, there could be a special keywords construct that is applied to all tools that use the ocaml lexer/parser version 5.3.0 or later. However, this might collide with keywords being specified in flags.

Guia do colaborador