geometra/dune-project

25 lines
532 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 (= 1.0.0))
(tsdl-image (= 0.6))
(tgls (= 0.8.6))
(sexplib (= v0.16.0))
(xmlm (= 1.4.0))
(yojson (= 2.1.2))))