authors

(authors <strings>)

Added in version 1.9.

Specify authors.

Valid for all packages defined in the current Dune project. May be overriden by the per-package field (see package).

Example:

(authors
 "Jane Doe <jane.doe@example.com>"
 "John Doe <john.doe@example.com>")