We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0391468 commit 2bdd518Copy full SHA for 2bdd518
dune-project
@@ -33,6 +33,7 @@
33
(>= 3.2))
34
hex
35
ipaddr
36
+ camlp-streams
37
(ocaml
38
(>= 4.08))
39
(odoc :with-doc)
pgx.opam
@@ -15,6 +15,7 @@ depends: [
15
"dune" {>= "3.2" & >= "3.2"}
16
"hex"
17
"ipaddr"
18
+ "camlp-streams"
19
"ocaml" {>= "4.08"}
20
"odoc" {with-doc}
21
"ppx_compare" {>= "v0.13.0"}
pgx/src/dune
@@ -10,6 +10,6 @@ let () = Jbuild_plugin.V1.send @@ {|
10
11
(library
12
(public_name pgx)
13
- (libraries hex ipaddr uuidm re sexplib0)
+ (libraries hex ipaddr uuidm re sexplib0 camlp-streams)
14
(preprocess (pps ppx_compare ppx_custom_printf ppx_sexp_conv |} ^ preprocess ^ {|)))
|}
0 commit comments