# OASIS_START
# DO NOT EDIT (digest: d4de17cf0e998d2fc71cf12454401372)
# 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 csv
"src/csv.cmxs": use_csv
# Library csv_lwt
"src/csv_lwt.cmxs": use_csv_lwt
<src/*.ml{,i,y}>: package(bytes)
<src/csv_lwt.ml{,i,y}>: package(lwt)
<src/*.ml{,i,y}>: use_csv
# Executable csvtool
<examples/csvtool.{native,byte}>: package(bytes)
<examples/csvtool.{native,byte}>: use_csv
# Executable example
<examples/example.{native,byte}>: package(bytes)
<examples/example.{native,byte}>: use_csv
<examples/*.ml{,i,y}>: package(bytes)
<examples/*.ml{,i,y}>: use_csv
# Executable test
<tests/test.{native,byte}>: package(bytes)
<tests/test.{native,byte}>: use_csv
# Executable test_header
<tests/test_header.{native,byte}>: package(bytes)
<tests/test_header.{native,byte}>: use_csv
# Executable test_write
<tests/test_write.{native,byte}>: package(bytes)
<tests/test_write.{native,byte}>: use_csv
<tests/*.ml{,i,y}>: package(bytes)
<tests/*.ml{,i,y}>: use_csv
# OASIS_STOP

true: annot, safe_string
true: warn(A-4@8-29-33-40-41-42-44-45-48)
