diff options
-rw-r--r-- | app-emacs/company-coq/metadata.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app-emacs/company-coq/metadata.xml b/app-emacs/company-coq/metadata.xml index 824f0351513e..e08a1ec41ec3 100644 --- a/app-emacs/company-coq/metadata.xml +++ b/app-emacs/company-coq/metadata.xml @@ -10,6 +10,14 @@ <email>gnu-emacs@gentoo.org</email> <name>Gentoo GNU Emacs project</name> </maintainer> + <longdescription> + Company-Coq is a new Emacs package that extends Proof General with a + contextual auto-completion engine for Coq proofs and many additional + facilities to make writing proofs easier and more efficient. Beyond fuzzy + auto-completion of tactics, options, module names, and local definitions, + company-coq offers offline in-editor documentation, convenient snippets, + and multiple other Coq-specific IDE features. + </longdescription> <upstream> <bugs-to>https://github.com/cpitclaudel/company-coq/issues/</bugs-to> <remote-id type="github">cpitclaudel/company-coq</remote-id> |