Skip to content

Commit 19200c6

Browse files
committed
chore(dune): remove homepage and doc
1 parent b9117b4 commit 19200c6

File tree

9 files changed

+8
-9
lines changed

9 files changed

+8
-9
lines changed

decoders-bencode.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ maintainer: ["Matt Bray <[email protected]>"]
77
authors: ["Simon Cruanes <[email protected]>"]
88
license: "ISC"
99
homepage: "https://github.com/mattjbray/ocaml-decoders"
10-
doc: "https://mattjbray.github.io/ocaml-decoders/decoders/decoders-bencode/"
10+
doc: "https://mattjbray.github.io/ocaml-decoders/"
1111
bug-reports: "https://github.com/mattjbray/ocaml-decoders/issues"
1212
depends: [
1313
"ocaml" {>= "4.03.0"}

decoders-cbor.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ maintainer: ["Matt Bray <[email protected]>"]
77
authors: ["Matt Bray <[email protected]>"]
88
license: "ISC"
99
homepage: "https://github.com/mattjbray/ocaml-decoders"
10-
doc: "https://mattjbray.github.io/ocaml-decoders/decoders/decoders-cbor/"
10+
doc: "https://mattjbray.github.io/ocaml-decoders/"
1111
bug-reports: "https://github.com/mattjbray/ocaml-decoders/issues"
1212
depends: [
1313
"ocaml" {>= "4.03.0"}

decoders-ezjsonm.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ maintainer: ["Matt Bray <[email protected]>"]
77
authors: ["Matt Bray <[email protected]>"]
88
license: "ISC"
99
homepage: "https://github.com/mattjbray/ocaml-decoders"
10-
doc: "https://mattjbray.github.io/ocaml-decoders/decoders/decoders-ezjsonm/"
10+
doc: "https://mattjbray.github.io/ocaml-decoders/"
1111
bug-reports: "https://github.com/mattjbray/ocaml-decoders/issues"
1212
depends: [
1313
"ocaml" {>= "4.03.0"}

decoders-jsonm.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ maintainer: ["Matt Bray <[email protected]>"]
77
authors: ["Matt Bray <[email protected]>"]
88
license: "ISC"
99
homepage: "https://github.com/mattjbray/ocaml-decoders"
10-
doc: "https://mattjbray.github.io/ocaml-decoders/decoders/decoders-jsonm/"
10+
doc: "https://mattjbray.github.io/ocaml-decoders/"
1111
bug-reports: "https://github.com/mattjbray/ocaml-decoders/issues"
1212
depends: [
1313
"ocaml" {>= "4.03.0"}

decoders-msgpck.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors: [
99
]
1010
license: "ISC"
1111
homepage: "https://github.com/mattjbray/ocaml-decoders"
12-
doc: "https://mattjbray.github.io/ocaml-decoders/decoders/decoders-msgpck/"
12+
doc: "https://mattjbray.github.io/ocaml-decoders/"
1313
bug-reports: "https://github.com/mattjbray/ocaml-decoders/issues"
1414
depends: [
1515
"ocaml" {>= "4.03.0"}

decoders-sexplib.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ maintainer: ["Matt Bray <[email protected]>"]
77
authors: ["Matt Bray <[email protected]>"]
88
license: "ISC"
99
homepage: "https://github.com/mattjbray/ocaml-decoders"
10-
doc: "https://mattjbray.github.io/ocaml-decoders/decoders/decoders-sexplib/"
10+
doc: "https://mattjbray.github.io/ocaml-decoders/"
1111
bug-reports: "https://github.com/mattjbray/ocaml-decoders/issues"
1212
depends: [
1313
"ocaml" {>= "4.03.0"}

decoders-yojson.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ maintainer: ["Matt Bray <[email protected]>"]
77
authors: ["Matt Bray <[email protected]>"]
88
license: "ISC"
99
homepage: "https://github.com/mattjbray/ocaml-decoders"
10-
doc: "https://mattjbray.github.io/ocaml-decoders/decoders/decoders-yojson/"
10+
doc: "https://mattjbray.github.io/ocaml-decoders/"
1111
bug-reports: "https://github.com/mattjbray/ocaml-decoders/issues"
1212
depends: [
1313
"ocaml" {>= "4.03.0"}

decoders.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ maintainer: ["Matt Bray <[email protected]>"]
77
authors: ["Matt Bray <[email protected]>"]
88
license: "ISC"
99
homepage: "https://github.com/mattjbray/ocaml-decoders"
10-
doc: "https://mattjbray.github.io/ocaml-decoders/decoders/decoders/"
10+
doc: "https://mattjbray.github.io/ocaml-decoders/"
1111
bug-reports: "https://github.com/mattjbray/ocaml-decoders/issues"
1212
depends: [
1313
"ocaml" {>= "4.03.0"}

dune-project

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
(authors "Matt Bray <[email protected]>")
66
(maintainers "Matt Bray <[email protected]>")
77
(source (github "mattjbray/ocaml-decoders"))
8-
(homepage "https://github.com/mattjbray/ocaml-decoders")
98
(documentation "https://mattjbray.github.io/ocaml-decoders/")
109

1110
(package

0 commit comments

Comments
 (0)