diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 13:00:26 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 13:00:26 +0000 |
| commit | 3df27ffb2bd40f3eaeed6dfb08ef3041cc60bfe0 (patch) | |
| tree | 5ce28db0cd6a4f15a7626fb1b9982e13a7b6f086 /dune-project | |
| parent | d3f85acf813d78c6d9972c8f10ff9c3a76bd0f08 (diff) | |
| download | nixtaml-3df27ffb2bd40f3eaeed6dfb08ef3041cc60bfe0.tar nixtaml-3df27ffb2bd40f3eaeed6dfb08ef3041cc60bfe0.tar.gz nixtaml-3df27ffb2bd40f3eaeed6dfb08ef3041cc60bfe0.tar.bz2 nixtaml-3df27ffb2bd40f3eaeed6dfb08ef3041cc60bfe0.tar.lz nixtaml-3df27ffb2bd40f3eaeed6dfb08ef3041cc60bfe0.tar.xz nixtaml-3df27ffb2bd40f3eaeed6dfb08ef3041cc60bfe0.tar.zst nixtaml-3df27ffb2bd40f3eaeed6dfb08ef3041cc60bfe0.zip | |
ocaml onset
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 |
