-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathirmin-rpc-unix.opam
78 lines (78 loc) · 2.01 KB
/
irmin-rpc-unix.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
opam-version: "2.0"
synopsis: "Cap'n Proto RPC client/server for Irmin"
maintainer: "Zach Shipko <zachshipko@gmail.com>"
authors: "Zach Shipko <zachshipko@gmail.com>"
license: "ISC"
homepage: "https://github.com/mirage/irmin-rpc"
doc: "https://mirage.github.io/irmin-rpc/doc"
bug-reports: "https://github.com/mirage/irmin-rpc/issues"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.0.0"}
"capnp-rpc"
"capnp-rpc-lwt"
"capnp-rpc-unix"
"capnp-rpc-net"
"irmin"
"irmin-rpc"
"irmin-unix" {>= "dev"}
"lwt"
"sexplib0"
"uri"
"alcotest-lwt" {with-test & >= "1.0.0"}
"checkseum" {>= "0.3.0"}
"cmdliner" {>= "1.0.4"}
"cohttp" {>= "2.0.0"}
"digestif" {>= "0.9.0"}
"git" {>= "3.0.0"}
"git-unix" {>= "3.0.0"}
"irmin-git" {>= "dev"}
]
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name] {with-test}
]
dev-repo: "git+ssh://github.com/mirage/irmin-rpc"
pin-depends: [
[
"index.dev"
"git+https://github.com/mirage/index#23e478e28662614abb4b01a7efb11532b08fb1c0"
]
[
"ppx_irmin.dev"
"git+https://github.com/mirage/irmin#8f20cadd955c21895214c5105daa239f61f06413"
]
[
"irmin.dev"
"git+https://github.com/mirage/irmin#8f20cadd955c21895214c5105daa239f61f06413"
]
[
"irmin-git.dev"
"git+https://github.com/mirage/irmin#8f20cadd955c21895214c5105daa239f61f06413"
]
[
"irmin-fs.dev"
"git+https://github.com/mirage/irmin#8f20cadd955c21895214c5105daa239f61f06413"
]
[
"irmin-graphql.dev"
"git+https://github.com/mirage/irmin#8f20cadd955c21895214c5105daa239f61f06413"
]
[
"irmin-http.dev"
"git+https://github.com/mirage/irmin#8f20cadd955c21895214c5105daa239f61f06413"
]
[
"irmin-layers.dev"
"git+https://github.com/mirage/irmin#8f20cadd955c21895214c5105daa239f61f06413"
]
[
"irmin-pack.dev"
"git+https://github.com/mirage/irmin#8f20cadd955c21895214c5105daa239f61f06413"
]
[
"irmin-unix.dev"
"git+https://github.com/mirage/irmin#8f20cadd955c21895214c5105daa239f61f06413"
]
]