From fbdf4ff361cba630cf317296da21763320faaa6c Mon Sep 17 00:00:00 2001 From: Scott Lawrence Date: Thu, 20 Jun 2024 08:16:30 -0600 Subject: Created dune project --- 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..03deec3 --- /dev/null +++ b/dune-project @@ -0,0 +1,26 @@ +(lang dune 3.16) + +(name agate) + +(generate_opam_files true) + +(source + (github username/reponame)) + +(authors "Scott Lawrence") + +(maintainers "Scott Lawrence") + +(license LICENSE) + +(documentation https://url/to/documentation) + +(package + (name agate) + (synopsis "A short synopsis") + (description "A longer description") + (depends ocaml dune) + (tags + (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-54-g00ecf