Skip to content

Commit

Permalink
Update build infrastructure significantly
Browse files Browse the repository at this point in the history
  • Loading branch information
fxfactorial committed Nov 12, 2015
1 parent bee734f commit e501d7d
Show file tree
Hide file tree
Showing 7 changed files with 7,477 additions and 32 deletions.
23 changes: 23 additions & 0 deletions _tags
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# OASIS_START
# DO NOT EDIT (digest: b8c02e1216b30baf1ecf53390bc3a342)
# 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 nodejs
"src/nodejs.cmxs": use_nodejs
<src/*.ml{,i,y}>: pkg_js_of_ocaml
<src/*.ml{,i,y}>: pkg_js_of_ocaml.ppx
<src/*.ml{,i,y}>: pkg_yojson
# OASIS_STOP
"examples/node_modules": not_hygienic
Loading

0 comments on commit e501d7d

Please sign in to comment.