-
Notifications
You must be signed in to change notification settings - Fork 10
/
paf-cohttp.opam
31 lines (31 loc) · 1.1 KB
/
paf-cohttp.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
opam-version: "2.0"
name: "paf"
synopsis: "A CoHTTP client with its HTTP/AF implementation"
description: "A compatible layer betweem CoHTTP and HTTP/AF."
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
license: "MIT"
homepage: "https://github.com/dinosaure/paf-le-chien"
doc: "https://dinosaure.github.io/paf-le-chien/"
bug-reports: "https://github.com/dinosaure/paf-le-chien/issues"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.0.0"}
"paf" {= version}
"cohttp-lwt" {< "6.0.0~"}
"domain-name"
"httpaf"
"ipaddr"
"alcotest-lwt" {with-test & >= "1.1.0"}
"fmt" {with-test}
"logs" {with-test}
"mirage-crypto-rng" {with-test & >= "0.11.0"}
"mirage-time-unix" {with-test}
"tcpip" {with-test & >= "6.0.0"}
"uri" {with-test}
"lwt" {with-test}
"astring" {with-test}
]
build: ["dune" "build" "-p" name "-j" jobs]
run-test: ["dune" "runtest" "-p" name "-j" jobs] {os != "macos"}
dev-repo: "git+https://github.com/dinosaure/paf-le-chien.git"