Module Dune_lang.DeprecatedSource

Sourceval pp : Format.formatter -> Dune_lang__.T.t -> unit

Serialize a S-expression using indentation to improve readability

Sourceval pp_split_strings : Format.formatter -> Dune_lang__.T.t -> unit

Same as pp ~syntax:Dune, but split long strings. The formatter must have been prepared with prepare_formatter.

Sourceval prepare_formatter : Format.formatter -> unit

Prepare a formatter for pp_split_strings. Additionaly the formatter escape newlines when the tags "makefile-action" or "makefile-stuff" are active.