-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdune-project
More file actions
29 lines (19 loc) · 721 Bytes
/
dune-project
File metadata and controls
29 lines (19 loc) · 721 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
(lang dune 3.10)
(name thoth)
(generate_opam_files true)
(source
(github abdufelsayed/thoth))
(authors "Abdullah Elsayed <hi@abdllah.dev>")
(maintainers "Abdullah Elsayed <hi@abdllah.dev>")
(license MIT)
(documentation https://url/to/documentation)
(using menhir 2.1)
(package
(name thoth)
(synopsis "Multitier web language")
(description
"Multitier web language that compiles to ReactJS client and Node.js server in human-readable Typescript code")
(depends ocaml dune core core_unix fmt fileutils jingoo cmdliner)
(tags
(dsl fullstack multitier web typescript "human-readable" reactjs "node.js")))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project