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,15 @@
Dependencies for file-include mdx blocks should be computed by dune, using
`ocaml-mdx deps`:
```ocaml file=example.ml
let x = 1
```
Same goes for mdx's `dir` labels:
```sh dir=stuff
$ ls
blah
bleh
blih
```

View file

@ -0,0 +1,2 @@
(mdx
(files README.md))

View file

@ -0,0 +1,3 @@
(lang dune 2.4)
(using mdx 0.1)

View file

@ -0,0 +1,4 @@
Dune should invoke `ocaml-mdx deps` to figure out the files and directories a markdown
or mli to-be-mdxed file depends upon
$ dune runtest