diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2025-06-01 17:12:06 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2025-06-14 10:58:01 +0200 |
commit | 2f18b8a33cabd0ea666781ba048d0174b4dc5031 (patch) | |
tree | aacda421b89e8133e3c73942e9ede61283a5005c /lib/virtuals/_readme.rst |
Initial commit
Diffstat (limited to 'lib/virtuals/_readme.rst')
-rw-r--r-- | lib/virtuals/_readme.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/virtuals/_readme.rst b/lib/virtuals/_readme.rst new file mode 100644 index 0000000..4c31089 --- /dev/null +++ b/lib/virtuals/_readme.rst @@ -0,0 +1,5 @@ +This directory contains hold the `virtual libraries` used in the application. +They allow to share common code between the javascript and server side with +differents implementations (for exemple in the string representation). + +.. _`virtual libraries`: https://dune.readthedocs.io/en/stable/variants.html#virtual-library |