forked from dinosaure/paf-le-chien
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaf-le.opam
26 lines (26 loc) · 850 Bytes
/
paf-le.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
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 <[email protected]>"
authors: "Romain Calascibetta <[email protected]>"
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}
"duration"
"emile" {>= "1.1"}
"httpaf"
"letsencrypt" {>= "0.4.0"}
"mirage-time"
"tls-mirage"
"tcpip" {>= "7.0.0"}
"x509" {>= "0.13.0"}
]
build: ["dune" "build" "-p" name "-j" jobs]
run-test: ["dune" "runtest" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/dinosaure/paf-le-chien.git"