summaryrefslogtreecommitdiff
path: root/dune-project
blob: daec2507b32846da58933a71c6772ad5c6f3f234 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(lang dune 3.7)

(name sand)

(generate_opam_files true)

(source
 (github username/reponame))

(authors "Federico Igne")

; (maintainers "Maintainer Name")
; (license LICENSE)
; (documentation https://url/to/documentation)

(package
 (name sand)
 (synopsis "A simple editor inspired by 'kilo'.")
;  (description "A longer description")
;  (tags
;   (topics "to describe" your project))
 (depends ocaml dune))