This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,12 @@
$ cat > dune-project <<EOF
> (lang dune 3.0)
> EOF
$ cat >dune <<EOF
> (env (_ (js_of_ocaml (flags :standard "--no-inline"))))
> (library (name test))
> EOF
$ dune printenv --field js_of_ocaml_flags --field js_of_ocaml_link_flags --field js_of_ocaml_build_runtime_flags 2>&1
(js_of_ocaml_flags
(--pretty --no-inline))
(js_of_ocaml_build_runtime_flags (--pretty))
(js_of_ocaml_link_flags ())