We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cfde7f + 4d639cf commit 3801d1dCopy full SHA for 3801d1d
ppx/dune
@@ -3,7 +3,7 @@
3
(public_name ppx_cstruct)
4
(kind ppx_rewriter)
5
(wrapped false)
6
- (ppx_runtime_libraries cstruct stdlib-shims)
+ (ppx_runtime_libraries cstruct)
7
(preprocess
8
(pps ppxlib.metaquot))
9
- (libraries sexplib ppxlib stdlib-shims))
+ (libraries sexplib ppxlib))
ppx_cstruct.opam
@@ -26,7 +26,6 @@ depends: [
26
"cstruct-sexp" {with-test}
27
"cppo" {with-test}
28
"cstruct-unix" {with-test & =version}
29
- "stdlib-shims"
30
"ocaml-migrate-parsetree" {>= "2.1.0" & with-test}
31
"lwt_ppx" {>= "2.0.2" & with-test}
32
]
0 commit comments