Skip to content

Commit

Permalink
Merge pull request #802 from ocsigen/opam
Browse files Browse the repository at this point in the history
Updating dune-project and opam to make opam ci happy
  • Loading branch information
balat authored Sep 6, 2024
2 parents 4b1eab5 + 13071f2 commit c103342
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The client-side code is compiled to JS using Ocsigen Js_of_ocaml or to Wasm usin
(homepage https://ocsigen.org/eliom/)
(source (github ocsigen/eliom))
(depends
(ocaml (>= 4.08.0))
(ocaml (>= 4.12.0))
ocamlfind
ppx_deriving
(ppxlib (>= 0.15.0))
Expand All @@ -39,6 +39,7 @@ The client-side code is compiled to JS using Ocsigen Js_of_ocaml or to Wasm usin
(reactiveData (>= 0.2.1))
base-bytes
(ocsipersist (and (>= 2.0) (< 3.0)))
ppx_optcomp))
ppx_optcomp
(xml-light (>= "2.5"))))

(generate_opam_files)
3 changes: 2 additions & 1 deletion eliom.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ homepage: "https://ocsigen.org/eliom/"
bug-reports: "https://github.com/ocsigen/eliom/issues"
depends: [
"dune" {>= "3.6"}
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.12.0"}
"ocamlfind"
"ppx_deriving"
"ppxlib" {>= "0.15.0"}
Expand All @@ -38,6 +38,7 @@ depends: [
"base-bytes"
"ocsipersist" {>= "2.0" & < "3.0"}
"ppx_optcomp"
"xml-light" {>= "2.5"}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit c103342

Please sign in to comment.