Skip to content

Commit

Permalink
remove dependencies subsumed by mulle-core, fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Jan 13, 2024
1 parent c65dc18 commit e27cb4a
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 32 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ objects of the bunch have been released.

| Requirement | Release Version | Description
|-----------------------|------------------|---------------
| [MulleFoundationBase](https://github.com/MulleFoundation/MulleFoundationBase) | ![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) | πŸ›Έ MulleFoundationBase does something
| [objc-compat](https://github.com/MulleFoundation/objc-compat) | ![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) | πŸ”— Glue for Objective-C code to support different Foundations
| [mulle-thread](https://github.com/mulle-concurrent/mulle-thread) | ![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) | πŸ”  Cross-platform thread/mutex/tss/atomic operations in C
| [mulle-allocator](https://github.com/mulle-c/mulle-allocator) | ![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) | πŸ”„ Flexible C memory allocation scheme

### You are here

Expand Down Expand Up @@ -56,8 +57,9 @@ Install the requirements:

| Requirements | Description
|----------------------------------------------|-----------------------
| [MulleFoundationBase](https://github.com/MulleFoundation/MulleFoundationBase) | πŸ›Έ MulleFoundationBase does something
| [objc-compat](https://github.com/MulleFoundation/objc-compat) | πŸ”— Glue for Objective-C code to support different Foundations
| [mulle-thread](https://github.com/mulle-concurrent/mulle-thread) | πŸ”  Cross-platform thread/mutex/tss/atomic operations in C
| [mulle-allocator](https://github.com/mulle-c/mulle-allocator) | πŸ”„ Flexible C memory allocation scheme

Download the latest [tar](https://github.com/MulleFoundation/mulle-bunchobjects/archive/refs/tags/latest.tar.gz) or [zip](https://github.com/MulleFoundation/mulle-bunchobjects/archive/refs/tags/latest.zip) archive and unpack it.

Expand Down
28 changes: 18 additions & 10 deletions cola/properties.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,33 @@
user="MulleFoundation";
repo="mulle-bunchobjects";
homepage="https://github.com/MulleFoundation/mulle-bunchobjects";
license="BSD-3-Clause"
license="BSD-3-Clause";
};
dependencies =
(
{
description="πŸ›Έ MulleFoundationBase does something";
domain="github";
name="MulleFoundationBase";
repo="MulleFoundationBase";
url="https://github.com/MulleFoundation/MulleFoundationBase";
user="MulleFoundation";
},
{
description="πŸ”— Glue for Objective-C code to support different Foundations";
domain="github";
name="objc-compat";
repo="objc-compat";
url="https://github.com/MulleFoundation/objc-compat";
user="MulleFoundation";
},
{
description="πŸ”  Cross-platform thread/mutex/tss/atomic operations in C";
domain="github";
name="mulle-thread";
repo="mulle-thread";
url="https://github.com/mulle-concurrent/mulle-thread";
user="mulle-concurrent";
},
{
description="πŸ”„ Flexible C memory allocation scheme";
domain="github";
name="mulle-allocator";
repo="mulle-allocator";
url="https://github.com/mulle-c/mulle-allocator";
user="mulle-c";
}
)
);
}
70 changes: 50 additions & 20 deletions overview.dot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e27cb4a

Please sign in to comment.