Provided by: js-of-ocaml_3.5.2-3_amd64 bug

NAME

       jsoo_fs - Js_of_ocaml pseudo filesystem utility

SYNOPSIS

       jsoo_fs [OPTION]... [FILES]...

DESCRIPTION

       jsoo_fs is a tool for embeding files in a Js_of_ocaml pseudo filesystem.

ARGUMENTS

       FILES
           Embed [FILES] in the js_of_ocaml pseudo filesystem.

OPTIONS

       --help[=FMT] (default=auto)
           Show this help in format FMT. The value FMT must be one of `auto', `pager', `groff' or
           `plain'. With `auto', the format is `pager` or `plain' whenever the TERM env var is
           `dumb' or undefined.

       -I DIR
           Add [DIR] to the list of include directories.

       -o FILE (required)
           Set output file name to [FILE].

       --version
           Show version information.

BUGS

       Bugs are tracked on github at https://github.com/ocsigen/js_of_ocaml/issues.

AUTHORS

       Jerome Vouillon, Hugo Heuzard.

LICENSE

       Copyright (C) 2010-2019.

       jsoo_fs is free software, you can redistribute it and/or modify it under the terms of the
       GNU Lesser General Public License as published by the Free Software Foundation, with
       linking exception; either version 2.1 of the License, or (at your option) any later
       version.