forked from ocurrent/solver-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsolver-service-api.opam
35 lines (35 loc) · 897 Bytes
/
solver-service-api.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Cap'n Proto API for the solver service"
maintainer: ["[email protected]" "Tim McGilchrist <[email protected]>"]
authors: [
"Thomas Leonard <[email protected]>" "Patrick Ferris <[email protected]>"
]
homepage: "https://github.com/ocurrent/solver-service"
bug-reports: "https://github.com/ocurrent/solver-service/issues"
depends: [
"dune" {>= "3.7"}
"ocaml" {>= "4.14.1"}
"alcotest-lwt" {>= "1.7.0" & with-test}
"current_rpc"
"capnp" {>= "3.5.0"}
"capnp-rpc-lwt" {>= "1.2.3"}
"ppx_deriving_yojson" {>= "3.6.1"}
"ppx_deriving" {>= "5.1"}
"odoc" {with-doc}
]
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"