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