Skip to content

Commit

Permalink
Merge pull request #57 from kit-ty-kate/ocaml-5.3
Browse files Browse the repository at this point in the history
Advertise compatibility with OCaml 5.3
  • Loading branch information
xvw authored Dec 13, 2024
2 parents b593ab9 + 9892cba commit dba377b
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 28 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
ocaml-compiler:
- 5.1.x
- 5.2.x
- ocaml-base-compiler.5.3.0~beta2

runs-on: ${{ matrix.os }}

Expand Down
28 changes: 14 additions & 14 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
(synopsis "Core engine of the YOCaml Static Site Generator")
(description "YOCaml is a build system dedicated to generate static document")
(depends
(ocaml (and (>= 5.1.1) (< 5.3)))
(ocaml (>= 5.1.1))
(odoc :with-doc)
(sherlodoc :with-doc)
(fmt :with-test)
(alcotest (and :with-test (>= 1.3.0)))
(qcheck :with-test)
(qcheck-alcotest :with-test)
ppx_expect
(mdx (and :with-test (= 2.4.1)))
(mdx (and :with-test (= 2.5.0)))
(ocamlformat :with-dev-setup)
(ocp-indent :with-dev-setup)
(merlin :with-dev-setup)
Expand All @@ -36,7 +36,7 @@
(depends
(ocaml (>= 5.1.1))
ppx_expect
(mdx (and :with-test (= 2.4.1)))
(mdx (and :with-test (= 2.5.0)))
(yocaml (= :version))
(cohttp (>= 5.3.11))
(magic-mime (>= 1.3.1))
Expand All @@ -50,20 +50,20 @@
(depends
(ocaml (>= 5.1.1))
ppx_expect
(mdx (and :with-test (= 2.4.1)))
(mdx (and :with-test (= 2.5.0)))
(yocaml (= :version))
(yocaml_runtime (= :version))
(eio (= 1.1))
(eio_main (= 1.1))
(cohttp-eio (= 6.0.0~beta2))))
(cohttp-eio (>= 6.0.0~beta2))))

(package
(name yocaml_unix)
(synopsis "The Unix runtime for YOCaml")
(depends
(ocaml (>= 5.1.1))
ppx_expect
(mdx (and :with-test (= 2.4.1)))
(mdx (and :with-test (= 2.5.0)))
(httpcats (>= 0.0.1))
(yocaml (= :version))
(yocaml_runtime (= :version))))
Expand All @@ -74,7 +74,7 @@
(depends
(ocaml (>= 5.1.1))
ppx_expect
(mdx (and :with-test (= 2.4.1)))
(mdx (and :with-test (= 2.5.0)))
(yocaml (= :version))
(yaml (>= 3.2.0))))

Expand All @@ -84,7 +84,7 @@
(depends
(ocaml (>= 5.1.1))
ppx_expect
(mdx (and :with-test (= 2.4.1)))
(mdx (and :with-test (= 2.5.0)))
(yocaml (= :version))
(otoml (>= 1.0.5))))

Expand All @@ -95,7 +95,7 @@
(depends
(ocaml (>= 5.1.1))
ppx_expect
(mdx (and :with-test (= 2.4.1)))
(mdx (and :with-test (= 2.5.0)))
(yocaml (= :version))
(omd (>= 2.0.0~alpha4))))

Expand All @@ -105,7 +105,7 @@
(depends
(ocaml (>= 5.1.1))
ppx_expect
(mdx (and :with-test (= 2.4.1)))
(mdx (and :with-test (= 2.5.0)))
(yocaml (= :version))
cmarkit))

Expand All @@ -115,7 +115,7 @@
(depends
(ocaml (>= 5.1.1))
ppx_expect
(mdx (and :with-test (= 2.4.1)))
(mdx (and :with-test (= 2.5.0)))
(yocaml (= :version))
(jingoo (>= 1.5.0))))

Expand All @@ -125,7 +125,7 @@
(depends
(ocaml (>= 5.1.1))
ppx_expect
(mdx (and :with-test (= 2.4.1)))
(mdx (and :with-test (= 2.5.0)))
(yocaml (= :version))
(mustache (= 3.3.0))))

Expand All @@ -140,15 +140,15 @@
(qcheck :with-test)
(qcheck-alcotest :with-test)
ppx_expect
(mdx (and :with-test (= 2.4.1)))))
(mdx (and :with-test (= 2.5.0)))))

