1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465moduleDelegates=structletnew_workflow="You should write scripts invoking dune-release instead. Note that if you \
require some values that used to be passed by dune-release to your \
delegate you can obtain them with the `dune-release delegate-info` \
command added in 1.4.0."letwarning="dune-release delegates are deprecated. They will be removed in version \
2.0.0. "letartefacts_warning="$(b,Warning:) publishing alternative artefacts is deprecated. It will be \
disabled in version 2.0.0.\n"letenv_var_warning="$(b,Warning:) this environment variable is deprecated. It will be removed \
in version 2.0.0."letwarning_usage:('a->'b,Format.formatter,unit,unit)format4="Warning: You are using delegates. The use of delegates is deprecated. It \
will be removed in version 2.0.0. %s"letwarning_usage_alt_artefacts:('a->'b,Format.formatter,unit,unit)format4="Warning: You are using alternative artefacts. The use of alternative \
artefacts is deprecated. It will be removed in version 2.0.0. %s"endmoduleOpam_1_x=structletclient_warning="The opam client 1.x is deprecated and its support will be dropped in \
dune-release 2.0.0, please switch to opam 2"letfile_format_warning="The opam file format 1.x is deprecated and its support will be dropped in \
dune-release 2.0.0, please switch to opam 2"letremove_me:_=Obj.magic()endmoduleConfig_user=structletoption_doc="This option is deprecated and will be removed in 2.0.0 as the user is \
redundant with the remote opam-repository fork from your configuration's \
$(b,remote) field or from the $(b,--remote-repo) option. Please use those \
instead."letoption_use="The --user option is deprecated and will be removed in 2.0.0 as the user \
is redundant with the remote opam-repository fork from your \
configuration's `remote` field or from the --remote-repo option. Please \
use those instead.\n\
Note that the user you provided will be ignored in favor of the above \
mentioned config field or command line option."letconfig_field_doc="This configuration field is deprecated and will be removed in 2.0.0 as it \
is redundant with the $(b,remote) field. Its value will be ignored."letconfig_field_use="The user configuration field is deprecated and will be removed in 2.0.0 \
as it is redundant with the remote field. Setting it to the wrong value \
can lead to bugs. Please use the remote field only."end