this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #19227 from hannesm/paf-less-deps

paf 0.0.4 & 0.0.5: remove superfluous dependencies

authored by

Kate and committed by
GitHub
9018b2a4 aad0f94d

-14
-7
packages/paf/paf.0.0.4/opam
··· 14 14 "mirage-time" 15 15 "tls-mirage" {>= "0.13.0"} 16 16 "mimic" 17 - "cohttp-lwt" 18 - "letsencrypt" 19 - "emile" 20 17 "ke" {>= "0.4"} 21 18 "lwt" {with-test} 22 19 "base-unix" {with-test} ··· 29 26 "uri" {with-test} 30 27 "alcotest-lwt" {with-test} 31 28 "bigstringaf" {>= "0.7.0"} 32 - "domain-name" {>= "0.3.0"} 33 29 "httpaf" {>= "0.7.1"} 34 30 "h2" {>= "0.7.0"} 35 - "duration" {>= "0.1.3"} 36 31 "faraday" {>= "0.7.2"} 37 - "ipaddr" {>= "5.0.1"} 38 32 "tls" {>= "0.13.0" & < "0.14.0"} 39 - "x509" {>= "0.13.0"} 40 33 ] 41 34 build: ["dune" "build" "-p" name "-j" jobs] 42 35 run-test: ["dune" "runtest" "-p" name "-j" jobs]
-7
packages/paf/paf.0.0.5/opam
··· 14 14 "mirage-time" 15 15 "tls-mirage" {>= "0.14.0"} 16 16 "mimic" 17 - "cohttp-lwt" 18 - "letsencrypt" 19 - "emile" 20 17 "ke" {>= "0.4"} 21 18 "lwt" {with-test} 22 19 "base-unix" {with-test} ··· 29 26 "uri" {with-test} 30 27 "alcotest-lwt" {with-test} 31 28 "bigstringaf" {>= "0.7.0"} 32 - "domain-name" {>= "0.3.0"} 33 29 "httpaf" {>= "0.7.1"} 34 30 "h2" {>= "0.7.0"} 35 - "duration" {>= "0.1.3"} 36 31 "faraday" {>= "0.7.2"} 37 - "ipaddr" {>= "5.0.1"} 38 32 "tls" {>= "0.14.0"} 39 - "x509" {>= "0.13.0"} 40 33 "cstruct" {>= "6.0.0"} 41 34 ] 42 35 build: ["dune" "build" "-p" name "-j" jobs]