-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdune-project
More file actions
44 lines (43 loc) · 968 Bytes
/
dune-project
File metadata and controls
44 lines (43 loc) · 968 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
40
41
42
43
44
(lang dune 3.13)
(name octez-manager)
(generate_opam_files true)
(license MIT)
(source (github trilitech/octez-manager))
(package
(name octez-manager)
(synopsis "Minimal Octez service installer")
(description
"Small CLI that installs octez-node and companion systemd services without the full Octez Setup UI.")
(depends
(ocaml (>= 5.3))
cmdliner
rresult
yojson
yaml
bos
(miaou-core (>= 0.4.1))
(miaou-driver-term (>= 0.4.1))
(miaou-driver-matrix (>= 0.4.1))
(miaou-runner (>= 0.4.1))
(miaou-driver-web (>= 0.4.1))
eio
eio_main
eio_posix
cohttp-eio
tls-eio
tls
ca-certs
domain-name
mirage-crypto-rng
uri
lambda-term
linenoise
(ppx_deriving :build)
(ppx_forbid :build)
(ppxlib (>= 0.28.0))
(sqlite3 :with-dev-setup)
(alcotest :with-test)
(qcheck-alcotest :with-test)
(bisect_ppx :with-test))
(authors "Nomadic Labs <contact@nomadic-labs.com>")
(maintainers "Nomadic Labs <contact@nomadic-labs.com>"))