ocaml/dune

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

开放

#11,419 创建于 2025年1月30日

 (12 条评论) (0 个反应) (0 位负责人)OCaml (478 个派生)github user discovery
buildgood first issuehelp wanted

仓库指标

星标
 (1,882 个星标)
PR 合并指标
 (平均合并 1天 20小时) (30 天内合并 345 个 PR)

描述

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.

贡献者指南