this repo has no description

[new release] kcas (0.1.7)

CHANGES:

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

## 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.1.7
+36
packages/kcas/kcas.0.1.7/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.1.7/kcas-0.1.7.tbz"
+
checksum: [
+
"sha256=54b764b1bc6a1b315832ed2deca899e37ce8a85ff6fa401c5e6dc78b0e4a2f5c"
+
"sha512=3df95687b02998c42f3d9c56120a5fc242945426c99aad58ee808fd7d6a103fa18b185cd5c21cceaf4eecf4583e64cfa6e7472a718703ac14acaa368252e4daa"
+
]
+
}
+
x-commit-hash: "44939c1202e58763bdbf71b66368e3b32d51dfbb"