2024-01-15 02:05:43 +00:00
|
|
|
(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
|
2024-01-15 02:12:11 +00:00
|
|
|
dune
|
2024-01-15 02:38:27 +00:00
|
|
|
(tsdl (= 1.0.0))
|
2024-02-05 17:46:57 +00:00
|
|
|
(tsdl-image (= 0.6))
|
2024-01-19 18:21:49 +00:00
|
|
|
(tgls (= 0.8.6))
|
2024-02-05 17:46:57 +00:00
|
|
|
(sexplib (= v0.16.0))
|
|
|
|
(xmlm (= 1.4.0))
|
|
|
|
(yojson (= 2.1.2))))
|
|
|
|
|