Tomáš Čech <sleep_wal...@gnu.org> skribis: > * gnu/packages/dictionaries.scm (sdcv): New variable.
You pushed it already but I have some comments anyway: > +(define-public sdcv > + (package > + (name "sdcv") > + (version "0.5.0-beta4") The policy is to provide only stable versions, unless there’s a very good reason to do otherwise. Could we use the previous version until 0.5.0 is out? > + (synopsis "Command line variant of StarDict") Could you change it to be self-contained–i.e., without referring to StarDict (which I don’t know, and perhaps is not very well known.) > + (description > + "Sdcv is command line dictionary utility, which supports StarDict > dictinary > +format.") Typo: “dictionary”. Please expound, explaining what it does concretely. Perhaps get inspiration from the README or web page. TIA, Ludo’.