mte/unikernel/duniverse/dune_/doc/reference/dune-project/authors.rst

20 lines
360 B
ReStructuredText
Raw Normal View History

2025-11-11 02:07:51 +01:00
authors
-------
.. describe:: (authors <strings>)
.. versionadded:: 1.9
Specify authors.
Valid for all packages defined in the current Dune project. May be overriden
by the per-package field (see :doc:`package`).
Example:
.. code:: dune
(authors
"Jane Doe <jane.doe@example.com>"
"John Doe <john.doe@example.com>")