this repo has no description

[new release] kcas (0.2.2)

CHANGES:

All notable changes to this project will be documented in this file.

## 0.2.2

* New explicit transaction log passing API based on idea by @gasche (@polytypic, review: @samoht and @lyrm)

## 0.2.1

* New k-CAS-n-CMP algorithm extending the GKMZ algorithm (@polytypic, review: @bartoszmodelski)

## 0.2.0

* Complete redesign adding a new transaction API (@polytypic, review: @bartoszmodelski)

## 0.1.8

* Fix a bug in GKMZ implementation (@polytypic, review: @bartoszmodelski)

## 0.1.7

* Change to use the new GKMZ algorithm (@polytypic, review: @bartoszmodelski)

## 0.1.6

* Add preflights sorting and checks (@bartoszmodelski, review: @polytypic)

## 0.1.5

* Republish in opam (update opam, dune) (@tmcgilchrist, review: @Sudha247)

Changed files
+37
packages
kcas
kcas.0.2.2
+37
packages/kcas/kcas.0.2.2/opam
···
···
+
opam-version: "2.0"
+
synopsis: "Multi-word compare-and-set library"
+
maintainer: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"]
+
authors: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"]
+
license: "ISC"
+
homepage: "https://github.com/ocaml-multicore/kcas"
+
bug-reports: "https://github.com/ocaml-multicore/kcas/issues"
+
depends: [
+
"dune" {>= "3.3"}
+
"ocaml" {>= "5.0"}
+
"mdx" {>= "1.10.0" & with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ocaml-multicore/kcas.git"
+
url {
+
src:
+
"https://github.com/ocaml-multicore/kcas/releases/download/0.2.2/kcas-0.2.2.tbz"
+
checksum: [
+
"sha256=1c04839dd363f23acf8394402d0c967d19e8ee5a3530f8b90fcaff4ce767516c"
+
"sha512=a89559590aad1f7681a94bf9fe29f87246eeb0197d3c9b20efc7cd416fdda749e4887ab258b82f96542beab0a26eb095ba34b1c3ca2ab70ca153da3201132498"
+
]
+
}
+
x-commit-hash: "654b4154dcb17472b9344ebb130ab8a7967d4eb7"