The unpac monorepo manager self-hosting as a monorepo using unpac

Add :standard in c_flags on C stubs

authored by dinosaure.tngl.sh and committed by

Spiros Eliopoulos 7f3ccf02 2cb7ac31

+1 -1
+1 -1
vendor/opam/bigstringaf/lib/dune
··· 5 5 (flags (:standard -safe-string)) 6 6 7 7 (c_names bigstringaf_stubs) 8 - (c_flags (-Wall -Wextra -Wpedantic)) 8 + (c_flags (:standard -Wall -Wextra -Wpedantic)) 9 9 10 10 (js_of_ocaml (javascript_files runtime.js)) 11 11 )