(package
(name yocaml_git)
(synopsis "Yocaml plugins for generating Yocaml program into a Git repository")
(depends
(ocaml (>= 5.1.1))
ppx_expect
(mdx (and :with-test (= 2.4.1)))
(mdx (and :with-test (= 2.5.0)))
(lwt (>= 5.7.0))
(mimic (>= 0.0.9))
(cstruct (>= 6.2.0))
Expand Down
4 changes: 2 additions & 2 deletions yocaml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ homepage: "https://github.com/xhtmlboi/yocaml"
bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
depends: [
"dune" {>= "3.14"}
"ocaml" {>= "5.1.1" & < "5.3"}
"ocaml" {>= "5.1.1"}
"odoc" {with-doc}
"sherlodoc" {with-doc}
"fmt" {with-test}
"alcotest" {with-test & >= "1.3.0"}
"qcheck" {with-test}
"qcheck-alcotest" {with-test}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"mdx" {with-test & = "2.5.0"}
"ocamlformat" {with-dev-setup}
"ocp-indent" {with-dev-setup}
"merlin" {with-dev-setup}
Expand Down
2 changes: 1 addition & 1 deletion yocaml_cmarkit.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
"dune" {>= "3.14"}
"ocaml" {>= "5.1.1"}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"mdx" {with-test & = "2.5.0"}
"yocaml" {= version}
"cmarkit"
"odoc" {with-doc}
Expand Down
4 changes: 2 additions & 2 deletions yocaml_eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ depends: [
"dune" {>= "3.14"}
"ocaml" {>= "5.1.1"}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"mdx" {with-test & = "2.5.0"}
"yocaml" {= version}
"yocaml_runtime" {= version}
"eio" {= "1.1"}
"eio_main" {= "1.1"}
"cohttp-eio" {= "6.0.0~beta2"}
"cohttp-eio" {>= "6.0.0~beta2"}
"odoc" {with-doc}
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion yocaml_git.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
"dune" {>= "3.14"}
"ocaml" {>= "5.1.1"}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"mdx" {with-test & = "2.5.0"}
"lwt" {>= "5.7.0"}
"mimic" {>= "0.0.9"}
"cstruct" {>= "6.2.0"}
Expand Down
2 changes: 1 addition & 1 deletion yocaml_jingoo.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"dune" {>= "3.14"}
"ocaml" {>= "5.1.1"}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"mdx" {with-test & = "2.5.0"}
"yocaml" {= version}
"jingoo" {>= "1.5.0"}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion yocaml_mustache.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"dune" {>= "3.14"}
"ocaml" {>= "5.1.1"}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"mdx" {with-test & = "2.5.0"}
"yocaml" {= version}
"mustache" {= "3.3.0"}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion yocaml_omd.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
"dune" {>= "3.14"}
"ocaml" {>= "5.1.1"}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"mdx" {with-test & = "2.5.0"}
"yocaml" {= version}
"omd" {>= "2.0.0~alpha4"}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion yocaml_otoml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"dune" {>= "3.14"}
"ocaml" {>= "5.1.1"}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"mdx" {with-test & = "2.5.0"}
"yocaml" {= version}
"otoml" {>= "1.0.5"}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion yocaml_runtime.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"dune" {>= "3.14"}
"ocaml" {>= "5.1.1"}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"mdx" {with-test & = "2.5.0"}
"yocaml" {= version}
"cohttp" {>= "5.3.11"}
"magic-mime" {>= "1.3.1"}
Expand Down
2 changes: 1 addition & 1 deletion yocaml_syndication.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"qcheck" {with-test}
"qcheck-alcotest" {with-test}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"mdx" {with-test & = "2.5.0"}
"odoc" {with-doc}
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion yocaml_unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"dune" {>= "3.14"}
"ocaml" {>= "5.1.1"}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"mdx" {with-test & = "2.5.0"}
"httpcats" {>= "0.0.1"}
"yocaml" {= version}
"yocaml_runtime" {= version}
Expand Down
2 changes: 1 addition & 1 deletion yocaml_yaml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"dune" {>= "3.14"}
"ocaml" {>= "5.1.1"}
"ppx_expect"
"mdx" {with-test & = "2.4.1"}
"mdx" {with-test & = "2.5.0"}
"yocaml" {= version}
"yaml" {>= "3.2.0"}
"odoc" {with-doc}
Expand Down

0 comments on commit dba377b

Please sign in to comment.