diff options
Diffstat (limited to 'dune-project')
| -rw-r--r-- | dune-project | 23 |
1 files changed, 23 insertions, 0 deletions
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 <toastal@posteo.net>") + +(maintainers "toastal <toastal@posteo.net>") + +(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 |
