Skip to content

Commit

Permalink
fix property lists
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Jan 13, 2024
1 parent 608b89d commit eab15e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
10 changes: 9 additions & 1 deletion cola/properties.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
)
);
}

0 comments on commit eab15e8

Please sign in to comment.