File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,13 @@ 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"}
1111 "containers"
1212 "oseq"
13- "alcotest" {>= "1.6.0"}
1413 "odoc" {with-doc}
1514]
1615build: [
@@ -29,4 +28,4 @@ build: [
2928 ]
3029 ["dune" "install" "-p" name "--create-install-files" name]
3130]
32- 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