Skip to content

Commit 02071f5

Browse files
authored
Merge pull request #6 from bartoszmodelski/update-opam
Update opam with new org
2 parents 35a333d + a6230a6 commit 02071f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1111
module Atomic = Dscheck.TracedAtomic

dscheck.opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ opam-version: "2.0"
33
synopsis: "Traced Atomics"
44
maintainer: ["Sadiq Jaffer"]
55
authors: ["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"
88
depends: [
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"

0 commit comments

Comments
 (0)