Skip to content

Commit

Permalink
Add support for OCaml 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate authored and gtrak committed Oct 26, 2022
1 parent 0391468 commit 2bdd518
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
(>= 3.2))
hex
ipaddr
camlp-streams
(ocaml
(>= 4.08))
(odoc :with-doc)
Expand Down
1 change: 1 addition & 0 deletions pgx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ depends: [
"dune" {>= "3.2" & >= "3.2"}
"hex"
"ipaddr"
"camlp-streams"
"ocaml" {>= "4.08"}
"odoc" {with-doc}
"ppx_compare" {>= "v0.13.0"}
Expand Down
2 changes: 1 addition & 1 deletion pgx/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ let () = Jbuild_plugin.V1.send @@ {|

(library
(public_name pgx)
(libraries hex ipaddr uuidm re sexplib0)
(libraries hex ipaddr uuidm re sexplib0 camlp-streams)
(preprocess (pps ppx_compare ppx_custom_printf ppx_sexp_conv |} ^ preprocess ^ {|)))
|}

0 comments on commit 2bdd518

Please sign in to comment.