From eab15e85d76d31f74cb9faf31eaf87416d0530d1 Mon Sep 17 00:00:00 2001 From: Nat! Date: Sun, 14 Jan 2024 00:06:09 +0100 Subject: [PATCH] fix property lists --- README.md | 1 + cola/properties.plist | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbb7505..1ab7186 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ Install the requirements: |----------------------------------------------|----------------------- | [mulle-allocator](https://github.com/mulle-c/mulle-allocator) | 🔄 Flexible C memory allocation scheme | [mulle-thread](https://github.com/mulle-concurrent/mulle-thread) | 🔠 Cross-platform thread/mutex/tss/atomic operations in C +| [mulle-linkedlist](https://github.com/mulle-concurrent/mulle-linkedlist) | 🔂 mulle-linkedlist a wait and lock-free linked list Download the latest [tar](https://github.com/mulle-concurrent/mulle-aba/archive/refs/tags/latest.tar.gz) or [zip](https://github.com/mulle-concurrent/mulle-aba/archive/refs/tags/latest.zip) archive and unpack it. diff --git a/cola/properties.plist b/cola/properties.plist index fcb95ac..2045e8f 100644 --- a/cola/properties.plist +++ b/cola/properties.plist @@ -26,6 +26,14 @@ repo="mulle-thread"; url="https://github.com/mulle-concurrent/mulle-thread"; user="mulle-concurrent"; + }, + { + description="🔂 mulle-linkedlist a wait and lock-free linked list"; + domain="github"; + name="mulle-linkedlist"; + repo="mulle-linkedlist"; + url="https://github.com/mulle-concurrent/mulle-linkedlist"; + user="mulle-concurrent"; } - ) + ); }