blob: b7399d26c3f2272e9dc3e2c035d7b3df83ce169b (
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 base stdio))
|