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 371aa40 commit 3d20abe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Options:
--out <value> : output file (stdout)
--out-format <value> : output format one of json,xml,(plist)
```


Expand All @@ -36,9 +37,9 @@ Options:
| Requirement | Release Version | Description
|-----------------------|------------------|---------------
| [MulleFoundation](https://github.com/MulleFoundation/MulleFoundation) | ![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) | 💍 Umbrella library for the MulleFoundation
| [MulleFoundation-startup](https://github.com/MulleFoundation/MulleFoundation-startup) | ![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) | ▶️ Startup library for MulleFoundation
| [MulleObjCExpatFoundation](https://github.com/MulleFoundation/MulleObjCExpatFoundation) | ![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) | 👴🏼 XML parser based on MulleObjCStandardFoundation and libexpat
| [MulleObjCJSMNFoundation](https://github.com/MulleWeb/MulleObjCJSMNFoundation) | ![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) | 🌼 JSON support for mulle-objc
| [MulleFoundation-startup](https://github.com/MulleFoundation/MulleFoundation-startup) | ![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) | ▶️ Startup code for the MulleFoundation

### You are here

Expand Down
22 changes: 11 additions & 11 deletions cola/properties.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
name="mulle-pq";
user="MulleFoundation";
repo="mulle-pq";
homepage="https://github.com/MulleFoundation/mulle-pq";
license="BSD-3-Clause"
homepage="https://github.com/mulle-nat/mulle-pq";
license="BSD-3-Clause";
};
dependencies =
(
Expand All @@ -19,14 +19,6 @@
url="https://github.com/MulleFoundation/MulleFoundation";
user="MulleFoundation";
},
{
description="▶️ Startup library for MulleFoundation";
domain="github";
name="MulleFoundation-startup";
repo="MulleFoundation-startup";
url="https://github.com/MulleFoundation/MulleFoundation-startup";
user="MulleFoundation";
},
{
description="👴🏼 XML parser based on MulleObjCStandardFoundation and libexpat";
domain="github";
Expand All @@ -42,6 +34,14 @@
repo="MulleObjCJSMNFoundation";
url="https://github.com/MulleWeb/MulleObjCJSMNFoundation";
user="MulleWeb";
},
{
description="▶️ Startup code for the MulleFoundation";
domain="github";
name="MulleFoundation-startup";
repo="MulleFoundation-startup";
url="https://github.com/MulleFoundation/MulleFoundation-startup";
user="MulleFoundation";
}
)
);
}

0 comments on commit 3d20abe

Please sign in to comment.