aboutsummaryrefslogtreecommitdiff
path: root/theories
diff options
context:
space:
mode:
authorThéo Zimmermann2021-04-06 11:42:01 +0200
committerThéo Zimmermann2021-04-06 15:01:23 +0200
commitacae2dcfce2f29efb56fec58b876e206329cd6ef (patch)
tree2cf3411a6b82adfc9eaad51520a9f27de6b20ab6 /theories
parent56c32d83cb98056492b6d1feae800bbd73d1996a (diff)
Add odoc warnings for empty packages.
From an OCaml library point of view.
Diffstat (limited to 'theories')
-rw-r--r--theories/dune3
-rw-r--r--theories/index.mld3
2 files changed, 6 insertions, 0 deletions
diff --git a/theories/dune b/theories/dune
index 1cd3d8c119..a5812093d6 100644
--- a/theories/dune
+++ b/theories/dune
@@ -34,3 +34,6 @@
coq-core.plugins.derive))
(include_subdirs qualified)
+
+(documentation
+ (package coq-stdlib))
diff --git a/theories/index.mld b/theories/index.mld
new file mode 100644
index 0000000000..360864342b
--- /dev/null
+++ b/theories/index.mld
@@ -0,0 +1,3 @@
+{0 coq-stdlib }
+
+The coq-stdlib package only contains Coq theory files for the standard library and no OCaml libraries.