Initial commit
This commit is contained in:
24
dune-project
Normal file
24
dune-project
Normal file
@@ -0,0 +1,24 @@
|
||||
(lang dune 3.20)
|
||||
|
||||
(name remind_sync)
|
||||
|
||||
(generate_opam_files true)
|
||||
|
||||
(source
|
||||
(uri https://git.donadeo.net/pdonadeo/remind-sync))
|
||||
|
||||
(authors "Paolo Donadeo <paolo@donadeo.net>")
|
||||
|
||||
(maintainers "Maintainer Name <maintainer@example.com>")
|
||||
|
||||
(license MIT)
|
||||
|
||||
(documentation https://git.donadeo.net/pdonadeo/remind-sync)
|
||||
|
||||
(package
|
||||
(name remind_sync)
|
||||
(synopsis "A short synopsis")
|
||||
(description "A longer description")
|
||||
(depends ocaml)
|
||||
(tags
|
||||
("add topics" "to describe" your project)))
|
||||
Reference in New Issue
Block a user