Skip to content

Commit

Permalink
Merge pull request #300 from hannesm/ppx-no-stdlib-shims
Browse files Browse the repository at this point in the history
ppx_cstruct: remove stdlib-shims dependency, it requires OCaml 4.08 already
  • Loading branch information
dinosaure authored Jul 20, 2022
2 parents 7cfde7f + 4d639cf commit 3801d1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ppx/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(public_name ppx_cstruct)
(kind ppx_rewriter)
(wrapped false)
(ppx_runtime_libraries cstruct stdlib-shims)
(ppx_runtime_libraries cstruct)
(preprocess
(pps ppxlib.metaquot))
(libraries sexplib ppxlib stdlib-shims))
(libraries sexplib ppxlib))
1 change: 0 additions & 1 deletion ppx_cstruct.opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ depends: [
"cstruct-sexp" {with-test}
"cppo" {with-test}
"cstruct-unix" {with-test & =version}
"stdlib-shims"
"ocaml-migrate-parsetree" {>= "2.1.0" & with-test}
"lwt_ppx" {>= "2.0.2" & with-test}
]
Expand Down

0 comments on commit 3801d1d

Please sign in to comment.