This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
(executable
|
||||
(name foo)
|
||||
(public_name foo))
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
(lang dune 3.7)
|
||||
|
||||
(package
|
||||
(name foo))
|
||||
|
|
@ -0,0 +1 @@
|
|||
let a = 123
|
||||
|
|
@ -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
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
echo "open command received args:"
|
||||
echo $@
|
||||
Loading…
Add table
Add a link
Reference in a new issue