This commit is contained in:
Jaka Furlan 2025-12-07 20:13:19 +01:00
parent 586a58fd94
commit c707e3253c
53 changed files with 500 additions and 27 deletions

26
ass3/zbirnik/dune-project Normal file
View file

@ -0,0 +1,26 @@
(lang dune 3.20)
(name zbirnik)
(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 zbirnik)
(synopsis "A short synopsis")
(description "A longer description")
(depends ocaml)
(tags
("add topics" "to describe" your project)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html