ocaml/dune

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

Ouverte

#11 419 ouverte le 30 janv. 2025

 (12 commentaires) (0 réaction) (0 personne assignée)OCaml (478 forks)github user discovery
buildgood first issuehelp wanted

Métriques du dépôt

Stars
 (1 882 étoiles)
Métriques de merge PR
 (Merge moyen 1j 20h) (345 PRs mergées en 30 j)

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.

Guide contributeur