Skip to content

Commit

Permalink
forgotten file
Browse files Browse the repository at this point in the history
  • Loading branch information
h0nzZik committed Apr 14, 2024
1 parent 582120f commit 1c76d1f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions minuska/dune-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
(lang dune 3.14)

(name minuska)

(using menhir 3.0)

(generate_opam_files true)

(source
(github username/reponame))

(authors "Author Name")

(maintainers "Maintainer Name")

(license LICENSE)

(documentation https://url/to/documentation)

(package
(name minuska)
(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/dune-files.html#dune-project

0 comments on commit 1c76d1f

Please sign in to comment.