this repo has no description

2 packages from ocaml-multicore/kcas at 0.6.1

Changed files
+87
packages
kcas
kcas.0.6.1
kcas_data
kcas_data.0.6.1
+44
packages/kcas/kcas.0.6.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis:
+
"Software transactional memory based on lock-free multi-word compare-and-set"
+
description:
+
"A software transactional memory (STM) implementation based on an atomic lock-free multi-word compare-and-set (MCAS) algorithm enhanced with read-only compare operations and ability to block awaiting for changes."
+
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" {>= "4.14.0"}
+
"domain-local-await" {>= "0.2.0"}
+
"domain-local-timeout" {>= "0.1.0"}
+
"alcotest" {>= "1.7.0" & with-test}
+
"mdx" {>= "1.10.0" & with-test}
+
"odoc" {>= "2.2.0" & 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"
+
doc: "https://ocaml-multicore.github.io/kcas/doc/kcas/Kcas/"
+
url {
+
src:
+
"https://github.com/ocaml-multicore/kcas/archive/refs/tags/0.6.1.tar.gz"
+
checksum: [
+
"md5=a3e3b9554a9bc2109794074de1f9d960"
+
"sha512=4fda4efc25ccbc18d35ceb6d1b59e17e06ffac76e9598e848e7f0b8c3f750c5af409fd62465c855b44a595213adde9695db0f5285f30d9d1abcbfe955956cb79"
+
]
+
}
+43
packages/kcas_data/kcas_data.0.6.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis:
+
"Compositional lock-free data structures and primitives for communication and synchronization"
+
description:
+
"A library of compositional lock-free data structures and primitives for communication and synchronization implemented using kcas."
+
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"}
+
"kcas" {= version}
+
"alcotest" {>= "1.7.0" & with-test}
+
"mdx" {>= "1.10.0" & with-test}
+
"multicore-magic" {>= "1.0.0" & with-test}
+
"odoc" {>= "2.2.0" & 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"
+
doc: "https://ocaml-multicore.github.io/kcas/doc/kcas_data/Kcas_data/"
+
url {
+
src:
+
"https://github.com/ocaml-multicore/kcas/archive/refs/tags/0.6.1.tar.gz"
+
checksum: [
+
"md5=a3e3b9554a9bc2109794074de1f9d960"
+
"sha512=4fda4efc25ccbc18d35ceb6d1b59e17e06ffac76e9598e848e7f0b8c3f750c5af409fd62465c855b44a595213adde9695db0f5285f30d9d1abcbfe955956cb79"
+
]
+
}