Archived
1
0
Fork 0

gnu: marisa: Mark up description.

* gnu/packages/datastructures.scm (marisa)[description]: Use @acronym.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-29 14:37:18 +02:00
parent 9b26efdd2a
commit c47485b27c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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