-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy pathgit-paf.opam
37 lines (37 loc) · 948 Bytes
/
git-paf.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
opam-version: "2.0"
synopsis: "A package to use HTTP-based ocaml-git with MirageOS backend"
maintainer: ["[email protected]" "[email protected]"]
authors: "Thomas Gazagnaire"
license: "ISC"
homepage: "https://github.com/mirage/ocaml-git"
doc: "https://mirage.github.io/ocaml-git/"
bug-reports: "https://github.com/mirage/ocaml-git/issues"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.8.0"}
"git" {= version}
"mimic" {>= "0.0.4"}
"paf" {>= "0.7.0"}
"ca-certs-nss"
"fmt"
"ipaddr"
"logs"
"lwt"
"mirage-clock"
"tcpip" {>= "7.0.0"}
"mirage-time"
"rresult" {>= "0.7.0"}
"tls" {>= "1.0.0"}
"uri"
"bigstringaf"
"domain-name"
"httpaf"
"mirage-flow" {>= "4.0.0"}
"tls-mirage" {>= "1.0.0"}
]
conflicts: [ "result" {< "1.5"} ]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test}
]
dev-repo: "git+https://github.com/mirage/ocaml-git.git"