Skip to content

Commit c830e60

Browse files
committed
fix README.md one more time
1 parent a8ebdd8 commit c830e60

File tree

2 files changed

+7
-34
lines changed

2 files changed

+7
-34
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,9 @@ If something is unclear, feel free to contact the author.
117117

118118
| Requirement | Release Version | Description
119119
|-----------------------|------------------|---------------
120-
| [mulle-concurrent](https://github.com/mulle-concurrent/mulle-concurrent) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag//.svg) [![Build Status](https://github.com///workflows/CI/badge.svg?branch=release)](https://github.com///actions/workflows/mulle-sde-ci.yml) | 📶 A lock- and wait-free hashtable (and an array too), written in C
121-
| [mulle-vararg](https://github.com/mulle-c/mulle-vararg) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag//.svg) [![Build Status](https://github.com///workflows/CI/badge.svg?branch=release)](https://github.com///actions/workflows/mulle-sde-ci.yml) | ⏪ Access variable arguments in struct layout fashion in C
120+
| [mulle-core](https://github.com/mulle-core/mulle-core) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag//.svg) [![Build Status](https://github.com///workflows/CI/badge.svg?branch=release)](https://github.com///actions/workflows/mulle-sde-ci.yml) | 🌋 Almagamated library of mulle-core and mulle-c
122121
| [mulle-atinit](https://github.com/mulle-core/mulle-atinit) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag//.svg) [![Build Status](https://github.com///workflows/CI/badge.svg?branch=release)](https://github.com///actions/workflows/mulle-sde-ci.yml) | 🤱🏼 Compatibility library for deterministic initializers
123122
| [mulle-atexit](https://github.com/mulle-core/mulle-atexit) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag//.svg) [![Build Status](https://github.com///workflows/CI/badge.svg?branch=release)](https://github.com///actions/workflows/mulle-sde-ci.yml) | 👼 Compatibility library to fix atexit
124-
| [mulle-dlfcn](https://github.com/mulle-core/mulle-dlfcn) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag//.svg) [![Build Status](https://github.com///workflows/CI/badge.svg?branch=release)](https://github.com///actions/workflows/mulle-sde-ci.yml) | ♿️ Shared library helper
125-
| [mulle-data](https://github.com/mulle-c/mulle-data) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag//.svg) [![Build Status](https://github.com///workflows/CI/badge.svg?branch=release)](https://github.com///actions/workflows/mulle-sde-ci.yml) | #️⃣ A collection of hash functions
126123

127124

128125
## Add

cola/properties.plist

+6-30
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,12 @@
1212
dependencies =
1313
(
1414
{
15-
description="📶 A lock- and wait-free hashtable (and an array too), written in C";
15+
description="🌋 Almagamated library of mulle-core and mulle-c";
1616
domain="github";
17-
name="mulle-concurrent";
18-
repo="mulle-concurrent";
19-
url="https://github.com/mulle-concurrent/mulle-concurrent";
20-
user="mulle-concurrent";
21-
},
22-
{
23-
description=" ⏪ Access variable arguments in struct layout fashion in C";
24-
domain="github";
25-
name="mulle-vararg";
26-
repo="mulle-vararg";
27-
url="https://github.com/mulle-c/mulle-vararg";
28-
user="mulle-c";
17+
name="mulle-core";
18+
repo="mulle-core";
19+
url="https://github.com/mulle-core/mulle-core";
20+
user="mulle-core";
2921
},
3022
{
3123
description="🤱🏼 Compatibility library for deterministic initializers";
@@ -42,22 +34,6 @@
4234
repo="mulle-atexit";
4335
url="https://github.com/mulle-core/mulle-atexit";
4436
user="mulle-core";
45-
},
46-
{
47-
description="♿️ Shared library helper";
48-
domain="github";
49-
name="mulle-dlfcn";
50-
repo="mulle-dlfcn";
51-
url="https://github.com/mulle-core/mulle-dlfcn";
52-
user="mulle-core";
53-
},
54-
{
55-
description="#️⃣ A collection of hash functions";
56-
domain="github";
57-
name="mulle-data";
58-
repo="mulle-data";
59-
url="https://github.com/mulle-c/mulle-data";
60-
user="mulle-c";
6137
}
62-
)
38+
);
6339
}

0 commit comments

Comments
 (0)