-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdune-project
54 lines (50 loc) · 1.54 KB
/
dune-project
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
(lang dune 3.7)
(name solver-service)
(formatting (enabled_for dune))
(generate_opam_files true)
(source (github ocurrent/solver-service))
(authors "Thomas Leonard <[email protected]>" "Patrick Ferris <[email protected]>")
(maintainers "[email protected]" "Tim McGilchrist <[email protected]>")
(package
(name solver-service)
(synopsis "Choose package versions to test")
(depends
(ocaml (>= 5.1.0))
; Examples dependencies
(current_web (and (>= 0.6.4) :with-test))
(current_git (and (>= 0.6.4) :with-test))
(current_github (and (>= 0.6.4) :with-test))
(current_ocluster (and (>= 0.2.1) :with-test))
(ppx_deriving_yojson (>= 3.6.1))
(ppx_deriving (>= 5.1))
(yojson (>= 2.1.0))
(lwt (>= 5.6.1))
(eio (>= 1.2))
(eio_main (>= 1.2))
(lwt_eio (>= 0.5))
(logs (>= 0.7.0))
(fmt (>= 0.9.0))
(ocaml-version (>= 3.6.1))
(solver-service-api (= :version))
(dune-build-info (>= 3.8.0))
(opam-0install (>= 0.4.4))
; Lower bound on opam with performance fixes #6144 #6122
(opam-core (>= 2.3.0~alpha1))
(opam-state (>= 2.3.0~alpha1))
(opam-repository (>= 2.3.0~alpha1))
(opam-format (>= 2.3.0~alpha1))
(git-unix (>= 3.12.0))
(ocluster-api (>= 0.2.1))
(prometheus-app (>= 1.2))
(capnp-rpc-net (and (>= 1.2.3) (< 2.0)))
(capnp-rpc-unix (and (>= 1.2.3) (< 2.0))))
(conflicts (carton (< 0.4.2))))
(package
(name solver-service-api)
(synopsis "Cap'n Proto API for the solver service")
(depends
(ocaml (>= 4.14.1))
(capnp (>= 3.5.0))
(capnp-rpc-lwt (>= 1.2.3))
(ppx_deriving_yojson (>= 3.6.1))
(ppx_deriving (>= 5.1))))