-
Notifications
You must be signed in to change notification settings - Fork 1
/
ui-server.opam
57 lines (55 loc) · 1.06 KB
/
ui-server.opam
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
opam-version: "2.0"
authors: "Eugene Bulavin, Alex Yanin et al."
maintainer: "Eugene Bulavin <[email protected]>"
bug-reports: "https://github.com/Freyr666/ui-server/issues"
homepage: "https://github.com/Freyr666/ui-server"
dev-repo: "git+https://github.com/Freyr666/ui-server.git"
build: [["dune" "build" "-p" name "-j" jobs]]
depends: [
"angstrom"
"base64"
"bitstring"
"caqti-driver-postgresql"
"caqti-lwt"
"chartjs" {>= "0.2.2"}
"chartjs-annotation" {>= "0.2.2"}
"chartjs-datalabels" {>= "0.2.2"}
"chartjs-streaming" {>= "0.2.2"}
"cohttp-lwt-unix"
"color"
"conf-libev"
"cstruct"
"ctypes"
"ctypes-foreign"
"dune"
"fmt"
"hex"
"ipaddr"
"janus-js"
"js_of_ocaml"
"js_of_ocaml-lwt"
"js_of_ocaml-tyxml"
"js_of_ocaml-ppx"
"logs"
"lwt"
"lwt_react"
"lwt_ssl"
"macaddr"
"mustache"
"nocrypto"
"obus"
"pbkdf"
"ppx_cstruct"
"ppx_deriving"
"ppx_deriving_yojson"
"ptime"
"qoe_backend_lwt"
"qoe_backend_types"
"react"
"tyxml"
"uri"
"uuidm"
"websocket-lwt-unix"
"x509" {>= "0.8.1"}
"yojson" {>= "1.7.0"}
]