dune 482 B

1234567891011121314
  1. ; https://discuss.ocaml.org/t/working-with-application-data-in-packages/9464/5?u=mro
  2. (library
  3. (name as2_vocab)
  4. (libraries uri ptime decoders-ezjsonm)
  5. ; https://dev.realworldocaml.org/data-serialization.html#scrollNav-1-2
  6. ; (preprocess (pps ppx_sexp_conv))
  7. ; https://discuss.ocaml.org/t/lwt-ppx-binary-footprint/11818/2
  8. (preprocess
  9. (pps lwt_ppx))
  10. ; https://discuss.ocaml.org/t/ld-error-missing-note-gnu-stack-section/12478/4
  11. (flags
  12. (:standard -cclib "-z noexecstack")))