aboutsummaryrefslogtreecommitdiff
path: root/lib/dune
diff options
context:
space:
mode:
authorClombrong <clombrong@egregore.fun>2025-04-19 12:51:26 +0200
committerClombrong <cromblong@egregore.fun>2025-04-19 12:51:26 +0200
commit4dc8b3c4019549378bbf59a85b54a7eef9f55855 (patch)
treed6f7cc9e6a9abed32d920934421a5da5b06c10c2 /lib/dune
init: Oh no. This one is real.
add README and COPYING license files instantiate all dune stanzas setup dune with guix shell and direnv, using merlin for project setup
Diffstat (limited to 'lib/dune')
-rw-r--r--lib/dune3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/dune b/lib/dune
new file mode 100644
index 0000000..2c76709
--- /dev/null
+++ b/lib/dune
@@ -0,0 +1,3 @@
+(library
+ (public_name flesh)
+ (name flesh))