geometra/dune-project

22 lines
433 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
tsdl
;tsdl-image
;tgls
))