this repo has no description
0
fork

Configure Feed

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

[new release] twirp (4 packages) (0.1)

CHANGES:

initial release, with ezcurl and cohttp-lwt backends

+168
+42
packages/twirp_cohttp_lwt_unix/twirp_cohttp_lwt_unix.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Twirp client using cohttp-lwt-unix" 3 + maintainer: ["Simon Cruanes"] 4 + authors: ["Simon Cruanes"] 5 + license: "MIT" 6 + tags: ["twirp" "protobuf" "client" "rpc" "curl"] 7 + homepage: "https://github.com/c-cube/ocaml-twirp" 8 + bug-reports: "https://github.com/c-cube/ocaml-twirp/issues" 9 + depends: [ 10 + "ocaml" {>= "4.08"} 11 + "twirp_core" {= version} 12 + "dune" {>= "2.9"} 13 + "cohttp-lwt-unix" {>= "5.0"} 14 + "lwt" 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "--promote-install-files=false" 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ["dune" "install" "-p" name "--create-install-files" name] 32 + ] 33 + dev-repo: "git+https://github.com/c-cube/ocaml-twirp.git" 34 + url { 35 + src: 36 + "https://github.com/c-cube/ocaml-twirp/releases/download/v0.1/twirp-0.1.tbz" 37 + checksum: [ 38 + "sha256=40a20849cadaa41d0b870a8b0f3894ab560a27a7dda821cf14e1c67bfa81b08b" 39 + "sha512=1fd0a0851da62c24f3c64b487dd7e877c5da0edb19a1234cd822d997067e6b7afbe6764e790f32a850e0cc7a860f9d5787e3766bfafe756c46fc062db96dad43" 40 + ] 41 + } 42 + x-commit-hash: "c9fc476881e11971c24021dc2b80438eaee4d6e9"
+44
packages/twirp_core/twirp_core.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Twirp core library" 3 + maintainer: ["Simon Cruanes"] 4 + authors: ["Simon Cruanes"] 5 + license: "MIT" 6 + tags: ["twirp" "protobuf" "client" "rpc" "curl"] 7 + homepage: "https://github.com/c-cube/ocaml-twirp" 8 + bug-reports: "https://github.com/c-cube/ocaml-twirp/issues" 9 + depends: [ 10 + "ocaml" {>= "4.08"} 11 + "dune" {>= "2.9"} 12 + "ocaml-protoc" {>= "3.0" & with-dev} 13 + "logs" 14 + "pbrt" {>= "3.0"} 15 + "pbrt_yojson" {>= "3.0"} 16 + "pbrt_services" {>= "3.0"} 17 + "odoc" {with-doc} 18 + ] 19 + build: [ 20 + ["dune" "subst"] {dev} 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "--promote-install-files=false" 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ["dune" "install" "-p" name "--create-install-files" name] 34 + ] 35 + dev-repo: "git+https://github.com/c-cube/ocaml-twirp.git" 36 + url { 37 + src: 38 + "https://github.com/c-cube/ocaml-twirp/releases/download/v0.1/twirp-0.1.tbz" 39 + checksum: [ 40 + "sha256=40a20849cadaa41d0b870a8b0f3894ab560a27a7dda821cf14e1c67bfa81b08b" 41 + "sha512=1fd0a0851da62c24f3c64b487dd7e877c5da0edb19a1234cd822d997067e6b7afbe6764e790f32a850e0cc7a860f9d5787e3766bfafe756c46fc062db96dad43" 42 + ] 43 + } 44 + x-commit-hash: "c9fc476881e11971c24021dc2b80438eaee4d6e9"
+41
packages/twirp_ezcurl/twirp_ezcurl.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Twirp client using Ezcurl" 3 + maintainer: ["Simon Cruanes"] 4 + authors: ["Simon Cruanes"] 5 + license: "MIT" 6 + tags: ["twirp" "protobuf" "client" "rpc" "curl"] 7 + homepage: "https://github.com/c-cube/ocaml-twirp" 8 + bug-reports: "https://github.com/c-cube/ocaml-twirp/issues" 9 + depends: [ 10 + "ocaml" {>= "4.08"} 11 + "twirp_core" {= version} 12 + "dune" {>= "2.9"} 13 + "ezcurl" 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "--promote-install-files=false" 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ["dune" "install" "-p" name "--create-install-files" name] 31 + ] 32 + dev-repo: "git+https://github.com/c-cube/ocaml-twirp.git" 33 + url { 34 + src: 35 + "https://github.com/c-cube/ocaml-twirp/releases/download/v0.1/twirp-0.1.tbz" 36 + checksum: [ 37 + "sha256=40a20849cadaa41d0b870a8b0f3894ab560a27a7dda821cf14e1c67bfa81b08b" 38 + "sha512=1fd0a0851da62c24f3c64b487dd7e877c5da0edb19a1234cd822d997067e6b7afbe6764e790f32a850e0cc7a860f9d5787e3766bfafe756c46fc062db96dad43" 39 + ] 40 + } 41 + x-commit-hash: "c9fc476881e11971c24021dc2b80438eaee4d6e9"
+41
packages/twirp_tiny_httpd/twirp_tiny_httpd.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Host Twirp services using Tiny_httpd" 3 + maintainer: ["Simon Cruanes"] 4 + authors: ["Simon Cruanes"] 5 + license: "MIT" 6 + tags: ["twirp" "protobuf" "services" "rpc"] 7 + homepage: "https://github.com/c-cube/ocaml-twirp" 8 + bug-reports: "https://github.com/c-cube/ocaml-twirp/issues" 9 + depends: [ 10 + "ocaml" {>= "4.08"} 11 + "twirp_core" {= version} 12 + "dune" {>= "2.9"} 13 + "tiny_httpd" {>= "0.16"} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "--promote-install-files=false" 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ["dune" "install" "-p" name "--create-install-files" name] 31 + ] 32 + dev-repo: "git+https://github.com/c-cube/ocaml-twirp.git" 33 + url { 34 + src: 35 + "https://github.com/c-cube/ocaml-twirp/releases/download/v0.1/twirp-0.1.tbz" 36 + checksum: [ 37 + "sha256=40a20849cadaa41d0b870a8b0f3894ab560a27a7dda821cf14e1c67bfa81b08b" 38 + "sha512=1fd0a0851da62c24f3c64b487dd7e877c5da0edb19a1234cd822d997067e6b7afbe6764e790f32a850e0cc7a860f9d5787e3766bfafe756c46fc062db96dad43" 39 + ] 40 + } 41 + x-commit-hash: "c9fc476881e11971c24021dc2b80438eaee4d6e9"