Skip to content

Commit

Permalink
remove ppx_deriving requirement from META
Browse files Browse the repository at this point in the history
  • Loading branch information
domsj committed Jul 20, 2015
1 parent 941b696 commit 9a08e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion META
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description = "Rocksdb binding"
version = "0.1.0"
exists_if = "rocks.cma,rocks.cmxa,rocks.cmxs"
requires = "ctypes ctypes.foreign ppx_deriving"
requires = "ctypes ctypes.foreign"
archive(native) = "rocks.cmxa"

0 comments on commit 9a08e93

Please sign in to comment.