this repo has no description

[new release] lockfree (0.2.0)

CHANGES:

--------------------------

* Add Chase-Lev Work-stealing deque `Ws_deque`. (@ctk21)

Changed files
+25
packages
lockfree
lockfree.0.2.0
+25
packages/lockfree/lockfree.0.2.0/opam
···
···
+
opam-version: "2.0"
+
maintainer: "KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"
+
authors: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"]
+
homepage: "https://github.com/ocaml-multicore/lockfree"
+
doc: "https://ocaml-multicore.github.io/lockfree"
+
synopsis: "Lock-free data structures for multicore OCaml"
+
license: "ISC"
+
dev-repo: "git+https://github.com/ocaml-multicore/lockfree.git"
+
bug-reports: "https://github.com/ocaml-multicore/lockfree/issues"
+
depends: [
+
"ocaml" {>= "5.0"}
+
"dune" {>= "1.8"}
+
]
+
build: [
+
"dune" "build" "-p" name
+
]
+
url {
+
src:
+
"https://github.com/ocaml-multicore/lockfree/releases/download/v0.2.0/lockfree-0.2.0.tbz"
+
checksum: [
+
"sha256=704c2069346248d389913408c364834c1bc46dea5d411c0bedd836868b21e321"
+
"sha512=fe05be37dc0aa4ddcca3f9b463f9abfad5054e94955a566bc0fe81faa8fd63d0b06cbce494ef74a71657b6167d37cf7cb13e752067c3dbd9e697d41e6d82dd63"
+
]
+
}
+
x-commit-hash: "a19c6591d1c50bd45cf996a309d23f4c9af59cfb"