dune 404 B

1234567891011121314151617181920212223
  1. (include_subdirs unqualified)
  2. (env
  3. (_
  4. (flags (:standard -w -3 -thread))
  5. )
  6. )
  7. (executable
  8. (name haxe)
  9. (public_name haxe)
  10. (package haxe)
  11. (libraries
  12. extc extproc extlib_leftovers ilib javalib neko objsize pcre swflib ttflib ziplib
  13. json
  14. unix str threads dynlink
  15. xml-light extlib ptmap sha
  16. )
  17. (preprocess (per_module
  18. ((pps sedlex.ppx) json lexer)
  19. ))
  20. (link_flags (:include ../lib.sexp))
  21. )