From aac0db188512d0a08701cf69358158646cbc94d8 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Mon, 26 Sep 2022 14:19:40 +0200 Subject: [PATCH] add paf with increased timeout --- packages/paf-cohttp.0.1.1~dev/opam | 33 +++++++++++++++++++++++++ packages/paf-le.0.1.1~dev/opam | 28 +++++++++++++++++++++ packages/paf.0.1.1~dev/opam | 39 ++++++++++++++++++++++++++++++ 3 files changed, 100 insertions(+) create mode 100644 packages/paf-cohttp.0.1.1~dev/opam create mode 100644 packages/paf-le.0.1.1~dev/opam create mode 100644 packages/paf.0.1.1~dev/opam diff --git a/packages/paf-cohttp.0.1.1~dev/opam b/packages/paf-cohttp.0.1.1~dev/opam new file mode 100644 index 0000000..2298dc2 --- /dev/null +++ b/packages/paf-cohttp.0.1.1~dev/opam @@ -0,0 +1,33 @@ +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 " +authors: "Romain Calascibetta " +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" +} diff --git a/packages/paf-le.0.1.1~dev/opam b/packages/paf-le.0.1.1~dev/opam new file mode 100644 index 0000000..a00c584 --- /dev/null +++ b/packages/paf-le.0.1.1~dev/opam @@ -0,0 +1,28 @@ +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 " +authors: "Romain Calascibetta " +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" +url { + src: "git+https://github.com/hannesm/paf-le-chien.git#0.1.1" +} diff --git a/packages/paf.0.1.1~dev/opam b/packages/paf.0.1.1~dev/opam new file mode 100644 index 0000000..6186239 --- /dev/null +++ b/packages/paf.0.1.1~dev/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +synopsis: "HTTP/AF and MirageOS" +description: "A compatible layer for HTTP/AF and MirageOS." +maintainer: "Romain Calascibetta " +authors: "Romain Calascibetta " +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"} + "tcpip" {>= "7.0.0"} + "mirage-time" {>= "2.0.0"} + "tls-mirage" {>= "0.15.0"} + "mimic" {>= "0.0.5"} + "ke" {>= "0.4"} + "lwt" {with-test} + "base-unix" {with-test} + "logs" {with-test} + "fmt" {with-test} + "mirage-crypto-rng" {with-test} + "mirage-time-unix" {with-test} + "ptime" {with-test} + "uri" {with-test} + "alcotest-lwt" {with-test} + "bigstringaf" {>= "0.7.0"} + "httpaf" {>= "0.7.1"} + "h2" {>= "0.9.0"} + "faraday" {>= "0.7.2"} + "tls" {>= "0.15.0"} + "cstruct" {>= "6.0.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" +url { + src: "git+https://github.com/hannesm/paf-le-chien.git#0.1.1" +}