Skip to content

Commit 2bdd518

Browse files
kit-ty-kategtrak
authored andcommitted
Add support for OCaml 5.0
1 parent 0391468 commit 2bdd518

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
(>= 3.2))
3434
hex
3535
ipaddr
36+
camlp-streams
3637
(ocaml
3738
(>= 4.08))
3839
(odoc :with-doc)

pgx.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ depends: [
1515
"dune" {>= "3.2" & >= "3.2"}
1616
"hex"
1717
"ipaddr"
18+
"camlp-streams"
1819
"ocaml" {>= "4.08"}
1920
"odoc" {with-doc}
2021
"ppx_compare" {>= "v0.13.0"}

pgx/src/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ let () = Jbuild_plugin.V1.send @@ {|
1010

1111
(library
1212
(public_name pgx)
13-
(libraries hex ipaddr uuidm re sexplib0)
13+
(libraries hex ipaddr uuidm re sexplib0 camlp-streams)
1414
(preprocess (pps ppx_compare ppx_custom_printf ppx_sexp_conv |} ^ preprocess ^ {|)))
1515
|}

0 commit comments

Comments
 (0)