this repo has no description

[new release] kcas (0.2.0)

CHANGES:

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

## 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
+36
packages
kcas
kcas.0.2.0
+36
packages/kcas/kcas.0.2.0/opam
···
···
+
opam-version: "2.0"
+
synopsis: "Multi-word compare-and-swap 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"}
+
"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.0/kcas-0.2.0.tbz"
+
checksum: [
+
"sha256=74c520006058b601fbc9f52fa05a9621881f5cda65f48331779d35c98839d100"
+
"sha512=4823d0d8686d708f463443d3ede9fd7d7be74314d2724a26f336b38a813e0c494e4fd17272701bb72f0b52c4459d575706ac056fb79686ec43b2e64f9fafd3ff"
+
]
+
}
+
x-commit-hash: "24dca0d20983bd195ad4ccb4df76ffbb55bce988"