From 3df27ffb2bd40f3eaeed6dfb08ef3041cc60bfe0 Mon Sep 17 00:00:00 2001 From: ยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค Date: Wed, 10 Dec 2025 13:00:26 +0000 Subject: ocaml onset --- dune-project | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dune-project (limited to 'dune-project') diff --git a/dune-project b/dune-project new file mode 100644 index 0000000..de7d7f5 --- /dev/null +++ b/dune-project @@ -0,0 +1,23 @@ +(lang dune 3.20) + +(name nixtamal) + +(generate_opam_files true) + +(source + (uri "https://darcs.toastal.in.th/nixtamal/trunk")) + +(authors "toastal ") + +(maintainers "toastal ") + +(license GPL-3.0-or-later) + +(package + (name nixtamal) + (synopsis "Fulfilling Nix version pinning") + (description "TODO") + (depends aloctest cmdliner eio eio_main fmt jingoo jsont kdl logs uri) + (tags ("nix"))) + +; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html -- cgit v1.2.3