this repo has no description

[new release] resp, resp-unix, resp-server, resp-mirage and resp-client (0.11.0) (#19863)

* [new release] resp, resp-unix, resp-server, resp-mirage and resp-client (0.11.0)

CHANGES:

- Updates for `Conduit` and `Cstruct`

* Fix urls

Changed files
+196
packages
resp
resp.0.11.0
resp-client
resp-client.0.11.0
resp-mirage
resp-mirage.0.11.0
resp-server
resp-server.0.11.0
resp-unix
resp-unix.0.11.0
+38
packages/resp-client/resp-client.0.11.0/opam
···
···
+
opam-version: "2.0"
+
maintainer: "Zach Shipko <zachshipko@gmail.com>"
+
authors: ["Zach Shipko <zachshipko@gmail.com>"]
+
homepage: "https://github.com/zshipko/resp"
+
doc: "https://zshipko.github.io/resp"
+
license: "ISC"
+
dev-repo: "git+https://github.com/zshipko/resp.git"
+
bug-reports: "https://github.com/zshipko/resp/issues"
+
tags: ["redis" "protocol"]
+
+
depends:
+
[
+
"ocaml" {>= "4.07.0"}
+
"dune" {>= "2.0.0"}
+
"resp" {= version}
+
]
+
+
build:
+
[
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
+
synopsis: """
+
Redis serialization protocol client library
+
"""
+
+
description: """
+
Redis protocol client library for Lwt
+
"""
+
url {
+
src:
+
"https://github.com/zshipko/resp/releases/download/v0.11.0/resp-0.11.0.tbz"
+
checksum: [
+
"sha256=8c4f7afbed08c5d373a822cf0d2f21427605a283b24ef2e1354aa4bff3dd5035"
+
"sha512=1a14349721871c532142d48ad2811d8aad48173fe3c9a4eb0de7df3bcc58fedf98ed62ab0b548d9fa0d97c99559fb63de17622414155017744d04b8d8a35ff79"
+
]
+
}
+
x-commit-hash: "cd1c38aa58bd3b11f136a9dee5c2f6116a978e52"
+37
packages/resp-mirage/resp-mirage.0.11.0/opam
···
···
+
opam-version: "2.0"
+
maintainer: "Zach Shipko <zachshipko@gmail.com>"
+
authors: "Zach Shipko <zachshipko@gmail.com>"
+
license: "ISC"
+
homepage: "https://github.com/zshipko/resp"
+
doc: "https://zshipko.github.io/resp"
+
bug-reports: "https://github.com/zshipko/resp/issues"
+
depends: [
+
"ocaml" {>= "4.10.0"}
+
"dune" {>= "2.0.0"}
+
"resp" {= version}
+
"resp-client" {= version}
+
"resp-server" {= version}
+
"lwt"
+
"conduit-mirage" {>= "5.0.0"}
+
]
+
build: ["dune" "build" "-p" name]
+
dev-repo: "git+https://github.com/zshipko/resp.git"
+
+
synopsis: """
+
Redis serialization protocol for MirageOS
+
"""
+
+
description: """
+
Redis protocol client library
+
+
Create RESP clients and servers for MirageOS
+
"""
+
url {
+
src:
+
"https://github.com/zshipko/resp/releases/download/v0.11.0/resp-0.11.0.tbz"
+
checksum: [
+
"sha256=8c4f7afbed08c5d373a822cf0d2f21427605a283b24ef2e1354aa4bff3dd5035"
+
"sha512=1a14349721871c532142d48ad2811d8aad48173fe3c9a4eb0de7df3bcc58fedf98ed62ab0b548d9fa0d97c99559fb63de17622414155017744d04b8d8a35ff79"
+
]
+
}
+
x-commit-hash: "cd1c38aa58bd3b11f136a9dee5c2f6116a978e52"
+40
packages/resp-server/resp-server.0.11.0/opam
···
···
+
opam-version: "2.0"
+
maintainer: "Zach Shipko <zachshipko@gmail.com>"
+
authors: ["Zach Shipko <zachshipko@gmail.com>"]
+
homepage: "https://github.com/zshipko/resp"
+
doc: "https://zshipko.github.io/resp"
+
license: "ISC"
+
dev-repo: "git+https://github.com/zshipko/resp.git"
+
bug-reports: "https://github.com/zshipko/resp/issues"
+
+
depends:
+
[
+
"ocaml" {>= "4.07.0"}
+
"dune" {> "2.0.0"}
+
"resp" {= version}
+
"resp-client" {= version}
+
]
+
+
build:
+
[
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
+
synopsis: """
+
Redis serialization protocol server
+
"""
+
+
description: """
+
Redis protocol server
+
+
Provides an interface for creating RESP servers
+
"""
+
url {
+
src:
+
"https://github.com/zshipko/resp/releases/download/v0.11.0/resp-0.11.0.tbz"
+
checksum: [
+
"sha256=8c4f7afbed08c5d373a822cf0d2f21427605a283b24ef2e1354aa4bff3dd5035"
+
"sha512=1a14349721871c532142d48ad2811d8aad48173fe3c9a4eb0de7df3bcc58fedf98ed62ab0b548d9fa0d97c99559fb63de17622414155017744d04b8d8a35ff79"
+
]
+
}
+
x-commit-hash: "cd1c38aa58bd3b11f136a9dee5c2f6116a978e52"
+41
packages/resp-unix/resp-unix.0.11.0/opam
···
···
+
opam-version: "2.0"
+
maintainer: "Zach Shipko <zachshipko@gmail.com>"
+
authors: "Zach Shipko <zachshipko@gmail.com>"
+
license: "ISC"
+
homepage: "https://github.com/zshipko/resp"
+
doc: "https://zshipko.github.io/resp"
+
bug-reports: "https://github.com/zshipko/resp/issues"
+
depends: [
+
"ocaml" {>= "4.10.0"}
+
"dune" {>= "2.0.0"}
+
"resp" {= version}
+
"resp-client" {= version}
+
"resp-server" {= version}
+
"conduit-lwt-unix" {>= "5.0.0"}
+
"alcotest" {with-test}
+
"lwt"
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name] {with-test}
+
]
+
dev-repo: "git+https://github.com/zshipko/resp.git"
+
+
synopsis: """
+
Redis serialization protocol for Unix
+
"""
+
+
description: """
+
Redis protocol for Unix
+
+
Defines a Unix-compaible client and server using Lwt
+
"""
+
url {
+
src:
+
"https://github.com/zshipko/resp/releases/download/v0.11.0/resp-0.11.0.tbz"
+
checksum: [
+
"sha256=8c4f7afbed08c5d373a822cf0d2f21427605a283b24ef2e1354aa4bff3dd5035"
+
"sha512=1a14349721871c532142d48ad2811d8aad48173fe3c9a4eb0de7df3bcc58fedf98ed62ab0b548d9fa0d97c99559fb63de17622414155017744d04b8d8a35ff79"
+
]
+
}
+
x-commit-hash: "cd1c38aa58bd3b11f136a9dee5c2f6116a978e52"
+40
packages/resp/resp.0.11.0/opam
···
···
+
opam-version: "2.0"
+
maintainer: "Zach Shipko <zachshipko@gmail.com>"
+
authors: ["Zach Shipko <zachshipko@gmail.com>"]
+
homepage: "https://github.com/zshipko/resp"
+
doc: "https://zshipko.github.io/resp"
+
license: "ISC"
+
dev-repo: "git+https://github.com/zshipko/resp.git"
+
bug-reports: "https://github.com/zshipko/resp/issues"
+
+
depends:
+
[
+
"ocaml" {>= "4.07.0"}
+
"dune" {>= "2.0.0"}
+
"lwt"
+
"alcotest" {with-test & > "1.0.0"}
+
]
+
+
build:
+
[
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
+
synopsis: """
+
Redis serialization protocol library
+
"""
+
+
description: """
+
Redis protocol client library
+
+
This base package provides types and encoder/decoder
+
"""
+
url {
+
src:
+
"https://github.com/zshipko/resp/releases/download/v0.11.0/resp-0.11.0.tbz"
+
checksum: [
+
"sha256=8c4f7afbed08c5d373a822cf0d2f21427605a283b24ef2e1354aa4bff3dd5035"
+
"sha512=1a14349721871c532142d48ad2811d8aad48173fe3c9a4eb0de7df3bcc58fedf98ed62ab0b548d9fa0d97c99559fb63de17622414155017744d04b8d8a35ff79"
+
]
+
}
+
x-commit-hash: "cd1c38aa58bd3b11f136a9dee5c2f6116a978e52"