diff options
author | polwex <polwex@sortug.com> | 2025-06-22 01:46:49 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-22 01:46:49 +0700 |
commit | c9fbdb681b77698bdf8a503cb9d13b6f0b53fd93 (patch) | |
tree | cbf7db884b7f91d33b92a12dae410ffd265635d8 /sorsyl/dune-project |
init
Diffstat (limited to 'sorsyl/dune-project')
-rw-r--r-- | sorsyl/dune-project | 26 |
1 files changed, 26 insertions, 0 deletions
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 <author@example.com>") + +(maintainers "Maintainer Name <maintainer@example.com>") + +(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 |