For the complete documentation index, see llms.txt. This page is also available as Markdown.

maintainer

Represents a maintainer of a software library.

Examples

type Maintainer {
  name: String
  email: String
}

Fields

Field
Description
Supported fields

name String

Name of the maintainer

email String

Email address of the maintainer

References

Fields with this object:

Last updated