From 95d50b25c990e8c945ce2507b16ff3c8b039d286 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Mon, 25 Aug 2025 19:48:19 +0200 Subject: OCaml --- dune-project | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dune-project (limited to 'dune-project') diff --git a/dune-project b/dune-project new file mode 100644 index 0000000..00fe620 --- /dev/null +++ b/dune-project @@ -0,0 +1,26 @@ +(lang dune 3.17) + +(name rdcapsis) + +(generate_opam_files true) + +(source + (github username/reponame)) + +(authors "Author Name ") + +(maintainers "Maintainer Name ") + +(license LICENSE) + +(documentation https://url/to/documentation) + +(package + (name rdcapsis) + (synopsis "A short synopsis") + (description "A longer description") + (depends ocaml zarith core dmap delimited_parsing re (utop :dev) (merlin :dev) (ocamlformat :dev)) + (tags + ("add topics" "to describe" your project))) + +; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html -- cgit v1.2.3