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.

貢獻者指南