Skip to content

Commit

Permalink
Merge pull request #34 from psafont/undep
Browse files Browse the repository at this point in the history
Remove dependency on ppxes
  • Loading branch information
psafont authored Jul 5, 2024
2 parents 41e39ee + 5691916 commit ee638a4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions crc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ depends: [
"cstruct" {>= "1.0.1"}
"ounit2" {with-test}
"odoc" {with-doc}
"ppx_deriving_rpc"
"ppx_sexp_conv" {>= "v0.11.0"}
]
build: [[ "dune" "build" "-p" name ]]
run-test: [[ "dune" "runtest" "-p" name "-j" jobs ]]
Expand Down
1 change: 0 additions & 1 deletion lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
(flags (:standard))
(c_names crc_stubs)
(libraries cstruct)
(preprocess (pps ppx_deriving_rpc ppx_sexp_conv))
)
1 change: 0 additions & 1 deletion test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
(name crc_test)
(flags (:standard))
(libraries ounit2 crc)
(preprocess (pps ppx_deriving_rpc ppx_sexp_conv))
)

(alias
Expand Down

0 comments on commit ee638a4

Please sign in to comment.