File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Experimental model checker for testing concurrent algorithms based on [Dynamic P
55
66# Usage
77
8- Lockfree can be installed from ` opam ` : ` opam install dscheck ` . Sample usage on a [ naive counter] ( tests/test_naive_counter.ml ) is shown below.
8+ Dscheck can be installed from ` opam ` : ` opam install dscheck ` . Sample usage on a [ naive counter] ( tests/test_naive_counter.ml ) is shown below.
99
1010``` ocaml
1111module Atomic = Dscheck.TracedAtomic
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ opam-version: "2.0"
33synopsis: "Traced Atomics"
44maintainer: ["Sadiq Jaffer"]
55authors: ["Sadiq Jaffer"]
6- homepage: "https://github.com/sadiqj /dscheck"
7- bug-reports: "https://github.com/sadiqj /dscheck/issues"
6+ homepage: "https://github.com/ocaml-multicore /dscheck"
7+ bug-reports: "https://github.com/ocaml-multicore /dscheck/issues"
88depends: [
99 "ocaml" {>= "5.0.0"}
1010 "dune" {>= "2.9"}
@@ -28,4 +28,4 @@ build: [
2828 ]
2929 ["dune" "install" "-p" name "--create-install-files" name]
3030]
31- dev-repo: "git+https://github.com/sadiqj /dscheck.git"
31+ dev-repo: "git+https://github.com/ocaml-multicore /dscheck.git"
You can’t perform that action at this time.
0 commit comments