*/*: add lang="en" to <longdescription>

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-06-28 16:14:32 +02:00
parent 25d01f937f
commit 9c84830033
111 changed files with 111 additions and 112 deletions

View File

@@ -5,7 +5,7 @@
<email>torokhov-s-a@yandex.ru</email>
<name>Sergey Torokhov</name>
</maintainer>
<longdescription>
<longdescription lang="en">
The Fortran Template Library (FTL) is a general purpose library for Fortran 2003.
Its intention is to bring all these nice things we take for granted in modern languages
like Python and C++ to the Fortran world: Generic containers, versatile algorithms,

View File

@@ -5,8 +5,7 @@
<email>telans@posteo.de</email>
<name>James Beddek</name>
</maintainer>
<longdescription>
<longdescription lang="en">
libcloudproviders is a DBus API that allows cloud storage sync clients to expose their services. Clients such as file managers and desktop environments can then provide integrated access to the cloud providers services.
</longdescription>
</pkgmetadata>

View File

@@ -6,7 +6,7 @@
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription>
<longdescription lang="en">
zfp is a compressed format for representing multidimensional floating-point and integer arrays. zfp provides compressed-array classes that support high throughput read and write random access to individual array elements. zfp also supports serial and parallel (OpenMP and CUDA) compression of whole arrays, e.g., for applications that read and write large data sets to and from disk.
zfp uses lossy but optionally error-bounded compression to achieve high compression ratios. Bit-for-bit lossless compression is also possible through one of zfp's compression modes. zfp works best for 2D, 3D, and 4D arrays that exhibit spatial correlation, such as continuous fields from physics simulations, natural images, regularly sampled terrain surfaces, etc. zfp compression of 1D arrays is possible but generally discouraged.