We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2936abe commit 5a148dfCopy full SHA for 5a148df
ocaml/_rules/options_ocaml.bzl
@@ -1,6 +1,6 @@
1
options_ocaml = dict(
2
opts = attr.string_list(
3
- doc = "List of OCaml options. Will override global default options."
+ doc = "List of OCaml options. Will override configurable default options."
4
),
5
## GLOBAL CONFIGURABLE DEFAULTS (all rules)
6
_debug = attr.label(default = "@ocaml//debug"),
0 commit comments