this repo has no description
0
fork

Configure Feed

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

Merge pull request #26486 from anmonteiro/release-httpun-0.2.0

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

authored by

Anil Madhavapeddy and committed by
GitHub
71e4d6b5 c1dca4d2

+213
+32
packages/httpun-async/httpun-async.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>" 3 + authors: [ 4 + "Spiros Eliopoulos <spiros@inhabitedtype.com>" 5 + "Antonio Nuno Monteiro <anmonteiro@gmail.com>" 6 + ] 7 + license: "BSD-3-clause" 8 + homepage: "https://github.com/anmonteiro/httpun" 9 + bug-reports: "https://github.com/anmonteiro/httpun/issues" 10 + dev-repo: "git+https://github.com/anmonteiro/httpun.git" 11 + build: [ 12 + ["dune" "build" "-p" name "-j" jobs] 13 + ["dune" "runtest" "-p" name] {with-test} 14 + ] 15 + depends: [ 16 + "ocaml" {>= "4.08.0"} 17 + "dune" {>= "3.0.0"} 18 + "async" {>= "v0.16.0"} 19 + "httpun" {= version} 20 + "gluten-async" {>= "0.5.0"} 21 + ] 22 + depopts: ["async_ssl"] 23 + synopsis: "Async support for httpun" 24 + url { 25 + src: 26 + "https://github.com/anmonteiro/httpun/releases/download/0.2.0/httpun-0.2.0.tbz" 27 + checksum: [ 28 + "sha256=a2ce27ef4c85ae8e1c1008d1e3d5e893d6b211b934586a1dd2942f7db687bd2c" 29 + "sha512=53ae8409321533b4092df166c69cd219a4e2071bb3b9fa3361072205eda6d62df25fe964c62d2b49c14530fd34746b8d8c8f010293ebe099bed0237d0f55a66b" 30 + ] 31 + } 32 + x-commit-hash: "80755658e548fce295ee3df118d6c1b8f5fa6956"
+26
packages/httpun-eio/httpun-eio.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Antonio Monteiro <anmonteiro@gmail.com>" 3 + authors: [ "Antonio Monteiro <anmonteiro@gmail.com>" ] 4 + license: "BSD-3-clause" 5 + homepage: "https://github.com/anmonteiro/httpun" 6 + bug-reports: "https://github.com/anmonteiro/httpun/issues" 7 + dev-repo: "git+https://github.com/anmonteiro/httpun.git" 8 + build: [ 9 + ["dune" "build" "-p" name] 10 + ] 11 + depends: [ 12 + "ocaml" {>= "5.0"} 13 + "dune" {>= "3.0.0"} 14 + "httpun" {= version} 15 + "gluten-eio" {>= "0.5.1"} 16 + ] 17 + synopsis: "EIO support for httpun" 18 + url { 19 + src: 20 + "https://github.com/anmonteiro/httpun/releases/download/0.2.0/httpun-0.2.0.tbz" 21 + checksum: [ 22 + "sha256=a2ce27ef4c85ae8e1c1008d1e3d5e893d6b211b934586a1dd2942f7db687bd2c" 23 + "sha512=53ae8409321533b4092df166c69cd219a4e2071bb3b9fa3361072205eda6d62df25fe964c62d2b49c14530fd34746b8d8c8f010293ebe099bed0237d0f55a66b" 24 + ] 25 + } 26 + x-commit-hash: "80755658e548fce295ee3df118d6c1b8f5fa6956"
+31
packages/httpun-lwt-unix/httpun-lwt-unix.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>" 3 + authors: [ 4 + "Anton Bachin <antonbachin@yahoo.com>" 5 + "Spiros Eliopoulos <spiros@inhabitedtype.com>" 6 + "Antonio Nuno Monteiro <anmonteiro@gmail.com>" 7 + ] 8 + license: "BSD-3-clause" 9 + homepage: "https://github.com/anmonteiro/httpun" 10 + bug-reports: "https://github.com/anmonteiro/httpun/issues" 11 + dev-repo: "git+https://github.com/anmonteiro/httpun.git" 12 + build: [ 13 + ["dune" "build" "-p" name] 14 + ] 15 + depends: [ 16 + "ocaml" {>= "4.08.0"} 17 + "httpun" {= version} 18 + "httpun-lwt" {= version} 19 + "dune" {>= "3.0.0"} 20 + "gluten-lwt-unix" {>= "0.5.0"} 21 + ] 22 + synopsis: "Lwt + Unix support for httpun" 23 + url { 24 + src: 25 + "https://github.com/anmonteiro/httpun/releases/download/0.2.0/httpun-0.2.0.tbz" 26 + checksum: [ 27 + "sha256=a2ce27ef4c85ae8e1c1008d1e3d5e893d6b211b934586a1dd2942f7db687bd2c" 28 + "sha512=53ae8409321533b4092df166c69cd219a4e2071bb3b9fa3361072205eda6d62df25fe964c62d2b49c14530fd34746b8d8c8f010293ebe099bed0237d0f55a66b" 29 + ] 30 + } 31 + x-commit-hash: "80755658e548fce295ee3df118d6c1b8f5fa6956"
+31
packages/httpun-lwt/httpun-lwt.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>" 3 + authors: [ 4 + "Anton Bachin <antonbachin@yahoo.com>" 5 + "Spiros Eliopoulos <spiros@inhabitedtype.com>" 6 + "Antonio Nuno Monteiro <anmonteiro@gmail.com>" 7 + ] 8 + license: "BSD-3-clause" 9 + homepage: "https://github.com/anmonteiro/httpun" 10 + bug-reports: "https://github.com/anmonteiro/httpun/issues" 11 + dev-repo: "git+https://github.com/anmonteiro/httpun.git" 12 + build: [ 13 + ["dune" "build" "-p" name "-j" jobs] 14 + ] 15 + depends: [ 16 + "ocaml" {>= "4.08.0"} 17 + "dune" {>= "3.0.0"} 18 + "httpun" {= version} 19 + "lwt" 20 + "gluten-lwt" {>= "0.5.0"} 21 + ] 22 + synopsis: "Lwt support for httpun" 23 + url { 24 + src: 25 + "https://github.com/anmonteiro/httpun/releases/download/0.2.0/httpun-0.2.0.tbz" 26 + checksum: [ 27 + "sha256=a2ce27ef4c85ae8e1c1008d1e3d5e893d6b211b934586a1dd2942f7db687bd2c" 28 + "sha512=53ae8409321533b4092df166c69cd219a4e2071bb3b9fa3361072205eda6d62df25fe964c62d2b49c14530fd34746b8d8c8f010293ebe099bed0237d0f55a66b" 29 + ] 30 + } 31 + x-commit-hash: "80755658e548fce295ee3df118d6c1b8f5fa6956"
+29
packages/httpun-mirage/httpun-mirage.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>" 3 + authors: [ "Antonio Nuno Monteiro <anmonteiro@gmail.com>" ] 4 + license: "BSD-3-clause" 5 + homepage: "https://github.com/anmonteiro/httpun" 6 + bug-reports: "https://github.com/anmonteiro/httpun/issues" 7 + dev-repo: "git+https://github.com/anmonteiro/httpun.git" 8 + build: [ 9 + ["dune" "build" "-p" name] 10 + ] 11 + depends: [ 12 + "ocaml" {>= "4.08.0"} 13 + "dune" {>= "3.0.0"} 14 + "httpun-lwt" {= version} 15 + "gluten-mirage" {>= "0.5.0"} 16 + "mirage-flow" {>= "2.0.0"} 17 + "cstruct" 18 + "lwt" 19 + ] 20 + synopsis: "Mirage support for httpun" 21 + url { 22 + src: 23 + "https://github.com/anmonteiro/httpun/releases/download/0.2.0/httpun-0.2.0.tbz" 24 + checksum: [ 25 + "sha256=a2ce27ef4c85ae8e1c1008d1e3d5e893d6b211b934586a1dd2942f7db687bd2c" 26 + "sha512=53ae8409321533b4092df166c69cd219a4e2071bb3b9fa3361072205eda6d62df25fe964c62d2b49c14530fd34746b8d8c8f010293ebe099bed0237d0f55a66b" 27 + ] 28 + } 29 + x-commit-hash: "80755658e548fce295ee3df118d6c1b8f5fa6956"
+30
packages/httpun-types/httpun-types.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>" 3 + authors: [ 4 + "Spiros Eliopoulos <spiros@inhabitedtype.com>" 5 + "Antonio Nuno Monteiro <anmonteiro@gmail.com>" 6 + ] 7 + license: "BSD-3-clause" 8 + homepage: "https://github.com/anmonteiro/httpun" 9 + bug-reports: "https://github.com/anmonteiro/httpun/issues" 10 + dev-repo: "git+https://github.com/anmonteiro/httpun.git" 11 + build: [ 12 + ["dune" "build" "-p" name "-j" jobs] 13 + ["dune" "runtest" "-p" name] {with-test} 14 + ] 15 + depends: [ 16 + "ocaml" {>= "4.08.0"} 17 + "dune" {>= "3.0.0"} 18 + "faraday" {>= "0.8.0"} 19 + ] 20 + synopsis: 21 + "Common HTTP/1.x types" 22 + url { 23 + src: 24 + "https://github.com/anmonteiro/httpun/releases/download/0.2.0/httpun-0.2.0.tbz" 25 + checksum: [ 26 + "sha256=a2ce27ef4c85ae8e1c1008d1e3d5e893d6b211b934586a1dd2942f7db687bd2c" 27 + "sha512=53ae8409321533b4092df166c69cd219a4e2071bb3b9fa3361072205eda6d62df25fe964c62d2b49c14530fd34746b8d8c8f010293ebe099bed0237d0f55a66b" 28 + ] 29 + } 30 + x-commit-hash: "80755658e548fce295ee3df118d6c1b8f5fa6956"
+34
packages/httpun/httpun.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>" 3 + authors: [ 4 + "Spiros Eliopoulos <spiros@inhabitedtype.com>" 5 + "Antonio Nuno Monteiro <anmonteiro@gmail.com>" 6 + ] 7 + license: "BSD-3-clause" 8 + homepage: "https://github.com/anmonteiro/httpun" 9 + bug-reports: "https://github.com/anmonteiro/httpun/issues" 10 + dev-repo: "git+https://github.com/anmonteiro/httpun.git" 11 + build: [ 12 + ["dune" "build" "-p" name "-j" jobs] 13 + ["dune" "runtest" "-p" name] {with-test} 14 + ] 15 + depends: [ 16 + "ocaml" {>= "4.08.0"} 17 + "dune" {>= "3.0.0"} 18 + "alcotest" {with-test} 19 + "httpun-types" {= version} 20 + "bigstringaf" {>= "0.9.0"} 21 + "angstrom" {>= "0.15.0"} 22 + "faraday" {>= "0.8.0"} 23 + ] 24 + synopsis: 25 + "A high-performance, memory-efficient, and scalable HTTP library for OCaml" 26 + url { 27 + src: 28 + "https://github.com/anmonteiro/httpun/releases/download/0.2.0/httpun-0.2.0.tbz" 29 + checksum: [ 30 + "sha256=a2ce27ef4c85ae8e1c1008d1e3d5e893d6b211b934586a1dd2942f7db687bd2c" 31 + "sha512=53ae8409321533b4092df166c69cd219a4e2071bb3b9fa3361072205eda6d62df25fe964c62d2b49c14530fd34746b8d8c8f010293ebe099bed0237d0f55a66b" 32 + ] 33 + } 34 + x-commit-hash: "80755658e548fce295ee3df118d6c1b8f5fa6956"