18 lines
400 B
Plaintext
18 lines
400 B
Plaintext
|
(lang dune 3.12)
|
||
|
(name geometra)
|
||
|
(generate_opam_files true)
|
||
|
; (source (github username/reponame))
|
||
|
; (authors "Author Name")
|
||
|
; (maintainers "Maintainer Name")
|
||
|
; (license LICENSE)
|
||
|
; (documentation https://url/to/documentation)
|
||
|
|
||
|
(package
|
||
|
(name geometra)
|
||
|
; (synopsis "A short synopsis")
|
||
|
; (description "A longer description")
|
||
|
; (tags (topics "to describe" your project))
|
||
|
(depends
|
||
|
ocaml
|
||
|
dune))
|