Skip to content

Commit

Permalink
Use ocaml.org as documentation location
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidas-from-XIV committed Jun 3, 2024
1 parent e201639 commit 348fe97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

(maintainers "[email protected]" "[email protected]" "[email protected]")
(authors "Martin Jambon")
(documentation "https://ocaml-community.github.io/yojson")

(package
(name yojson)
Expand All @@ -16,6 +15,7 @@
ydump is a pretty-printing command-line program provided with the
yojson package.")
(documentation "https://ocaml.org/p/yojson/latest")
(depends
(ocaml (>= 4.02.3))
(alcotest (and :with-test (>= 0.8.5)))
Expand All @@ -26,6 +26,7 @@ yojson package.")
(synopsis "Yojson-five is a parsing and printing library for the JSON5 format")
(description "Yojson-five is a parsing and printing library for the JSON5 format.
It supports parsing JSON5 to Yojson.Basic.t and Yojson.Safe.t types.")
(documentation "https://ocaml.org/p/yojson-five/latest")
(depends
(ocaml (>= 4.08))
(sedlex (>= 2.5))
Expand Down
1 change: 0 additions & 1 deletion yojson-bench.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ maintainer: [
authors: ["Martin Jambon"]
license: "BSD-3-Clause"
homepage: "https://github.com/ocaml-community/yojson"
doc: "https://ocaml-community.github.io/yojson"
bug-reports: "https://github.com/ocaml-community/yojson/issues"
depends: [
"dune" {>= "2.7"}
Expand Down
2 changes: 1 addition & 1 deletion yojson-five.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainer: [
authors: ["Martin Jambon"]
license: "BSD-3-Clause"
homepage: "https://github.com/ocaml-community/yojson"
doc: "https://ocaml-community.github.io/yojson"
doc: "https://ocaml.org/p/yojson-five/latest"
bug-reports: "https://github.com/ocaml-community/yojson/issues"
depends: [
"dune" {>= "2.7"}
Expand Down
2 changes: 1 addition & 1 deletion yojson.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ maintainer: [
authors: ["Martin Jambon"]
license: "BSD-3-Clause"
homepage: "https://github.com/ocaml-community/yojson"
doc: "https://ocaml-community.github.io/yojson"
doc: "https://ocaml.org/p/yojson/latest"
bug-reports: "https://github.com/ocaml-community/yojson/issues"
depends: [
"dune" {>= "2.7"}
Expand Down

0 comments on commit 348fe97

Please sign in to comment.