Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ocaml.org as documentation location #181

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading