-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdune-project
More file actions
39 lines (29 loc) · 927 Bytes
/
dune-project
File metadata and controls
39 lines (29 loc) · 927 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
32
33
34
35
36
37
38
39
(lang dune 3.20)
(name rizzo)
(generate_opam_files true)
(source
(github itu-msc/Research-Project))
(maintainers "Patrick Matthiesen" "tjobi")
(authors "Patrick Matthiesen" "tjobi")
(license MIT)
(documentation https://url/to/documentation)
(package
(name rizzo)
(version 0.3.0)
(synopsis "FRP library implementation of Rizzo")
(description
"Rizzo is a Functional Reactive Programming (FRP) library implemented in OCaml.\n It provides abstractions and tools for building reactive applications with ease and efficiency.\n Rizzo was made as one solution to the challenges with time leaks in FRP systems.")
(depends
(ocaml
(>= 5.3))
(dune
(>= 3.20)))
(tags
("FRP"
"space leaks"
"time leaks"
"signals"
"channels"
"functional reactive programming")))
(map_workspace_root false)
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html