this repo has no description

Merge pull request #26516 from koonwen/release-obatcher-v1.0

[new release] obatcher (1.0)

Changed files
+46
packages
obatcher
obatcher.1.0
+46
packages/obatcher/obatcher.1.0/opam
···
+
opam-version: "2.0"
+
synopsis: "A Framework for building Batched Concurrent Data Structures"
+
maintainer: ["koonwen@gmail.com"]
+
authors: ["Lee Koon Wen" "Kiran Gopinathan" "Arthur Wendling"]
+
license: "ISC"
+
homepage: "https://github.com/koonwen/obatcher"
+
doc: "https://koonwen.github.io/obatcher"
+
bug-reports: "https://github.com/koonwen/obatcher/issues"
+
depends: [
+
"dune" {>= "3.9"}
+
"ocaml" {>= "5.0.0"}
+
"picos" {>= "0.5.0"}
+
"picos_std"
+
"picos_aux"
+
"picos_mux"
+
"containers" {with-test}
+
"qcheck" {with-test}
+
"qcheck-alcotest" {with-test}
+
"alcotest" {with-test}
+
"logs" {with-test}
+
"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/koonwen/obatcher.git"
+
url {
+
src:
+
"https://github.com/koonwen/obatcher/releases/download/v1.0/obatcher-1.0.tbz"
+
checksum: [
+
"sha256=bad8af8223b14bd6d582e34eba90048d632f2ac611183e120d0faaeaefb7549e"
+
"sha512=cc8ede53c694abbb4aabb6f898e57057c6f2726411eb9f64b056652a0de7adf85432d55df5833d4555ccf03e681869ac0af218119c94f8577008ebd9e0601779"
+
]
+
}
+
x-commit-hash: "7b18f630273ee617c2416ac175c801a5b83a4dfa"