mirror of
https://github.com/MorizzG/MLox.git
synced 2025-12-06 04:22:41 +00:00
filled out some dune-project info
This commit is contained in:
parent
29431d0cdb
commit
d2a9964541
2 changed files with 8 additions and 10 deletions
|
|
@ -5,11 +5,9 @@
|
|||
(generate_opam_files true)
|
||||
|
||||
(source
|
||||
(github username/reponame))
|
||||
(github morizzg/mlox))
|
||||
|
||||
(authors "Author Name")
|
||||
|
||||
(maintainers "Maintainer Name")
|
||||
(authors "Moritz Gmeiner")
|
||||
|
||||
(license LICENSE)
|
||||
|
||||
|
|
@ -19,7 +17,7 @@
|
|||
(name MlLox)
|
||||
(synopsis "A short synopsis")
|
||||
(description "A longer description")
|
||||
(depends ocaml dune)
|
||||
(depends ocaml dune ppx_deriving)
|
||||
(tags
|
||||
(topics "to describe" your project)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue