this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #23642 from polytypic/release-kcas-0.2.4

[new release] kcas_data and kcas (0.2.4)

authored by

Marcello Seri and committed by
GitHub
d4e3f975 33d6032a

+74
+37
packages/kcas/kcas.0.2.4/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Multi-word compare-and-set library" 3 + maintainer: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"] 4 + authors: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"] 5 + license: "ISC" 6 + homepage: "https://github.com/ocaml-multicore/kcas" 7 + bug-reports: "https://github.com/ocaml-multicore/kcas/issues" 8 + depends: [ 9 + "dune" {>= "3.3"} 10 + "ocaml" {>= "5.0"} 11 + "mdx" {>= "1.10.0" & with-test} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {dev} 16 + [ 17 + "dune" 18 + "build" 19 + "-p" 20 + name 21 + "-j" 22 + jobs 23 + "@install" 24 + "@runtest" {with-test} 25 + "@doc" {with-doc} 26 + ] 27 + ] 28 + dev-repo: "git+https://github.com/ocaml-multicore/kcas.git" 29 + url { 30 + src: 31 + "https://github.com/ocaml-multicore/kcas/releases/download/0.2.4/kcas-0.2.4.tbz" 32 + checksum: [ 33 + "sha256=d6439e29077b578c8d1364275864fc1fdfcfac9652b6e8d6999df9bb06f8af86" 34 + "sha512=9876ad34733c902240b5007c9f951cd4dd631b8273820d24b4237389693c7333658d5a3bde40750430df252090c45412605da149a90610907ce0d538b873e682" 35 + ] 36 + } 37 + x-commit-hash: "0c4b1660241be828aab9aae783d801208e12c6bb"
+37
packages/kcas_data/kcas_data.0.2.4/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Compositional lock-free data structures" 3 + maintainer: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"] 4 + authors: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"] 5 + license: "ISC" 6 + homepage: "https://github.com/ocaml-multicore/kcas" 7 + bug-reports: "https://github.com/ocaml-multicore/kcas/issues" 8 + depends: [ 9 + "dune" {>= "3.3"} 10 + "kcas" {= version} 11 + "mdx" {>= "1.10.0" & with-test} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {dev} 16 + [ 17 + "dune" 18 + "build" 19 + "-p" 20 + name 21 + "-j" 22 + jobs 23 + "@install" 24 + "@runtest" {with-test} 25 + "@doc" {with-doc} 26 + ] 27 + ] 28 + dev-repo: "git+https://github.com/ocaml-multicore/kcas.git" 29 + url { 30 + src: 31 + "https://github.com/ocaml-multicore/kcas/releases/download/0.2.4/kcas-0.2.4.tbz" 32 + checksum: [ 33 + "sha256=d6439e29077b578c8d1364275864fc1fdfcfac9652b6e8d6999df9bb06f8af86" 34 + "sha512=9876ad34733c902240b5007c9f951cd4dd631b8273820d24b4237389693c7333658d5a3bde40750430df252090c45412605da149a90610907ce0d538b873e682" 35 + ] 36 + } 37 + x-commit-hash: "0c4b1660241be828aab9aae783d801208e12c6bb"