Skip to content

Commit 061fc59

Browse files
committed
Adjust metadata
1 parent c7950b0 commit 061fc59

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

dune-project

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
(authors "KC Sivaramakrishnan <sk826@cl.cam.ac.uk>")
66
(maintainers "KC Sivaramakrishnan <sk826@cl.cam.ac.uk>")
77
(homepage "https://github.com/ocaml-multicore/kcas")
8-
(documentation "https://ocaml-multicore.github.io/kcas/doc/")
98
(license ISC)
109
(package (name kcas)
1110
(synopsis "Software transactional memory based on lock-free multi-word compare-and-set")

kcas.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ maintainer: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"]
88
authors: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"]
99
license: "ISC"
1010
homepage: "https://github.com/ocaml-multicore/kcas"
11-
doc: "https://ocaml-multicore.github.io/kcas/doc/"
1211
bug-reports: "https://github.com/ocaml-multicore/kcas/issues"
1312
depends: [
1413
"dune" {>= "3.3"}
@@ -34,3 +33,4 @@ build: [
3433
]
3534
]
3635
dev-repo: "git+https://github.com/ocaml-multicore/kcas.git"
36+
doc: "https://ocaml-multicore.github.io/kcas/doc/kcas/Kcas/"

kcas.opam.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
doc: "https://ocaml-multicore.github.io/kcas/doc/kcas/Kcas/"

kcas_data.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ maintainer: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"]
88
authors: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"]
99
license: "ISC"
1010
homepage: "https://github.com/ocaml-multicore/kcas"
11-
doc: "https://ocaml-multicore.github.io/kcas/doc/"
1211
bug-reports: "https://github.com/ocaml-multicore/kcas/issues"
1312
depends: [
1413
"dune" {>= "3.3"}
@@ -33,3 +32,4 @@ build: [
3332
]
3433
]
3534
dev-repo: "git+https://github.com/ocaml-multicore/kcas.git"
35+
doc: "https://ocaml-multicore.github.io/kcas/doc/kcas_data/Kcas_data/"

kcas_data.opam.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
doc: "https://ocaml-multicore.github.io/kcas/doc/kcas_data/Kcas_data/"

0 commit comments

Comments
 (0)