this repo has no description

[new release] httpun (7 packages) (0.1.0)

CHANGES:

- Initial public release

Changed files
+213
packages
httpun
httpun.0.1.0
httpun-async
httpun-async.0.1.0
httpun-eio
httpun-eio.0.1.0
httpun-lwt
httpun-lwt.0.1.0
httpun-lwt-unix
httpun-lwt-unix.0.1.0
httpun-mirage
httpun-mirage.0.1.0
httpun-types
httpun-types.0.1.0
+32
packages/httpun-async/httpun-async.0.1.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>"
+
authors: [
+
"Spiros Eliopoulos <spiros@inhabitedtype.com>"
+
"Antonio Nuno Monteiro <anmonteiro@gmail.com>"
+
]
+
license: "BSD-3-clause"
+
homepage: "https://github.com/anmonteiro/httpun"
+
bug-reports: "https://github.com/anmonteiro/httpun/issues"
+
dev-repo: "git+https://github.com/anmonteiro/httpun.git"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name] {with-test}
+
]
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "3.0.0"}
+
"async" {>= "v0.16.0"}
+
"httpun" {= version}
+
"gluten-async" {>= "0.5.0"}
+
]
+
depopts: ["async_ssl"]
+
synopsis: "Async support for httpun"
+
url {
+
src:
+
"https://github.com/anmonteiro/httpun/releases/download/0.1.0/httpun-0.1.0.tbz"
+
checksum: [
+
"sha256=5007465f42e1cf8dec1e019819194b79bc5eed407cb93db4f603304c86a294d1"
+
"sha512=d2cbcec8cd3a0f169d32407fbfb66afbce9ec9e3718a5dbf33eb3a2e199b9fe2b0b0fb5ab486f22c51b89c3351d42e5b7d160dae17a28c432f072913d18fd166"
+
]
+
}
+
x-commit-hash: "9b230ee8313e310834b70b4a9bc0510fcc847b1e"
+26
packages/httpun-eio/httpun-eio.0.1.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Antonio Monteiro <anmonteiro@gmail.com>"
+
authors: [ "Antonio Monteiro <anmonteiro@gmail.com>" ]
+
license: "BSD-3-clause"
+
homepage: "https://github.com/anmonteiro/httpun"
+
bug-reports: "https://github.com/anmonteiro/httpun/issues"
+
dev-repo: "git+https://github.com/anmonteiro/httpun.git"
+
build: [
+
["dune" "build" "-p" name]
+
]
+
depends: [
+
"ocaml" {>= "5.0"}
+
"dune" {>= "3.0.0"}
+
"httpun" {= version}
+
"gluten-eio" {>= "0.5.1"}
+
]
+
synopsis: "EIO support for httpun"
+
url {
+
src:
+
"https://github.com/anmonteiro/httpun/releases/download/0.1.0/httpun-0.1.0.tbz"
+
checksum: [
+
"sha256=5007465f42e1cf8dec1e019819194b79bc5eed407cb93db4f603304c86a294d1"
+
"sha512=d2cbcec8cd3a0f169d32407fbfb66afbce9ec9e3718a5dbf33eb3a2e199b9fe2b0b0fb5ab486f22c51b89c3351d42e5b7d160dae17a28c432f072913d18fd166"
+
]
+
}
+
x-commit-hash: "9b230ee8313e310834b70b4a9bc0510fcc847b1e"
+31
packages/httpun-lwt-unix/httpun-lwt-unix.0.1.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>"
+
authors: [
+
"Anton Bachin <antonbachin@yahoo.com>"
+
"Spiros Eliopoulos <spiros@inhabitedtype.com>"
+
"Antonio Nuno Monteiro <anmonteiro@gmail.com>"
+
]
+
license: "BSD-3-clause"
+
homepage: "https://github.com/anmonteiro/httpun"
+
bug-reports: "https://github.com/anmonteiro/httpun/issues"
+
dev-repo: "git+https://github.com/anmonteiro/httpun.git"
+
build: [
+
["dune" "build" "-p" name]
+
]
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"httpun" {= version}
+
"httpun-lwt" {= version}
+
"dune" {>= "3.0.0"}
+
"gluten-lwt-unix" {>= "0.5.0"}
+
]
+
synopsis: "Lwt + Unix support for httpun"
+
url {
+
src:
+
"https://github.com/anmonteiro/httpun/releases/download/0.1.0/httpun-0.1.0.tbz"
+
checksum: [
+
"sha256=5007465f42e1cf8dec1e019819194b79bc5eed407cb93db4f603304c86a294d1"
+
"sha512=d2cbcec8cd3a0f169d32407fbfb66afbce9ec9e3718a5dbf33eb3a2e199b9fe2b0b0fb5ab486f22c51b89c3351d42e5b7d160dae17a28c432f072913d18fd166"
+
]
+
}
+
x-commit-hash: "9b230ee8313e310834b70b4a9bc0510fcc847b1e"
+31
packages/httpun-lwt/httpun-lwt.0.1.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>"
+
authors: [
+
"Anton Bachin <antonbachin@yahoo.com>"
+
"Spiros Eliopoulos <spiros@inhabitedtype.com>"
+
"Antonio Nuno Monteiro <anmonteiro@gmail.com>"
+
]
+
license: "BSD-3-clause"
+
homepage: "https://github.com/anmonteiro/httpun"
+
bug-reports: "https://github.com/anmonteiro/httpun/issues"
+
dev-repo: "git+https://github.com/anmonteiro/httpun.git"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "3.0.0"}
+
"httpun" {= version}
+
"lwt"
+
"gluten-lwt" {>= "0.5.0"}
+
]
+
synopsis: "Lwt support for httpun"
+
url {
+
src:
+
"https://github.com/anmonteiro/httpun/releases/download/0.1.0/httpun-0.1.0.tbz"
+
checksum: [
+
"sha256=5007465f42e1cf8dec1e019819194b79bc5eed407cb93db4f603304c86a294d1"
+
"sha512=d2cbcec8cd3a0f169d32407fbfb66afbce9ec9e3718a5dbf33eb3a2e199b9fe2b0b0fb5ab486f22c51b89c3351d42e5b7d160dae17a28c432f072913d18fd166"
+
]
+
}
+
x-commit-hash: "9b230ee8313e310834b70b4a9bc0510fcc847b1e"
+29
packages/httpun-mirage/httpun-mirage.0.1.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>"
+
authors: [ "Antonio Nuno Monteiro <anmonteiro@gmail.com>" ]
+
license: "BSD-3-clause"
+
homepage: "https://github.com/anmonteiro/httpun"
+
bug-reports: "https://github.com/anmonteiro/httpun/issues"
+
dev-repo: "git+https://github.com/anmonteiro/httpun.git"
+
build: [
+
["dune" "build" "-p" name]
+
]
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "3.0.0"}
+
"httpun-lwt" {= version}
+
"gluten-mirage" {>= "0.5.0"}
+
"mirage-flow" {>= "2.0.0"}
+
"cstruct"
+
"lwt"
+
]
+
synopsis: "Mirage support for httpun"
+
url {
+
src:
+
"https://github.com/anmonteiro/httpun/releases/download/0.1.0/httpun-0.1.0.tbz"
+
checksum: [
+
"sha256=5007465f42e1cf8dec1e019819194b79bc5eed407cb93db4f603304c86a294d1"
+
"sha512=d2cbcec8cd3a0f169d32407fbfb66afbce9ec9e3718a5dbf33eb3a2e199b9fe2b0b0fb5ab486f22c51b89c3351d42e5b7d160dae17a28c432f072913d18fd166"
+
]
+
}
+
x-commit-hash: "9b230ee8313e310834b70b4a9bc0510fcc847b1e"
+30
packages/httpun-types/httpun-types.0.1.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>"
+
authors: [
+
"Spiros Eliopoulos <spiros@inhabitedtype.com>"
+
"Antonio Nuno Monteiro <anmonteiro@gmail.com>"
+
]
+
license: "BSD-3-clause"
+
homepage: "https://github.com/anmonteiro/httpun"
+
bug-reports: "https://github.com/anmonteiro/httpun/issues"
+
dev-repo: "git+https://github.com/anmonteiro/httpun.git"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name] {with-test}
+
]
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "3.0.0"}
+
"faraday" {>= "0.8.0"}
+
]
+
synopsis:
+
"Common HTTP/1.x types"
+
url {
+
src:
+
"https://github.com/anmonteiro/httpun/releases/download/0.1.0/httpun-0.1.0.tbz"
+
checksum: [
+
"sha256=5007465f42e1cf8dec1e019819194b79bc5eed407cb93db4f603304c86a294d1"
+
"sha512=d2cbcec8cd3a0f169d32407fbfb66afbce9ec9e3718a5dbf33eb3a2e199b9fe2b0b0fb5ab486f22c51b89c3351d42e5b7d160dae17a28c432f072913d18fd166"
+
]
+
}
+
x-commit-hash: "9b230ee8313e310834b70b4a9bc0510fcc847b1e"
+34
packages/httpun/httpun.0.1.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>"
+
authors: [
+
"Spiros Eliopoulos <spiros@inhabitedtype.com>"
+
"Antonio Nuno Monteiro <anmonteiro@gmail.com>"
+
]
+
license: "BSD-3-clause"
+
homepage: "https://github.com/anmonteiro/httpun"
+
bug-reports: "https://github.com/anmonteiro/httpun/issues"
+
dev-repo: "git+https://github.com/anmonteiro/httpun.git"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name] {with-test}
+
]
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "3.0.0"}
+
"alcotest" {with-test}
+
"httpun-types" {= version}
+
"bigstringaf" {>= "0.9.0"}
+
"angstrom" {>= "0.15.0"}
+
"faraday" {>= "0.8.0"}
+
]
+
synopsis:
+
"A high-performance, memory-efficient, and scalable HTTP library for OCaml"
+
url {
+
src:
+
"https://github.com/anmonteiro/httpun/releases/download/0.1.0/httpun-0.1.0.tbz"
+
checksum: [
+
"sha256=5007465f42e1cf8dec1e019819194b79bc5eed407cb93db4f603304c86a294d1"
+
"sha512=d2cbcec8cd3a0f169d32407fbfb66afbce9ec9e3718a5dbf33eb3a2e199b9fe2b0b0fb5ab486f22c51b89c3351d42e5b7d160dae17a28c432f072913d18fd166"
+
]
+
}
+
x-commit-hash: "9b230ee8313e310834b70b4a9bc0510fcc847b1e"