unikernel-repo/packages/paf-cohttp.0.1.1~dev/opam

33 lines
1.1 KiB
Text

opam-version: "2.0"
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"
"domain-name"
"httpaf"
"ipaddr"
"alcotest-lwt" {with-test}
"fmt" {with-test}
"logs" {with-test}
"mirage-crypto-rng" {with-test}
"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]
dev-repo: "git+https://github.com/dinosaure/paf-le-chien.git"
url {
src: "git+https://github.com/hannesm/paf-le-chien.git#0.1.1"
}