Skip to content

Commit abd47fe

Browse files
authored
Logo (#123)
Logo for Kcas
1 parent 6545be4 commit abd47fe

File tree

2 files changed

+75
-0
lines changed

2 files changed

+75
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44
The API was redesigned in version 0.2.0 — see
55
[API reference for version 0.1.8](https://ocaml-multicore.github.io/kcas/0.1.8/kcas/Kcas/index.html).)</sup></sub>
66

7+
<div align="center">
8+
9+
<img width="30%" src="doc/kcas.svg">
10+
711
# **kcas** &mdash; STM based on lock-free MCAS
812

13+
</div>
14+
915
[**kcas**](https://ocaml-multicore.github.io/kcas/doc/kcas/Kcas/index.html)
1016
provides a software transactional memory (STM) implementation based on an atomic
1117
[lock-free](https://en.wikipedia.org/wiki/Non-blocking_algorithm#Lock-freedom)
@@ -49,6 +55,10 @@ most practical needs.
4955
**kcas** is [published on **opam**](https://opam.ocaml.org/packages/kcas/) and
5056
is distributed under the [ISC license](LICENSE.md).
5157

58+
[![OCaml-CI Build Status](https://img.shields.io/endpoint?url=https%3A%2F%2Fci.ocamllabs.io%2Fbadge%2Focaml-multicore%2Fkcas%2Fmain&logo=ocaml&style=flat-square)](https://ci.ocamllabs.io/github/ocaml-multicore/kcas)
59+
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/ocaml-multicore/kcas?style=flat-square&color=09aa89)](https://github.com/ocaml-multicore/kcas/releases/latest)
60+
[![docs](https://img.shields.io/badge/doc-online-blue.svg?style=flat-square)](https://ocaml-multicore.github.io/kcas/doc/)
61+
5262
## Contents
5363

5464
- [A quick tour](#a-quick-tour)

doc/kcas.svg

Lines changed: 65 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)