From c9fbdb681b77698bdf8a503cb9d13b6f0b53fd93 Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 22 Jun 2025 01:46:49 +0700 Subject: init --- sorsyl/dune-project | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 sorsyl/dune-project (limited to 'sorsyl/dune-project') diff --git a/sorsyl/dune-project b/sorsyl/dune-project new file mode 100644 index 0000000..fe23f5d --- /dev/null +++ b/sorsyl/dune-project @@ -0,0 +1,26 @@ +(lang dune 3.19) + +(name sorsyl) + +(generate_opam_files true) + +(source + (github username/reponame)) + +(authors "Author Name ") + +(maintainers "Maintainer Name ") + +(license LICENSE) + +(documentation https://url/to/documentation) + +(package + (name sorsyl) + (synopsis "A short synopsis") + (description "A longer description") + (depends ocaml csv) + (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