File tree Expand file tree Collapse file tree 5 files changed +4
-3
lines changed Expand file tree Collapse file tree 5 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
( authors " KC Sivaramakrishnan <sk826@cl.cam.ac.uk>" )
6
6
( maintainers " KC Sivaramakrishnan <sk826@cl.cam.ac.uk>" )
7
7
( homepage " https://github.com/ocaml-multicore/kcas" )
8
- ( documentation " https://ocaml-multicore.github.io/kcas/doc/" )
9
8
( license ISC)
10
9
( package (name kcas)
11
10
(synopsis " Software transactional memory based on lock-free multi-word compare-and-set" )
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ maintainer: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"]
8
8
authors: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"]
9
9
license: "ISC"
10
10
homepage: "https://github.com/ocaml-multicore/kcas"
11
- doc: "https://ocaml-multicore.github.io/kcas/doc/"
12
11
bug-reports: "https://github.com/ocaml-multicore/kcas/issues"
13
12
depends: [
14
13
"dune" {>= "3.3"}
@@ -34,3 +33,4 @@ build: [
34
33
]
35
34
]
36
35
dev-repo: "git+https://github.com/ocaml-multicore/kcas.git"
36
+ doc: "https://ocaml-multicore.github.io/kcas/doc/kcas/Kcas/"
Original file line number Diff line number Diff line change
1
+ doc: "https://ocaml-multicore.github.io/kcas/doc/kcas/Kcas/"
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ maintainer: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"]
8
8
authors: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"]
9
9
license: "ISC"
10
10
homepage: "https://github.com/ocaml-multicore/kcas"
11
- doc: "https://ocaml-multicore.github.io/kcas/doc/"
12
11
bug-reports: "https://github.com/ocaml-multicore/kcas/issues"
13
12
depends: [
14
13
"dune" {>= "3.3"}
@@ -33,3 +32,4 @@ build: [
33
32
]
34
33
]
35
34
dev-repo: "git+https://github.com/ocaml-multicore/kcas.git"
35
+ doc: "https://ocaml-multicore.github.io/kcas/doc/kcas_data/Kcas_data/"
Original file line number Diff line number Diff line change
1
+ doc: "https://ocaml-multicore.github.io/kcas/doc/kcas_data/Kcas_data/"
You can’t perform that action at this time.
0 commit comments