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 @@
```ocaml
# let x = 1;;
```

View file

@ -0,0 +1,3 @@
```ocaml
# let x = 1;;
```

View file

@ -0,0 +1,10 @@
(mdx
(files doc-a.md)
(package a))
(mdx
(files doc-b.md)
(package b))
(mdx
(files doc-nopkg.md))

View file

@ -0,0 +1,2 @@
(lang dune 2.8)
(using mdx 0.1)

View file

@ -0,0 +1,9 @@
(package) needs a recent (lang dune):
$ dune runtest --only-packages b
File "dune", line 3, characters 1-12:
3 | (package a))
^^^^^^^^^^^
Error: 'package' is only available since version 2.9 of the dune language.
Please update your dune-project file to have (lang dune 2.9).
[1]