-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdune-project
More file actions
31 lines (22 loc) · 759 Bytes
/
Copy pathdune-project
File metadata and controls
31 lines (22 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
(lang dune 3.6)
(name rails)
(generate_opam_files true)
(source
(github bluddy/rails))
(authors "Yotam Barnoy")
(maintainers "yotambarnoy@gmail.com")
(license MIT)
(documentation https://url/to/documentation)
(package
(name rails)
(allow_empty)
(synopsis "OCaml-based remake of Railroad Tycoon")
(description "Requires original files")
(depends ocaml dune iter containers containers-data gen imagelib tgls tsdl tsdl-mixer owl-base
ocamlgraph fmt logs re
ppx_import ppx_deriving ppx_hash ppx_yojson_conv ppx_expect ppx_inline_test ppx_update
ppx_deriving_variant_string
)
(tags
(game engine remake)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project