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,3 @@
(executable
(name foo)
(public_name foo))

View file

@ -0,0 +1,4 @@
(lang dune 3.7)
(package
(name foo))

View file

@ -0,0 +1,8 @@
This tests shows how to use the `dune ocaml doc` command to open the
documentation index to a browser.
$ if [ "$(uname)" = Darwin ]; then mv xdg-open open; fi
$ export PATH=.:$PATH
$ dune ocaml doc
Docs built. Index can be found here: _build/default/_doc/_html/index.html
open command received args:
_build/default/_doc/_html/index.html

View file

@ -0,0 +1,3 @@
#!/bin/sh
echo "open command received args:"
echo $@