gnu: Fix various case and whitespace issues in synopsis.
* gnu/packages/kodi.scm (fstrcmp)[synopsis]: Fix case. * gnu/packages/lisp-xyz.scm (sbcl-cl-form-types)[synopsis]: Fix case. * gnu/packages/machine-learning.scm (python-torchvision)[synopsis]: Remove leading whitespace. * gnu/packages/networking.scm (lcrq)[synopsis]: Fix case. (lcsync)[synopsis]: Likewise. * gnu/packages/ruby.scm (ruby-mustache)[synopsis]: Fix case.master
parent
8315b70fe4
commit
bebbf3558f
|
@ -259,7 +259,7 @@ generator library for C++.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ghostscript ; ps2pdf
|
(list ghostscript ; ps2pdf
|
||||||
groff libtool which))
|
groff libtool which))
|
||||||
(synopsis "fuzzy comparison of strings")
|
(synopsis "Fuzzy comparison of strings")
|
||||||
(description
|
(description
|
||||||
"The fstrcmp project provides a library that is used to make fuzzy
|
"The fstrcmp project provides a library that is used to make fuzzy
|
||||||
comparisons of strings and byte arrays, including multi-byte character strings.
|
comparisons of strings and byte arrays, including multi-byte character strings.
|
||||||
|
|
|
@ -13766,7 +13766,7 @@ and comparison operations when used heavily in numeric code.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-fiveam))
|
(list sbcl-fiveam))
|
||||||
(home-page "https://github.com/alex-gutev/cl-form-types")
|
(home-page "https://github.com/alex-gutev/cl-form-types")
|
||||||
(synopsis "determining the types of Common Lisp forms")
|
(synopsis "Determine the types of Common Lisp forms")
|
||||||
(description "This library provides functions for determining the value
|
(description "This library provides functions for determining the value
|
||||||
types of Common Lisp forms, based on type information contained in the
|
types of Common Lisp forms, based on type information contained in the
|
||||||
environment.
|
environment.
|
||||||
|
|
|
@ -3195,7 +3195,7 @@ Note: currently this package does not provide GPU support.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list which python-pytest))
|
(list which python-pytest))
|
||||||
(home-page "https://pytorch.org/vision/stable/index.html")
|
(home-page "https://pytorch.org/vision/stable/index.html")
|
||||||
(synopsis " Datasets, transforms and models specific to computer vision")
|
(synopsis "Datasets, transforms and models specific to computer vision")
|
||||||
(description
|
(description
|
||||||
"The torchvision package consists of popular datasets, model architectures,
|
"The torchvision package consists of popular datasets, model architectures,
|
||||||
and common image transformations for computer vision.")
|
and common image transformations for computer vision.")
|
||||||
|
|
|
@ -269,7 +269,7 @@ protocols.")
|
||||||
(assoc-ref %outputs "out"))))
|
(assoc-ref %outputs "out"))))
|
||||||
#:test-target "test"))
|
#:test-target "test"))
|
||||||
(home-page "https://librecast.net/lcrq.html")
|
(home-page "https://librecast.net/lcrq.html")
|
||||||
(synopsis "librecast RaptorQ library")
|
(synopsis "Librecast RaptorQ library")
|
||||||
(description
|
(description
|
||||||
"C library implementation of RaptorQ Forward Error Correction for
|
"C library implementation of RaptorQ Forward Error Correction for
|
||||||
Librecast. RFC6330 (IETF) describes the RaptorQ proposed standard, which LCRQ
|
Librecast. RFC6330 (IETF) describes the RaptorQ proposed standard, which LCRQ
|
||||||
|
@ -331,7 +331,7 @@ the RFC.")
|
||||||
(inputs (list librecast libsodium))
|
(inputs (list librecast libsodium))
|
||||||
(native-inputs (list simde))
|
(native-inputs (list simde))
|
||||||
(home-page "https://librecast.net/lcsync.html")
|
(home-page "https://librecast.net/lcsync.html")
|
||||||
(synopsis "librecast file and data syncing tool")
|
(synopsis "Librecast file and data syncing tool")
|
||||||
(description
|
(description
|
||||||
"lcsync is a tool to sync files over IPv6 multicast or the
|
"lcsync is a tool to sync files over IPv6 multicast or the
|
||||||
local filesystem. It splits the file into blocks, hashes them, and compares
|
local filesystem. It splits the file into blocks, hashes them, and compares
|
||||||
|
|
|
@ -11492,7 +11492,7 @@ serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS.")
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(invoke "patch" "-p1" "--batch" "-i"
|
(invoke "patch" "-p1" "--batch" "-i"
|
||||||
(assoc-ref inputs "test-patch")))))))
|
(assoc-ref inputs "test-patch")))))))
|
||||||
(synopsis "framework-agnostic way to render logic-free views")
|
(synopsis "Framework-agnostic way to render logic-free views")
|
||||||
(description
|
(description
|
||||||
"Mustache is a framework-agnostic way to render logic-free views.
|
"Mustache is a framework-agnostic way to render logic-free views.
|
||||||
Think of Mustache as a replacement for your views. Instead of views
|
Think of Mustache as a replacement for your views. Instead of views
|
||||||
|
|
Reference in New Issue