Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit 5ecbc44

Browse files
committed
CI and PM badges
1 parent 5fa4320 commit 5ecbc44

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11

22
# YOMM2
33

4+
[![CI](https://github.com/jll63/yomm2/actions/workflows/main.yml/badge.svg)](https://github.com/jll63/yomm2/actions/workflows/main.yml)
5+
[![ConanCenter package](https://repology.org/badge/version-for-repo/conancenter/yomm2.svg)](https://repology.org/project/yomm2/versions)
6+
[![Vcpkg package](https://repology.org/badge/version-for-repo/vcpkg/yomm2.svg)](https://repology.org/project/yomm2/versions)
7+
---
8+
49
This library implements fast, open, multi-methods for C++17. It is strongly
510
inspired by the papers by Peter Pirkelbauer, Yuriy Solodkyy, and Bjarne
611
Stroustrup.
712

813
- [YOMM2](#yomm2)
14+
- [](#)
915
- [TL;DR](#tldr)
1016
- [Open Methods in a Nutshell](#open-methods-in-a-nutshell)
1117
- [Cross-cutting Concerns and the Expression Problem](#cross-cutting-concerns-and-the-expression-problem)

examples/README.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
/***
22
# YOMM2
33
4+
[![CI](https://github.com/jll63/yomm2/actions/workflows/main.yml/badge.svg)](https://github.com/jll63/yomm2/actions/workflows/main.yml)
5+
[![ConanCenter package](https://repology.org/badge/version-for-repo/conancenter/yomm2.svg)](https://repology.org/project/yomm2/versions)
6+
[![Vcpkg package](https://repology.org/badge/version-for-repo/vcpkg/yomm2.svg)](https://repology.org/project/yomm2/versions)
7+
---
8+
49
This library implements fast, open, multi-methods for C++17. It is strongly
510
inspired by the papers by Peter Pirkelbauer, Yuriy Solodkyy, and Bjarne
611
Stroustrup.
712
813
- [YOMM2](#yomm2)
14+
- [](#)
915
- [TL;DR](#tldr)
1016
- [Open Methods in a Nutshell](#open-methods-in-a-nutshell)
1117
- [Cross-cutting Concerns and the Expression Problem](#cross-cutting-concerns-and-the-expression-problem)

0 commit comments

Comments
 (0)