From 7eff9af303cf39a39272dfd5cf35321508b75e7c Mon Sep 17 00:00:00 2001 From: Kilian Cavalotti Date: Wed, 4 Dec 2024 20:35:14 -0800 Subject: [PATCH] docs: updated software list --- includes/data/software.yml | 4 ++-- src/docs/software/updates.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/data/software.yml b/includes/data/software.yml index ae18ca66a..f6ba89058 100644 --- a/includes/data/software.yml +++ b/includes/data/software.yml @@ -1355,12 +1355,12 @@ software_modules: - categories: system, compression defaultVersionName: 1.21.6 description: A blocking, shuffling and loss-less compression library that can - be faster than `memcpy()`. + be faster than memcpy(). package: c-blosc url: https://github.com/Blosc/c-blosc versions: - {description: 'A blocking, shuffling and loss-less compression library that - can be faster than `memcpy()`.', markedDefault: false, versionName: 1.21.6} + can be faster than memcpy().', markedDefault: false, versionName: 1.21.6} - categories: system, libs defaultVersionName: 1.0.3 description: Portable uuid C library. diff --git a/src/docs/software/updates.xml b/src/docs/software/updates.xml index ae239e8f4..3f1a511f0 100644 --- a/src/docs/software/updates.xml +++ b/src/docs/software/updates.xml @@ -16,7 +16,7 @@ New module: system/c-blosc version 1.21.6 - A blocking, shuffling and loss-less compression library that can be faster than `memcpy()`. + A blocking, shuffling and loss-less compression library that can be faster than memcpy(). https://github.com/Blosc/c-blosc https://www.sherlock.stanford.edu/docs/software/list/?add:v=1.21.6#c-blosc system, compression