We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02071f5 + 24a2369 commit a8c98a5Copy full SHA for a8c98a5
dscheck.opam
@@ -3,6 +3,7 @@ opam-version: "2.0"
3
synopsis: "Traced Atomics"
4
maintainer: ["Sadiq Jaffer"]
5
authors: ["Sadiq Jaffer"]
6
+license: "ISC"
7
homepage: "https://github.com/ocaml-multicore/dscheck"
8
bug-reports: "https://github.com/ocaml-multicore/dscheck/issues"
9
depends: [
dune-project
@@ -3,7 +3,8 @@
(generate_opam_files true)
(name dscheck)
-(source (github sadiqj/dscheck))
+(source (github ocaml-multicore/dscheck))
+(license ISC)
(authors "Sadiq Jaffer")
(maintainers "Sadiq Jaffer")
10
0 commit comments