-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsolver-service.opam
58 lines (58 loc) · 1.55 KB
/
solver-service.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
58
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Choose package versions to test"
maintainer: ["alpha@tarides.com" "Tim McGilchrist <timmcgil@gmail.com>"]
authors: [
"Thomas Leonard <talex5@gmail.com>" "Patrick Ferris <patrick@sirref.org>"
]
homepage: "https://github.com/ocurrent/solver-service"
bug-reports: "https://github.com/ocurrent/solver-service/issues"
depends: [
"dune" {>= "3.7"}
"ocaml" {>= "5.1.0"}
"current_web" {>= "0.6.4" & with-test}
"current_git" {>= "0.6.4" & with-test}
"current_github" {>= "0.6.4" & with-test}
"current_ocluster" {>= "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"}
"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" {>= "1.2.3" & < "2.0"}
"capnp-rpc-unix" {>= "1.2.3" & < "2.0"}
"odoc" {with-doc}
]
conflicts: [
"carton" {< "0.4.2"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocurrent/solver-service.git"