Read project meta-data from DOAP files
### Description
Description Of A Project (DOAP) files contain metadata about software projects, including some that matches fields one can set in the project setting in Gitlab (name and description). It would be useful to have a single place to edit when updating this data and Gitlab could simply consume the DOAP file data if available.
### Links / references
More about DOAP files on [this Wikipedia page](https://en.wikipedia.org/wiki/DOAP) and the official [homepage](https://github.com/ewilderj/doap/wiki).
GNOME software projects use DOAP files for instance and the GNOME Builder IDE is a consumer.
issue