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 @@ and heaps.")
|
||||||
("libtool" ,libtool)))
|
("libtool" ,libtool)))
|
||||||
(home-page "https://github.com/s-yata/marisa-trie")
|
(home-page "https://github.com/s-yata/marisa-trie")
|
||||||
(synopsis "Trie data structure C++ library")
|
(synopsis "Trie data structure C++ library")
|
||||||
(description "Matching Algorithm with Recursively Implemented
|
(description "@acronym{MARISA, Matching Algorithm with Recursively
|
||||||
StorAge (MARISA) is a static and space-efficient trie data structure C++
|
Implemented StorAge} is a static and space-efficient trie data structure C++
|
||||||
library.")
|
library.")
|
||||||
|
|
||||||
;; Dual-licensed, according to docs/readme.en.html (source files lack
|
;; Dual-licensed, according to docs/readme.en.html (source files lack
|
||||||
|
|
Reference in a new issue