Skip to content

Commit

Permalink
Merge pull request ocaml#26505 from anmonteiro/release-piaf-0.2.0
Browse files Browse the repository at this point in the history
[new release] piaf (0.2.0)
  • Loading branch information
avsm authored Sep 7, 2024
2 parents 6fe6a74 + 2319787 commit 16e8d80
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/lambda-runtime/lambda-runtime.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"result"
"yojson" {>= "1.6.0" & < "2.0.0"}
"ppx_deriving_yojson"
"piaf"
"piaf" {< "0.2.0"}
"uri"
"logs"
"lwt"
Expand Down
2 changes: 1 addition & 1 deletion packages/otoggl/otoggl.0.3.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"atdgen-runtime" {>= "2"}
"base64" {>= "3"}
"containers" {>= "3.6"}
"piaf" {>= "0.1.0"}
"piaf" {>= "0.1.0" & < "0.2.0"}
"ppx_deriving" {build}
"ptime" {>= "1.0.0"}
"alcotest" {with-test}
Expand Down
53 changes: 53 additions & 0 deletions packages/piaf/piaf.0.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
opam-version: "2.0"
synopsis: "An HTTP library with HTTP/2 support written entirely in OCaml"
description:
"Piaf is an HTTP library and webserver written entirely in OCaml."
maintainer: ["Antonio Nuno Monteiro <[email protected]>"]
authors: ["Antonio Nuno Monteiro <[email protected]>"]
license: "BSD-3-clause"
homepage: "https://github.com/anmonteiro/piaf"
bug-reports: "https://github.com/anmonteiro/piaf/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "5.1"}
"logs"
"eio-ssl" {>= "0.3.0"}
"magic-mime"
"ssl"
"uri"
"ipaddr"
"httpun-eio" {>= "0.2.0"}
"gluten-eio"
"h2-eio" {>= "0.13.0"}
"httpun-ws" {>= "0.2.0"}
"pecu" {>= "0.4"}
"prettym"
"unstrctrd" {>= "0.2"}
"eio_main" {>= "1.0"}
"dune-site" {with-test}
"alcotest" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/anmonteiro/piaf.git"
url {
src:
"https://github.com/anmonteiro/piaf/releases/download/0.2.0/piaf-0.2.0.tbz"
checksum: [
"sha256=07fa9009a52faeaae6d86116e75007f5279b185c7bc7c95aab9455f2107370fb"
"sha512=dfde4bd0a5c8a3b795a8e3d6f6e1f9f1864a9eb0a1b96763c17515d771566af7623ca64db671a8dce2c7838dad08d8465db98f5e4f8dcf5e1a386ef5b29da56c"
]
}
x-commit-hash: "f67d4ccb230248a5f913f0daa2dd41799c48ffa5"
2 changes: 1 addition & 1 deletion packages/vercel/vercel.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"yojson"
"lwt"
"base64"
"piaf"
"piaf" {< "0.2.0"}
"ppx_deriving_yojson"
"lambda-runtime" {=version}
"alcotest" {with-test}
Expand Down

0 comments on commit 16e8d80

Please sign in to comment.