From 121a6a376209de3f5a9474bf03721e2032a73e01 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Mon, 13 May 2024 11:00:47 -0500 Subject: initial commit --- bin/dune | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bin/dune (limited to 'bin/dune') diff --git a/bin/dune b/bin/dune new file mode 100644 index 0000000..962b989 --- /dev/null +++ b/bin/dune @@ -0,0 +1,12 @@ +(executable + (public_name stitch) + (name main) + (libraries + stitch + unix + cmdliner + str + notty + notty.unix + shexp.process + lambda-term)) -- cgit v1.2.3