this repo has no description
0
fork

Configure Feed

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

Merge pull request #26505 from anmonteiro/release-piaf-0.2.0

[new release] piaf (0.2.0)

authored by

Anil Madhavapeddy and committed by
GitHub
16e8d80c 6fe6a740

+56 -3
+1 -1
packages/lambda-runtime/lambda-runtime.0.1.0/opam
··· 14 14 "result" 15 15 "yojson" {>= "1.6.0" & < "2.0.0"} 16 16 "ppx_deriving_yojson" 17 - "piaf" 17 + "piaf" {< "0.2.0"} 18 18 "uri" 19 19 "logs" 20 20 "lwt"
+1 -1
packages/otoggl/otoggl.0.3.2/opam
··· 13 13 "atdgen-runtime" {>= "2"} 14 14 "base64" {>= "3"} 15 15 "containers" {>= "3.6"} 16 - "piaf" {>= "0.1.0"} 16 + "piaf" {>= "0.1.0" & < "0.2.0"} 17 17 "ppx_deriving" {build} 18 18 "ptime" {>= "1.0.0"} 19 19 "alcotest" {with-test}
+53
packages/piaf/piaf.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "An HTTP library with HTTP/2 support written entirely in OCaml" 3 + description: 4 + "Piaf is an HTTP library and webserver written entirely in OCaml." 5 + maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 6 + authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 7 + license: "BSD-3-clause" 8 + homepage: "https://github.com/anmonteiro/piaf" 9 + bug-reports: "https://github.com/anmonteiro/piaf/issues" 10 + depends: [ 11 + "dune" {>= "2.8"} 12 + "ocaml" {>= "5.1"} 13 + "logs" 14 + "eio-ssl" {>= "0.3.0"} 15 + "magic-mime" 16 + "ssl" 17 + "uri" 18 + "ipaddr" 19 + "httpun-eio" {>= "0.2.0"} 20 + "gluten-eio" 21 + "h2-eio" {>= "0.13.0"} 22 + "httpun-ws" {>= "0.2.0"} 23 + "pecu" {>= "0.4"} 24 + "prettym" 25 + "unstrctrd" {>= "0.2"} 26 + "eio_main" {>= "1.0"} 27 + "dune-site" {with-test} 28 + "alcotest" {with-test} 29 + "odoc" {with-doc} 30 + ] 31 + build: [ 32 + ["dune" "subst"] {dev} 33 + [ 34 + "dune" 35 + "build" 36 + "-p" 37 + name 38 + "-j" 39 + jobs 40 + "@install" 41 + "@doc" {with-doc} 42 + ] 43 + ] 44 + dev-repo: "git+https://github.com/anmonteiro/piaf.git" 45 + url { 46 + src: 47 + "https://github.com/anmonteiro/piaf/releases/download/0.2.0/piaf-0.2.0.tbz" 48 + checksum: [ 49 + "sha256=07fa9009a52faeaae6d86116e75007f5279b185c7bc7c95aab9455f2107370fb" 50 + "sha512=dfde4bd0a5c8a3b795a8e3d6f6e1f9f1864a9eb0a1b96763c17515d771566af7623ca64db671a8dce2c7838dad08d8465db98f5e4f8dcf5e1a386ef5b29da56c" 51 + ] 52 + } 53 + x-commit-hash: "f67d4ccb230248a5f913f0daa2dd41799c48ffa5"
+1 -1
packages/vercel/vercel.0.1.0/opam
··· 15 15 "yojson" 16 16 "lwt" 17 17 "base64" 18 - "piaf" 18 + "piaf" {< "0.2.0"} 19 19 "ppx_deriving_yojson" 20 20 "lambda-runtime" {=version} 21 21 "alcotest" {with-test}