Skip to content

Commit

Permalink
Merge pull request #26110 from anmonteiro/release-httpun-ws-0.1.0
Browse files Browse the repository at this point in the history
[new release] httpun-ws (6 packages) (0.1.0)
  • Loading branch information
avsm authored Jun 24, 2024
2 parents c25a14c + 53a8efd commit 28cc4e8
Show file tree
Hide file tree
Showing 6 changed files with 258 additions and 0 deletions.
43 changes: 43 additions & 0 deletions packages/httpun-ws-async/httpun-ws-async.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
opam-version: "2.0"
synopsis: "Mirage support for httpun"
maintainer: ["Antonio Nuno Monteiro <[email protected]>"]
authors: [
"Spiros Eliopoulos <[email protected]>"
"Antonio Nuno Monteiro <[email protected]>"
]
license: "BSD-3-clause"
homepage: "https://github.com/anmonteiro/httpun-ws"
bug-reports: "https://github.com/anmonteiro/httpun-ws/issues"
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.08"}
"httpun-ws"
"async" {>= "v0.15.0"}
"gluten-async" {>= "0.5.0"}
"digestif" {>= "1.2.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/anmonteiro/httpun-ws.git"
url {
src:
"https://github.com/anmonteiro/httpun-ws/releases/download/0.1.0/httpun-ws-0.1.0.tbz"
checksum: [
"sha256=9d19ca6a040e640e80b07bf0f2692ac511f1ff10897135a88b8254fd97461fdc"
"sha512=4d182946d0c3ed86a866983b423a89c59c444df3000d7f7e67bd77722237706afe7358461b6811f598e180ade9145bbdf4d23afb2e18144bbba363fe288a1b92"
]
}
x-commit-hash: "a3bdce5bba5e00e08be6c538f51e51db21102db6"
42 changes: 42 additions & 0 deletions packages/httpun-ws-eio/httpun-ws-eio.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
opam-version: "2.0"
synopsis: "Eio support for httpun"
maintainer: ["Antonio Nuno Monteiro <[email protected]>"]
authors: [
"Spiros Eliopoulos <[email protected]>"
"Antonio Nuno Monteiro <[email protected]>"
]
license: "BSD-3-clause"
homepage: "https://github.com/anmonteiro/httpun-ws"
bug-reports: "https://github.com/anmonteiro/httpun-ws/issues"
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.08"}
"httpun-ws"
"digestif" {>= "1.2.0"}
"gluten-eio" {>= "0.5.1"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/anmonteiro/httpun-ws.git"
url {
src:
"https://github.com/anmonteiro/httpun-ws/releases/download/0.1.0/httpun-ws-0.1.0.tbz"
checksum: [
"sha256=9d19ca6a040e640e80b07bf0f2692ac511f1ff10897135a88b8254fd97461fdc"
"sha512=4d182946d0c3ed86a866983b423a89c59c444df3000d7f7e67bd77722237706afe7358461b6811f598e180ade9145bbdf4d23afb2e18144bbba363fe288a1b92"
]
}
x-commit-hash: "a3bdce5bba5e00e08be6c538f51e51db21102db6"
41 changes: 41 additions & 0 deletions packages/httpun-ws-lwt-unix/httpun-ws-lwt-unix.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "2.0"
synopsis: "Lwt + unix support for httpun-ws"
maintainer: ["Antonio Nuno Monteiro <[email protected]>"]
authors: [
"Spiros Eliopoulos <[email protected]>"
"Antonio Nuno Monteiro <[email protected]>"
]
license: "BSD-3-clause"
homepage: "https://github.com/anmonteiro/httpun-ws"
bug-reports: "https://github.com/anmonteiro/httpun-ws/issues"
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.08"}
"httpun-ws-lwt"
"gluten-lwt-unix" {>= "0.2.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/anmonteiro/httpun-ws.git"
url {
src:
"https://github.com/anmonteiro/httpun-ws/releases/download/0.1.0/httpun-ws-0.1.0.tbz"
checksum: [
"sha256=9d19ca6a040e640e80b07bf0f2692ac511f1ff10897135a88b8254fd97461fdc"
"sha512=4d182946d0c3ed86a866983b423a89c59c444df3000d7f7e67bd77722237706afe7358461b6811f598e180ade9145bbdf4d23afb2e18144bbba363fe288a1b92"
]
}
x-commit-hash: "a3bdce5bba5e00e08be6c538f51e51db21102db6"
43 changes: 43 additions & 0 deletions packages/httpun-ws-lwt/httpun-ws-lwt.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
opam-version: "2.0"
synopsis: "Lwt support for httpun"
maintainer: ["Antonio Nuno Monteiro <[email protected]>"]
authors: [
"Spiros Eliopoulos <[email protected]>"
"Antonio Nuno Monteiro <[email protected]>"
]
license: "BSD-3-clause"
homepage: "https://github.com/anmonteiro/httpun-ws"
bug-reports: "https://github.com/anmonteiro/httpun-ws/issues"
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.08"}
"httpun-ws"
"lwt"
"digestif" {>= "1.2.0"}
"gluten-lwt" {>= "0.5.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/anmonteiro/httpun-ws.git"
url {
src:
"https://github.com/anmonteiro/httpun-ws/releases/download/0.1.0/httpun-ws-0.1.0.tbz"
checksum: [
"sha256=9d19ca6a040e640e80b07bf0f2692ac511f1ff10897135a88b8254fd97461fdc"
"sha512=4d182946d0c3ed86a866983b423a89c59c444df3000d7f7e67bd77722237706afe7358461b6811f598e180ade9145bbdf4d23afb2e18144bbba363fe288a1b92"
]
}
x-commit-hash: "a3bdce5bba5e00e08be6c538f51e51db21102db6"
43 changes: 43 additions & 0 deletions packages/httpun-ws-mirage/httpun-ws-mirage.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
opam-version: "2.0"
synopsis: "Mirage support for httpun"
maintainer: ["Antonio Nuno Monteiro <[email protected]>"]
authors: [
"Spiros Eliopoulos <[email protected]>"
"Antonio Nuno Monteiro <[email protected]>"
]
license: "BSD-3-clause"
homepage: "https://github.com/anmonteiro/httpun-ws"
bug-reports: "https://github.com/anmonteiro/httpun-ws/issues"
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.08"}
"httpun-ws-lwt"
"gluten-mirage" {>= "0.5.0"}
"mirage-flow" {>= "2.0.0"}
"cstruct"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/anmonteiro/httpun-ws.git"
url {
src:
"https://github.com/anmonteiro/httpun-ws/releases/download/0.1.0/httpun-ws-0.1.0.tbz"
checksum: [
"sha256=9d19ca6a040e640e80b07bf0f2692ac511f1ff10897135a88b8254fd97461fdc"
"sha512=4d182946d0c3ed86a866983b423a89c59c444df3000d7f7e67bd77722237706afe7358461b6811f598e180ade9145bbdf4d23afb2e18144bbba363fe288a1b92"
]
}
x-commit-hash: "a3bdce5bba5e00e08be6c538f51e51db21102db6"
46 changes: 46 additions & 0 deletions packages/httpun-ws/httpun-ws.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
opam-version: "2.0"
synopsis: "Websocket implementation for httpun"
maintainer: ["Antonio Nuno Monteiro <[email protected]>"]
authors: [
"Spiros Eliopoulos <[email protected]>"
"Antonio Nuno Monteiro <[email protected]>"
]
license: "BSD-3-clause"
homepage: "https://github.com/anmonteiro/httpun-ws"
bug-reports: "https://github.com/anmonteiro/httpun-ws/issues"
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.08"}
"base64" {>= "3.0.0"}
"bigstringaf"
"angstrom" {>= "0.14.0"}
"faraday" {>= "0.8.0"}
"gluten" {>= "0.2.0"}
"httpun"
"alcotest" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/anmonteiro/httpun-ws.git"
url {
src:
"https://github.com/anmonteiro/httpun-ws/releases/download/0.1.0/httpun-ws-0.1.0.tbz"
checksum: [
"sha256=9d19ca6a040e640e80b07bf0f2692ac511f1ff10897135a88b8254fd97461fdc"
"sha512=4d182946d0c3ed86a866983b423a89c59c444df3000d7f7e67bd77722237706afe7358461b6811f598e180ade9145bbdf4d23afb2e18144bbba363fe288a1b92"
]
}
x-commit-hash: "a3bdce5bba5e00e08be6c538f51e51db21102db6"

0 comments on commit 28cc4e8

Please sign in to comment.