<**/*.ml{,i}>: warn(-40), no_alias_deps
<**/*>: thread
# This prevents the implicit addition of -ppx options by ocamlfind
<**/*>: predicate(custom_ppx)
<src/*>: linkall
# OASIS_START
# DO NOT EDIT (digest: 6a3b086cc1a5df09f4fbdb1b5f9320ba)
# Ignore VCS directories, you can use the same kind of rule outside
# OASIS_START/STOP if you want to exclude directories that contains
# useless stuff for the build process
true: annot, bin_annot
<**/.svn>: -traverse
<**/.svn>: not_hygienic
".bzr": -traverse
".bzr": not_hygienic
".hg": -traverse
".hg": not_hygienic
".git": -traverse
".git": not_hygienic
"_darcs": -traverse
"_darcs": not_hygienic
# Library ppx_sexp_conv_expander
"expander/ppx_sexp_conv_expander.cmxs": use_ppx_sexp_conv_expander
<expander/*.ml{,i,y}>: package(ppx_core)
<expander/*.ml{,i,y}>: package(ppx_tools.metaquot)
# Library ppx_sexp_conv
"src/ppx_sexp_conv.cmxs": use_ppx_sexp_conv
<src/*.ml{,i,y}>: package(ppx_core)
<src/*.ml{,i,y}>: package(ppx_tools.metaquot)
<src/*.ml{,i,y}>: package(ppx_type_conv)
<src/*.ml{,i,y}>: use_ppx_sexp_conv_expander
# OASIS_STOP
