dev-ml/js_of_ocaml: tests and useflags

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-06 17:21:07 +02:00
parent 4b5deda48f
commit df7123ec9d
2 changed files with 51 additions and 10 deletions

View File

@@ -9,4 +9,11 @@
<upstream>
<remote-id type="github">ocsigen/js_of_ocaml</remote-id>
</upstream>
<use>
<flag name="lwt">lwt support</flag>
<flag name="ppx">a ppx syntax extension</flag>
<flag name="ppx-deriving-json">ppx_deriving_json</flag>
<flag name="toplevel">lib and tools to build an ocaml toplevel to javascript</flag>
<flag name="tyxml">tyxml support</flag>
</use>
</pkgmetadata>