mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: marisa: Mark up description.
* gnu/packages/datastructures.scm (marisa)[description]: Use @acronym.
This commit is contained in:
parent
9b26efdd2a
commit
c47485b27c
1 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,8 @@ (define-public marisa
|
|||
("libtool" ,libtool)))
|
||||
(home-page "https://github.com/s-yata/marisa-trie")
|
||||
(synopsis "Trie data structure C++ library")
|
||||
(description "Matching Algorithm with Recursively Implemented
|
||||
StorAge (MARISA) is a static and space-efficient trie data structure C++
|
||||
(description "@acronym{MARISA, Matching Algorithm with Recursively
|
||||
Implemented StorAge} is a static and space-efficient trie data structure C++
|
||||
library.")
|
||||
|
||||
;; Dual-licensed, according to docs/readme.en.html (source files lack
|
||||
|
|
Loading…
Reference in a new issue